[oe-commits] Richard Purdie : apt-native: Add missing DEPENDS on db-native and curl-native

git at git.openembedded.org git at git.openembedded.org
Sun Jul 27 07:35:26 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 9a3240acd0ac64a257bcfd48f743fc85b6c8f449
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9a3240acd0ac64a257bcfd48f743fc85b6c8f449

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sat Jul 26 09:02:23 2014 +0100

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 at linuxfoundation.org>

---

 meta/recipes-devtools/apt/apt-native.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 



More information about the Openembedded-commits mailing list