apt-native: Add missing DEPENDS on db-native and curl-native
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 26 Jul 2014 08:02:23 +0000 (09:02 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 27 Jul 2014 07:31:09 +0000 (08:31 +0100)
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>
meta/recipes-devtools/apt/apt-native.inc

index 36035b0..fede869 100644 (file)
@@ -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"