summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-12-03 06:03:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-09 21:36:33 +0000
commit853f5db48f4cfcb34345938b583874fe5b6fc678 (patch)
tree0b6da0b5089b5735e6daa9b0b952dcf580b69880 /meta/classes
parentfc0bb31aa73b8105206c58dff66297c8fb1d2b3b (diff)
downloadast2050-yocto-poky-853f5db48f4cfcb34345938b583874fe5b6fc678.zip
ast2050-yocto-poky-853f5db48f4cfcb34345938b583874fe5b6fc678.tar.gz
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 rev: 315367ea9526186d5836c64867ce0cd40d9d8412) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/nativesdk.bbclass1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud