| Submitter | Koen Kooi |
|---|---|
| Date | May 10, 2011, 5:43 p.m. |
| Message ID | <1305049402-31382-1-git-send-email-koen@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/3667/ |
| State | New, archived |
| Headers | show |
Comments
On Tue, 2011-05-10 at 19:43 +0200, Koen Kooi wrote: > Signed-off-by: Koen Kooi <koen@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 \ Merged to master but I tweaked it to also disable the EXTRA_OEMAKE. Cheers, Richard
Patch
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 \
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- meta/recipes-devtools/git/git.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)