[OE-core] [PATCH] git: add missing Python dependency

Jack Mitchell ml at communistcode.co.uk
Tue Sep 11 10:33:37 UTC 2012


From: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>

Add python to DEPENDS as it fails to install on target with RPM
failing at do_rootfs due to un-met dependencies.

Signed-off-by: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
---
 meta/recipes-devtools/git/git.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 6748b70..9181da6 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "The git revision control system used by the Linux kernel developers"
 SECTION = "console/utils"
 LICENSE = "GPLv2"
-DEPENDS = "openssl curl zlib expat"
+DEPENDS = "openssl curl zlib expat python"
 
 PROVIDES_append_virtclass-native = " git-replacement-native"
 
-- 
1.7.12





More information about the Openembedded-core mailing list