git: reorder vars
authorKoen Kooi <koen@openembedded.org>
Wed, 1 Oct 2008 09:33:20 +0000 (09:33 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 1 Oct 2008 09:33:20 +0000 (09:33 +0000)
packages/git/git.inc

index 879dc84..de63c54 100644 (file)
@@ -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 \