diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-12-03 06:03:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-09 21:36:33 +0000 |
commit | 853f5db48f4cfcb34345938b583874fe5b6fc678 (patch) | |
tree | 0b6da0b5089b5735e6daa9b0b952dcf580b69880 /meta/classes/nativesdk.bbclass | |
parent | fc0bb31aa73b8105206c58dff66297c8fb1d2b3b (diff) | |
download | 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/nativesdk.bbclass')
-rw-r--r-- | meta/classes/nativesdk.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index 94bc326671..21a69c7ee6 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
@@ -81,6 +81,7 @@ python () { | |||
81 | clsextend.map_depends_variable("DEPENDS") | 81 | clsextend.map_depends_variable("DEPENDS") |
82 | clsextend.map_packagevars() | 82 | clsextend.map_packagevars() |
83 | clsextend.map_variable("PROVIDES") | 83 | clsextend.map_variable("PROVIDES") |
84 | clsextend.map_regexp_variable("PACKAGES_DYNAMIC") | ||
84 | } | 85 | } |
85 | 86 | ||
86 | addhandler nativesdk_virtclass_handler | 87 | addhandler nativesdk_virtclass_handler |