From: Jack Mitchell <[email protected]> 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 <[email protected]> --- 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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
