mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
apt-native: Add missing DEPENDS on db-native and curl-native
The target recipe has these DEPENDS but the native version does not and this can lead to none deterministic builds. Fix this. (From OE-Core rev: 9a3240acd0ac64a257bcfd48f743fc85b6c8f449) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
require apt.inc
|
require apt.inc
|
||||||
inherit native
|
inherit native
|
||||||
|
|
||||||
DEPENDS += "dpkg-native gettext-native"
|
DEPENDS += "dpkg-native gettext-native db-native curl-native"
|
||||||
PACKAGES = ""
|
PACKAGES = ""
|
||||||
USE_NLS = "yes"
|
USE_NLS = "yes"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user