mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
fc0bb31aa7
commit
853f5db48f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user