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:
JeongBong Seo 2019-04-03 20:26:44 +09:00 committed by Herb Kuta
parent 25ea1ada54
commit 3ece44c39c
1 changed files with 16 additions and 0 deletions

View File

@ -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"