aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2019-09-17 05:40:06 +0000
committerKhem Raj <raj.khem@gmail.com>2019-09-16 23:09:21 -0700
commitff39ef5cff89e5838c1c5501a215bf2b761bfb1b (patch)
tree7519c64326cf2d8bb80af9b54786e5059ca3a63f
parent40f6fd12536cad4aa31c2645fab4e159a04b4e91 (diff)
downloadmeta-openembedded-ff39ef5cff89e5838c1c5501a215bf2b761bfb1b.tar.gz
libeigen: Add native and nativesdk to BBCLASSEXTEND
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb b/meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb
index e1deb662ae..f638848d15 100644
--- a/meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb
+++ b/meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb
@@ -18,3 +18,5 @@ FILES_${PN}-dev = "${includedir} ${datadir}/eigen3/cmake ${datadir}/cmake/Module
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
RDEPENDS_${PN}-dev = ""
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
+
+BBCLASSEXTEND = "native nativesdk"