[oe-commits] Hongxu Jia : nativesdk.bbclass: support nativesdk to override with the PACKAGES_DYNAMIC statement

git at git.openembedded.org git at git.openembedded.org
Sun Feb 9 11:01:51 UTC 2014


Module: openembedded-core.git
Branch: dora
Commit: a2f8a7e2fb868b8dc00d1f50fffb5744d4d34e72
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a2f8a7e2fb868b8dc00d1f50fffb5744d4d34e72

Author: Hongxu Jia <hongxu.jia at windriver.com>
Date:   Tue Dec  3 06:03:50 2013 +0000

nativesdk.bbclass: support nativesdk to override with the PACKAGES_DYNAMIC statement

While compiling nativesdk-mtools, there was failure:
...
Nothing PROVIDES 'nativesdk-glibc-gconv-ibm850'. Close matches:
...
This patch supports nativesdk to override with the PACKAGES_DYNAMIC statement

[YOCTO #5623]
(From OE-Core master rev: 315367ea9526186d5836c64867ce0cd40d9d8412)

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/classes/nativesdk.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass
index 94bc326..21a69c7 100644
--- a/meta/classes/nativesdk.bbclass
+++ b/meta/classes/nativesdk.bbclass
@@ -81,6 +81,7 @@ python () {
     clsextend.map_depends_variable("DEPENDS")
     clsextend.map_packagevars()
     clsextend.map_variable("PROVIDES")
+    clsextend.map_regexp_variable("PACKAGES_DYNAMIC")
 }
 
 addhandler nativesdk_virtclass_handler



More information about the Openembedded-commits mailing list