mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
classes/populate_sdk_rpm: add depends on rpmresolve-native
As of OE-Core revision 72d1048a8381fa4a8c4c0d082047536727b4be47, rpmresolve is now required for complementary package installation during do_populate_sdk. (From OE-Core rev: 8a71c1a507289d38a0f675584ab206abfa9aad9a) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9c96d34d68
commit
581af95389
@@ -1,4 +1,5 @@
|
||||
do_populate_sdk[depends] += "rpm-native:do_populate_sysroot"
|
||||
do_populate_sdk[depends] += "rpmresolve-native:do_populate_sysroot"
|
||||
do_populate_sdk[recrdeptask] += "do_package_write_rpm"
|
||||
|
||||
rpmlibdir = "/var/lib/rpm"
|
||||
|
||||
Reference in New Issue
Block a user