[oe-commits] [meta-openembedded] 60/76: libeigen: fix splitting files into packages

git at git.openembedded.org git at git.openembedded.org
Wed May 30 02:19:20 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 1bc3e98143b492c7d1355bf552089b1d9d667e7c
Author: Adam Trhon <adam.trhon at tbs-biometrics.com>
AuthorDate: Fri May 25 15:11:30 2018 +0200

    libeigen: fix splitting files into packages
    
    Assign ${includedir} to FILES_${PN}-dev (instead of into FILES_${PN}),
    as the headers belong to the -dev package and it is done the same way
    in boost.
    
    Signed-off-by: Adam Trhon <adam.trhon at tbs-biometrics.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/libeigen/libeigen_3.3.4.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/libeigen/libeigen_3.3.4.bb b/meta-oe/recipes-support/libeigen/libeigen_3.3.4.bb
index bc3b32e..31a42a9 100644
--- a/meta-oe/recipes-support/libeigen/libeigen_3.3.4.bb
+++ b/meta-oe/recipes-support/libeigen/libeigen_3.3.4.bb
@@ -12,8 +12,8 @@ S = "${WORKDIR}/eigen-eigen-5a0156e40feb"
 
 inherit cmake
 
-FILES_${PN} = "${includedir} ${libdir}"
-FILES_${PN}-dev = "${datadir}/eigen3/cmake ${datadir}/cmake/Modules ${datadir}/pkgconfig"
+FILES_${PN} = "${libdir}"
+FILES_${PN}-dev = "${includedir} ${datadir}/eigen3/cmake ${datadir}/cmake/Modules ${datadir}/pkgconfig"
 
 # ${PN} is empty so we need to tweak -dev and -dbg package dependencies
 RDEPENDS_${PN}-dev = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list