DRAFT yaml-cpp-vendor.inc: Adjust FILES, FILES-dev for non-standard prefix
Assume that ROS has done this for a good reason; there's no reason to have a different value for prefix under OE.
This commit is contained in:
parent
25ea1ada54
commit
3ece44c39c
|
@ -0,0 +1,16 @@
|
||||||
|
# Copyright (c) 2019 LG Electronics, Inc.
|
||||||
|
|
||||||
|
# This is the tree under which CMakeLists.txt installs the files. Assume it's been done for a good reason.
|
||||||
|
ROS_PREFIX = "${prefix}/opt/${ROS_BPN}"
|
||||||
|
|
||||||
|
SYSROOT_DIRS_append = " ${ROS_PREFIX}"
|
||||||
|
|
||||||
|
FILES_${PN}_prepend = "${ROS_PREFIX}/lib/libyaml-cpp.so* "
|
||||||
|
|
||||||
|
FILES_${PN}-dev_prepend = " \
|
||||||
|
${ROS_PREFIX}/include \
|
||||||
|
${ROS_PREFIX}/lib/cmake \
|
||||||
|
${ROS_PREFIX}/lib/pkgconfig \
|
||||||
|
"
|
||||||
|
|
||||||
|
INSANE_SKIP_${PN} = "dev-so libdir"
|
Loading…
Reference in New Issue