aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-01-13 16:09:40 +0100
committerKoen Kooi <koen.kooi@linaro.org>2014-01-13 16:10:23 +0100
commit04a65748b9174b5d8822d05e446b4077ebdf6a57 (patch)
tree1166edbecbb1e09a2701d1a002d6be44331c0e86 /meta-linaro/recipes-extra
parent2ceee48b4c74f7ad68922a92424559b104b3530f (diff)
openem: provide ${PN} as package
All the openem files would go into ${PN}-examples leaving ${PN} empty Change-Id: Ia6495f0f3734a9558efe77a4fa09d5a020cc6fe2 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'meta-linaro/recipes-extra')
-rw-r--r--meta-linaro/recipes-extra/odp/openem.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-linaro/recipes-extra/odp/openem.bb b/meta-linaro/recipes-extra/odp/openem.bb
index 137c327d..869be01e 100644
--- a/meta-linaro/recipes-extra/odp/openem.bb
+++ b/meta-linaro/recipes-extra/odp/openem.bb
@@ -59,8 +59,6 @@ FILES_${PN}-dpdk-staticdev += "${libdir}/dpdk/*.a"
FILES_${PN}-dpdk-staticdev += "${includedir}/dpdk"
# OPENEM
-PACKAGES =+ "${PN}-example"
-PACKAGES =+ "${PN}-example-dbg"
-FILES_${PN}-example-dbg += "${libdir}/openem/.debug"
-FILES_${PN}-example += "${libdir}/openem"
+FILES_${PN}-dbg += "${libdir}/openem/.debug"
+FILES_${PN} += "${libdir}/openem"