summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-10 19:43:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-11 16:41:52 +0100
commit50e7a780db02e2e53f488a4a91eaf4ce5efbd178 (patch)
treeedee3e17c10e1e34993deec7f435cc5a34d05497 /meta/recipes-devtools/git
parent7badcf0bbfcd5d65b076ea236ce5c2e01a1ae773 (diff)
downloadast2050-yocto-poky-50e7a780db02e2e53f488a4a91eaf4ce5efbd178.zip
ast2050-yocto-poky-50e7a780db02e2e53f488a4a91eaf4ce5efbd178.tar.gz
git: RDEPENDS are transitive, so remove tk so it builds with just OE-core
[RP: Disable EXTRA_OEMAKE too] (From OE-Core rev: 3751877fd106077033c5802042a9e6048100379d) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git')
-rw-r--r--meta/recipes-devtools/git/git.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 7f12859..49292fa 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -41,8 +41,8 @@ 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"
-EXTRA_OEMAKE = "TCL_PATH=${STAGING_BINDIR_CROSS}/tclsh"
+#RDEPENDS_${PN}-tk = "${PN} tk tcl"
+#EXTRA_OEMAKE = "TCL_PATH=${STAGING_BINDIR_CROSS}/tclsh"
FILES_${PN}-tk = " \
${bindir}/gitk \
${datadir}/gitk \
OpenPOWER on IntegriCloud