git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e0c9a0
)
git: reorder vars
author
Koen Kooi
<koen@openembedded.org>
Wed, 1 Oct 2008 09:33:20 +0000
(09:33 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 1 Oct 2008 09:33:20 +0000
(09:33 +0000)
packages/git/git.inc
patch
|
blob
|
history
diff --git
a/packages/git/git.inc
b/packages/git/git.inc
index
879dc84
..
de63c54
100644
(file)
--- a/
packages/git/git.inc
+++ b/
packages/git/git.inc
@@
-8,10
+8,10
@@
SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \
"
S = "${WORKDIR}/git-${PV}"
-EXTRA_OEMAKE = "NO_TCLTK=1"
-
inherit autotools
+EXTRA_OEMAKE = "NO_TCLTK=1"
+
do_install () {
oe_runmake install DESTDIR="${D}" bindir=${bindir} \
template_dir=${datadir}/git-core/templates \