[oe] [meta-oe][PATCH] talloc: remove default packages from the packages list since empty

Andrei Kholodnyi andrei.kholodnyi at gmail.com
Sat Oct 3 18:30:05 UTC 2015


populate_sdk fails with following message:
error: talloc-dev-2.1.1-r0 requires talloc = 2.1.1-r0

these packages are empty,remove them from the package list
---
 meta-oe/recipes-support/talloc/talloc_2.1.1.bb | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/talloc/talloc_2.1.1.bb b/meta-oe/recipes-support/talloc/talloc_2.1.1.bb
index 89c390f..0c98bb6 100644
--- a/meta-oe/recipes-support/talloc/talloc_2.1.1.bb
+++ b/meta-oe/recipes-support/talloc/talloc_2.1.1.bb
@@ -20,12 +20,9 @@ EXTRA_OECONF += "--disable-rpath \
                  --with-libiconv=${STAGING_DIR_HOST}${prefix}\
                 "
 
-PACKAGES += "libtalloc libtalloc-dbg libtalloc-dev pytalloc pytalloc-dbg pytalloc-dev"
+PACKAGES = "libtalloc libtalloc-dbg libtalloc-dev pytalloc pytalloc-dbg pytalloc-dev"
 
 #ALLOW_EMPTY_${PN} = "1"
-FILES_${PN} = ""
-FILES_${PN}-dev = ""
-FILES_${PN}-dbg = ""
 
 FILES_libtalloc = "${libdir}/libtalloc.so.2 \
                    ${libdir}/libtalloc.so.2.1.1"
-- 
2.1.4




More information about the Openembedded-devel mailing list