diff options
Diffstat (limited to 'meta/recipes-devtools/git')
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/git/git_1.7.7.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 55e1482b77..82df6e3d7a 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc | |||
@@ -14,10 +14,10 @@ EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl \ | |||
14 | --without-tcltk \ | 14 | --without-tcltk \ |
15 | " | 15 | " |
16 | 16 | ||
17 | EXTRA_OEMAKE = "NO_PYTHON=1" | ||
18 | |||
19 | inherit autotools perlnative | 17 | inherit autotools perlnative |
20 | 18 | ||
19 | EXTRA_OEMAKE = "NO_PYTHON=1" | ||
20 | |||
21 | do_compile_prepend () { | 21 | do_compile_prepend () { |
22 | # Remove perl/perl.mak to fix the out-of-date perl.mak error | 22 | # Remove perl/perl.mak to fix the out-of-date perl.mak error |
23 | # during rebuild | 23 | # during rebuild |
diff --git a/meta/recipes-devtools/git/git_1.7.7.bb b/meta/recipes-devtools/git/git_1.7.7.bb index 9d24911c5f..6b6e04b81d 100644 --- a/meta/recipes-devtools/git/git_1.7.7.bb +++ b/meta/recipes-devtools/git/git_1.7.7.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require git.inc | 1 | require git.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz" | 5 | SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz" |
6 | SRC_URI[md5sum] = "5d645884e688921e773186783b65ce33" | 6 | SRC_URI[md5sum] = "5d645884e688921e773186783b65ce33" |