* [PATCH] apt-native: Add missing DEPENDS on db-native and curl-native
@ 2014-07-26 8:02 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-07-26 8:02 UTC (permalink / raw)
To: openembedded-core
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 <richard.purdie@linuxfoundation.org>
diff --git a/meta/recipes-devtools/apt/apt-native.inc b/meta/recipes-devtools/apt/apt-native.inc
index 36035b0..fede869 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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-26 8:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-26 8:02 [PATCH] apt-native: Add missing DEPENDS on db-native and curl-native Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox