From: Richard Purdie Date: Sat, 26 Jul 2014 08:02:23 +0000 (+0100) Subject: apt-native: Add missing DEPENDS on db-native and curl-native X-Git-Tag: 2015-4~2145 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9a3240acd0ac64a257bcfd48f743fc85b6c8f449;p=openembedded-core.git 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. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/apt/apt-native.inc b/meta/recipes-devtools/apt/apt-native.inc index 36035b0d51..fede8694c4 100644 --- a/meta/recipes-devtools/apt/apt-native.inc +++ b/meta/recipes-devtools/apt/apt-native.inc @@ -1,7 +1,7 @@ require apt.inc inherit native -DEPENDS += "dpkg-native gettext-native" +DEPENDS += "dpkg-native gettext-native db-native curl-native" PACKAGES = "" USE_NLS = "yes"