aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-26 09:02:23 +0100
committerAndreas Oberritter <obi@opendreambox.org>2015-02-23 17:15:42 +0100
commitcb5795f77a8e2a132b1ac25a4df1e70612e1a732 (patch)
tree86c22f5af300c5e0cac5dbea88d1e0ec062e694e /meta/recipes-devtools
parent85445313e68500f664b277472ffdfcc24238c676 (diff)
downloadopenembedded-core-contrib-cb5795f77a8e2a132b1ac25a4df1e70612e1a732.tar.gz
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 <richard.purdie@linuxfoundation.org> (cherry picked from commit 9a3240acd0ac64a257bcfd48f743fc85b6c8f449) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/apt/apt-native.inc2
1 files changed, 1 insertions, 1 deletions
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"