diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-10 19:43:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-11 16:41:52 +0100 |
commit | 50e7a780db02e2e53f488a4a91eaf4ce5efbd178 (patch) | |
tree | edee3e17c10e1e34993deec7f435cc5a34d05497 /meta/recipes-devtools | |
parent | 7badcf0bbfcd5d65b076ea236ce5c2e01a1ae773 (diff) | |
download | 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')
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 7f12859792..49292fad13 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" | |||
41 | 41 | ||
42 | # git-tk package with gitk and git-gui | 42 | # git-tk package with gitk and git-gui |
43 | PACKAGES =+ "${PN}-tk" | 43 | PACKAGES =+ "${PN}-tk" |
44 | RDEPENDS_${PN}-tk = "${PN} tk tcl" | 44 | #RDEPENDS_${PN}-tk = "${PN} tk tcl" |
45 | EXTRA_OEMAKE = "TCL_PATH=${STAGING_BINDIR_CROSS}/tclsh" | 45 | #EXTRA_OEMAKE = "TCL_PATH=${STAGING_BINDIR_CROSS}/tclsh" |
46 | FILES_${PN}-tk = " \ | 46 | FILES_${PN}-tk = " \ |
47 | ${bindir}/gitk \ | 47 | ${bindir}/gitk \ |
48 | ${datadir}/gitk \ | 48 | ${datadir}/gitk \ |