diff options
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/git/git_2.0.1.bb (renamed from meta/recipes-devtools/git/git_1.9.0.bb) | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 4e0527cab6..7633577f67 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc | |||
@@ -5,6 +5,7 @@ DEPENDS = "openssl curl zlib expat" | |||
5 | 5 | ||
6 | PROVIDES_append_class-native = " git-replacement-native" | 6 | PROVIDES_append_class-native = " git-replacement-native" |
7 | 7 | ||
8 | SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.gz" | ||
8 | S = "${WORKDIR}/git-${PV}" | 9 | S = "${WORKDIR}/git-${PV}" |
9 | 10 | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c0d7ef03a7eb04ce795b0f60e68e7e1" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c0d7ef03a7eb04ce795b0f60e68e7e1" |
diff --git a/meta/recipes-devtools/git/git_1.9.0.bb b/meta/recipes-devtools/git/git_2.0.1.bb index 4eb6c99a30..dbf32e1a03 100644 --- a/meta/recipes-devtools/git/git_1.9.0.bb +++ b/meta/recipes-devtools/git/git_2.0.1.bb | |||
@@ -1,9 +1,7 @@ | |||
1 | require git.inc | 1 | require git.inc |
2 | 2 | ||
3 | SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz" | 3 | SRC_URI[md5sum] = "981f5937840716cb563be1cc6292c8d7" |
4 | 4 | SRC_URI[sha256sum] = "02609a06fb40db1f6a968867c0e82bcb959b85902747830de0fda53228712daf" | |
5 | SRC_URI[md5sum] = "e16c14b27c644b8e0dd72bdb5ff77450" | ||
6 | SRC_URI[sha256sum] = "de3097fdc36d624ea6cf4bb853402fde781acdb860f12152c5eb879777389882" | ||
7 | 5 | ||
8 | EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \ | 6 | EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \ |
9 | ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ | 7 | ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ |