[OE-core] [PATCH] git: RDEPENDS are transitive, so remove tk so it builds with just OE-core

Koen Kooi koen at dominion.thruhere.net
Tue May 10 17:43:22 UTC 2011


Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 meta/recipes-devtools/git/git.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 7f12859..9c7375f 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -41,7 +41,7 @@ RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils"
 
 # git-tk package with gitk and git-gui
 PACKAGES =+ "${PN}-tk"
-RDEPENDS_${PN}-tk = "${PN} tk tcl"
+#RDEPENDS_${PN}-tk = "${PN} tk tcl"
 EXTRA_OEMAKE = "TCL_PATH=${STAGING_BINDIR_CROSS}/tclsh"
 FILES_${PN}-tk = " \
     ${bindir}/gitk \
-- 
1.6.6.1





More information about the Openembedded-core mailing list