mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 13:13:02 +01:00
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>
17 lines
598 B
Plaintext
17 lines
598 B
Plaintext
# Smart is python based, so be sure python-native is available to us.
|
|
EXTRANATIVEPATH += "python-native"
|
|
|
|
do_populate_sdk[depends] += "rpm-native:do_populate_sysroot"
|
|
do_populate_sdk[depends] += "rpmresolve-native:do_populate_sysroot"
|
|
do_populate_sdk[depends] += "python-smartpm-native:do_populate_sysroot"
|
|
|
|
# Needed for update-alternatives
|
|
do_populate_sdk[depends] += "opkg-native:do_populate_sysroot"
|
|
|
|
# Creating the repo info in do_rootfs
|
|
do_populate_sdk[depends] += "createrepo-native:do_populate_sysroot"
|
|
|
|
rpmlibdir = "/var/lib/rpm"
|
|
|
|
do_populate_sdk[lockfiles] += "${DEPLOY_DIR_RPM}/rpm.lock"
|