diff options
| author | Yann Dirson <ydirson@altern.org> | 2010-09-15 11:27:48 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2010-09-21 23:03:40 -0700 |
| commit | 2823e121e80a65006a642f0f067f63f9605ff32a (patch) | |
| tree | fa5b7470df56ac544fdf574d3a2037cac09ac74f /recipes/git/git.inc | |
| parent | 287f5ec79cf223238652ad8cfd9e004fd08305e5 (diff) | |
git: activate gitk.
It does not work perfectly (complains about possible problems in the tcl
package), and buttons are huge, but it allows to browse history.
git-gui OTOH does not start at all, it only complains that tk is not
correctly installed, so it is commented out.
Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/git/git.inc')
| -rw-r--r-- | recipes/git/git.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/git/git.inc b/recipes/git/git.inc index 8275adb1a2..bbbd7e966a 100644 --- a/recipes/git/git.inc +++ b/recipes/git/git.inc @@ -8,8 +8,6 @@ S = "${WORKDIR}/git-${PV}" inherit autotools -EXTRA_OEMAKE = "NO_TCLTK=1" - do_install () { oe_runmake install DESTDIR="${D}" bindir=${bindir} \ template_dir=${datadir}/git-core/templates \ |
