mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
populate_sdk_*: Drop now unneeded recrdeptask flags
Now populate_sdk_base has the appropriate flags, we can drop these from the individual classes. (From OE-Core rev: 388bfe2dc168d31ba3c5c85684f3c96d2ae13800) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
do_populate_sdk[depends] += "dpkg-native:do_populate_sysroot apt-native:do_populate_sysroot bzip2-native:do_populate_sysroot"
|
||||
do_populate_sdk[recrdeptask] += "do_package_write_deb"
|
||||
|
||||
|
||||
DEB_SDK_ARCH = "${@[d.getVar('SDK_ARCH', True), "i386"]\
|
||||
[d.getVar('SDK_ARCH', True) in \
|
||||
|
||||
Reference in New Issue
Block a user