mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
shadow-sysroot: Fix for multilib
Fix following error in multilib build: "ERROR: Task do_package_setscene depends upon nonexistant task poky/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb:do_populate_sysroot_setscene" >From richard.purdie@linuxfoundation.org (From OE-Core rev: 5de2c22fb42c12783abc090a81f10db9eb39732f) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
da8dfd8ff0
commit
b417983f75
@@ -114,7 +114,7 @@ SYSROOTPOSTFUNC_virtclass-cross = ""
|
||||
SYSROOTPOSTFUNC_virtclass-native = ""
|
||||
SYSROOTPOSTFUNC_virtclass-nativesdk = ""
|
||||
|
||||
USERADDSETSCENEDEPS = "base-passwd:do_populate_sysroot_setscene shadow-native:do_populate_sysroot_setscene shadow-sysroot:do_populate_sysroot_setscene"
|
||||
USERADDSETSCENEDEPS = "base-passwd:do_populate_sysroot_setscene shadow-native:do_populate_sysroot_setscene ${MLPREFIX}shadow-sysroot:do_populate_sysroot_setscene"
|
||||
USERADDSETSCENEDEPS_virtclass-cross = ""
|
||||
USERADDSETSCENEDEPS_virtclass-native = ""
|
||||
USERADDSETSCENEDEPS_virtclass-nativesdk = ""
|
||||
|
||||
Reference in New Issue
Block a user