diff options
Diffstat (limited to 'meta/recipes-devtools')
49 files changed, 152 insertions, 2 deletions
diff --git a/meta/recipes-devtools/apt/apt-native_0.7.14.bb b/meta/recipes-devtools/apt/apt-native_0.7.14.bb index 83c87c6717..f77f81790f 100644 --- a/meta/recipes-devtools/apt/apt-native_0.7.14.bb +++ b/meta/recipes-devtools/apt/apt-native_0.7.14.bb | |||
@@ -6,3 +6,6 @@ SRC_URI += "file://nodoc.patch \ | |||
6 | file://noconfigure.patch \ | 6 | file://noconfigure.patch \ |
7 | file://no-curl.patch \ | 7 | file://no-curl.patch \ |
8 | file://includes-fix.patch" | 8 | file://includes-fix.patch" |
9 | |||
10 | SRC_URI[md5sum] = "19efa18fb1ef20c58b9b44e94258b814" | ||
11 | SRC_URI[sha256sum] = "8fc06effaf8a4e4333308eedcdc6840f1c8056f2e924210f151dfc076bcd4045" | ||
diff --git a/meta/recipes-devtools/apt/apt_0.7.14.bb b/meta/recipes-devtools/apt/apt_0.7.14.bb index 43353fa995..54096ef6a0 100644 --- a/meta/recipes-devtools/apt/apt_0.7.14.bb +++ b/meta/recipes-devtools/apt/apt_0.7.14.bb | |||
@@ -8,6 +8,9 @@ PR = "r3" | |||
8 | SRC_URI += "file://nodoc.patch \ | 8 | SRC_URI += "file://nodoc.patch \ |
9 | file://includes-fix.patch" | 9 | file://includes-fix.patch" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "19efa18fb1ef20c58b9b44e94258b814" | ||
12 | SRC_URI[sha256sum] = "8fc06effaf8a4e4333308eedcdc6840f1c8056f2e924210f151dfc076bcd4045" | ||
13 | |||
11 | require apt-package.inc | 14 | require apt-package.inc |
12 | 15 | ||
13 | FILES_${PN} += "${bindir}/apt-key" | 16 | FILES_${PN} += "${bindir}/apt-key" |
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.65.bb b/meta/recipes-devtools/autoconf/autoconf_2.65.bb index 5af973c20f..0bc615e58c 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.65.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.65.bb | |||
@@ -17,6 +17,9 @@ SRC_URI += "file://autoreconf-include.patch;patch=1 \ | |||
17 | ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]} \ | 17 | ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]} \ |
18 | file://config_site.patch;patch=1" | 18 | file://config_site.patch;patch=1" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "a6de1cc6434cd64038b0a0ae4e252b33" | ||
21 | SRC_URI[sha256sum] = "db11944057f3faf229ff5d6ce3fcd819f565455c152b72cec17ebc1cbb80136b" | ||
22 | |||
20 | DEPENDS_virtclass-native = "m4-native gnu-config-native" | 23 | DEPENDS_virtclass-native = "m4-native gnu-config-native" |
21 | RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" | 24 | RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" |
22 | 25 | ||
diff --git a/meta/recipes-devtools/automake/automake_1.11.1.bb b/meta/recipes-devtools/automake/automake_1.11.1.bb index 209772cac5..b231a942ee 100644 --- a/meta/recipes-devtools/automake/automake_1.11.1.bb +++ b/meta/recipes-devtools/automake/automake_1.11.1.bb | |||
@@ -34,6 +34,9 @@ PATHFIXPATCH_virtclass-native = "" | |||
34 | 34 | ||
35 | SRC_URI += "${PATHFIXPATCH}" | 35 | SRC_URI += "${PATHFIXPATCH}" |
36 | 36 | ||
37 | SRC_URI[md5sum] = "c2972c4d9b3e29c03d5f2af86249876f" | ||
38 | SRC_URI[sha256sum] = "5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae" | ||
39 | |||
37 | do_install () { | 40 | do_install () { |
38 | oe_runmake 'DESTDIR=${D}' install | 41 | oe_runmake 'DESTDIR=${D}' install |
39 | install -d ${D}${datadir} | 42 | install -d ${D}${datadir} |
diff --git a/meta/recipes-devtools/binutils/binutils_2.20.1.bb b/meta/recipes-devtools/binutils/binutils_2.20.1.bb index 2a1012852e..b7212e7996 100644 --- a/meta/recipes-devtools/binutils/binutils_2.20.1.bb +++ b/meta/recipes-devtools/binutils/binutils_2.20.1.bb | |||
@@ -30,6 +30,9 @@ SRC_URI = "\ | |||
30 | file://binutils-poison.patch \ | 30 | file://binutils-poison.patch \ |
31 | " | 31 | " |
32 | 32 | ||
33 | SRC_URI[tarball.md5sum] = "9cdfb9d6ec0578c166d3beae5e15c4e5" | ||
34 | SRC_URI[tarball.sha256sum] = "228b84722d87e88e7fdd36869e590e649ab523a0800a7d53df906498afe6f6f8" | ||
35 | |||
33 | # powerpc patches | 36 | # powerpc patches |
34 | SRC_URI += "\ | 37 | SRC_URI += "\ |
35 | file://binutils-2.16.1-e300c2c3.patch \ | 38 | file://binutils-2.16.1-e300c2c3.patch \ |
diff --git a/meta/recipes-devtools/bison/bison_2.4.3.bb b/meta/recipes-devtools/bison/bison_2.4.3.bb index 61ab44a765..0df7e70eec 100644 --- a/meta/recipes-devtools/bison/bison_2.4.3.bb +++ b/meta/recipes-devtools/bison/bison_2.4.3.bb | |||
@@ -14,6 +14,9 @@ BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ | |||
14 | SRC_URI = "${BASE_SRC_URI} \ | 14 | SRC_URI = "${BASE_SRC_URI} \ |
15 | file://fix_cross_manpage_building.patch " | 15 | file://fix_cross_manpage_building.patch " |
16 | 16 | ||
17 | SRC_URI[md5sum] = "ea45c778b36bdc7a720096819e292a73" | ||
18 | SRC_URI[sha256sum] = "6b17be5e63ff6667c83f6ef0423befe0ba23d4bc554c4c33b02ce5bb65179b16" | ||
19 | |||
17 | DEPENDS_virtclass-native = "gettext-native" | 20 | DEPENDS_virtclass-native = "gettext-native" |
18 | SRC_URI_virtclass-native = "${BASE_SRC_URI}" | 21 | SRC_URI_virtclass-native = "${BASE_SRC_URI}" |
19 | 22 | ||
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.13.bb b/meta/recipes-devtools/chrpath/chrpath_0.13.bb index b812175c44..19cdadfca9 100644 --- a/meta/recipes-devtools/chrpath/chrpath_0.13.bb +++ b/meta/recipes-devtools/chrpath/chrpath_0.13.bb | |||
@@ -7,6 +7,9 @@ PR = "r2" | |||
7 | 7 | ||
8 | SRC_URI = "${DEBIAN_MIRROR}/main/c/chrpath/chrpath_${PV}.orig.tar.gz" | 8 | SRC_URI = "${DEBIAN_MIRROR}/main/c/chrpath/chrpath_${PV}.orig.tar.gz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "b73072a8fbba277558c50364b65bb407" | ||
11 | SRC_URI[sha256sum] = "c1aa5342eac0daad81b8da05aa282ae1ccd6f68bc75ca94064304f541eed071b" | ||
12 | |||
10 | inherit autotools | 13 | inherit autotools |
11 | 14 | ||
12 | S = "${WORKDIR}/chrpath-${PV}" | 15 | S = "${WORKDIR}/chrpath-${PV}" |
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.54.bb b/meta/recipes-devtools/diffstat/diffstat_1.54.bb index 8fc51e92ee..7e2bd1e20d 100644 --- a/meta/recipes-devtools/diffstat/diffstat_1.54.bb +++ b/meta/recipes-devtools/diffstat/diffstat_1.54.bb | |||
@@ -11,6 +11,9 @@ PR = "r0" | |||
11 | 11 | ||
12 | SRC_URI = "ftp://invisible-island.net/diffstat/diffstat-${PV}.tgz" | 12 | SRC_URI = "ftp://invisible-island.net/diffstat/diffstat-${PV}.tgz" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "af08bef2eb37050ceb0c4fddedb2ee36" | ||
15 | SRC_URI[sha256sum] = "d8e67660ec85be597f8548ecdd088926639dac34ec7184aaf9d09c1e6ecb83e5" | ||
16 | |||
14 | S = "${WORKDIR}/diffstat-${PV}" | 17 | S = "${WORKDIR}/diffstat-${PV}" |
15 | 18 | ||
16 | inherit autotools | 19 | inherit autotools |
diff --git a/meta/recipes-devtools/distcc/distcc_2.18.3.bb b/meta/recipes-devtools/distcc/distcc_2.18.3.bb index 638ea91597..75f67781d9 100644 --- a/meta/recipes-devtools/distcc/distcc_2.18.3.bb +++ b/meta/recipes-devtools/distcc/distcc_2.18.3.bb | |||
@@ -16,6 +16,9 @@ SRC_URI = "http://distcc.samba.org/ftp/distcc/distcc-${PV}.tar.bz2 \ | |||
16 | file://distccmon-gnome.desktop \ | 16 | file://distccmon-gnome.desktop \ |
17 | file://distcc" | 17 | file://distcc" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "0d6b80a1efc3a3d816c4f4175f63eaa2" | ||
20 | SRC_URI[sha256sum] = "6500f1bc2a30b1f044ebed79c6ce15457d1712263e65f0db7d6046af262ba434" | ||
21 | |||
19 | inherit autotools pkgconfig update-rc.d | 22 | inherit autotools pkgconfig update-rc.d |
20 | 23 | ||
21 | INITSCRIPT_NAME = "distcc" | 24 | INITSCRIPT_NAME = "distcc" |
diff --git a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb index f21e7b9355..9d59e15183 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb +++ b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb | |||
@@ -15,6 +15,9 @@ SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV} | |||
15 | file://msdos_fat12_undefined.patch;patch=1 \ | 15 | file://msdos_fat12_undefined.patch;patch=1 \ |
16 | file://include-linux-types.patch;patch=1" | 16 | file://include-linux-types.patch;patch=1" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "407d405ade410f7597d364ab5dc8c9f6" | ||
19 | SRC_URI[sha256sum] = "0eac6d12388b3d9ed78684529c1b0d9346fa2abbe406c4d4a3eb5a023c98a484" | ||
20 | |||
18 | do_install () { | 21 | do_install () { |
19 | oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \ | 22 | oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \ |
20 | "MANDIR=${D}${mandir}/man8" install | 23 | "MANDIR=${D}${mandir}/man8" install |
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb b/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb index 43ab8f6714..ed247d453a 100644 --- a/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb +++ b/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb | |||
@@ -5,6 +5,9 @@ SRC_URI += "file://noman.patch;patch=1 \ | |||
5 | file://check_snprintf.patch \ | 5 | file://check_snprintf.patch \ |
6 | file://check_version.patch" | 6 | file://check_version.patch" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "b9b817389e655ec2c12465de5c619011" | ||
9 | SRC_URI[sha256sum] = "2ef55e8eb6c1e8c3dfb54c8ccc9a883fec7540b705c5179ca7a198bebe2f18bc" | ||
10 | |||
8 | PR = "r3" | 11 | PR = "r3" |
9 | 12 | ||
10 | EXTRA_OECONF = "--without-static-progs \ | 13 | EXTRA_OECONF = "--without-static-progs \ |
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.12.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.12.bb index ac262501d1..3f9195a4c4 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.12.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.12.bb | |||
@@ -4,6 +4,9 @@ PR = "r19" | |||
4 | 4 | ||
5 | SRC_URI += "file://quotefix.patch;patch=1 \ | 5 | SRC_URI += "file://quotefix.patch;patch=1 \ |
6 | file://acinclude.m4" | 6 | file://acinclude.m4" |
7 | |||
8 | SRC_URI[md5sum] = "1b24a21fc0c2381ef420961cbfec733f" | ||
9 | SRC_URI[sha256sum] = "9c26d0dc20bfdafd0f27f3564791d6121d1c1876549d4f2ff1e41955c9bb9f20" | ||
7 | #file://no-hardlinks.patch;patch=1 \ | 10 | #file://no-hardlinks.patch;patch=1 \ |
8 | 11 | ||
9 | PARALLEL_MAKE = "" | 12 | PARALLEL_MAKE = "" |
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb index f84ab8e53a..44b3c52a5a 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb | |||
@@ -10,6 +10,9 @@ PR = "r1" | |||
10 | 10 | ||
11 | SRC_URI = "https://fedorahosted.org/releases/e/l/elfutils/elfutils-${PV}.tar.bz2" | 11 | SRC_URI = "https://fedorahosted.org/releases/e/l/elfutils/elfutils-${PV}.tar.bz2" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "a0bed1130135f17ad27533b0034dba8d" | ||
14 | SRC_URI[sha256sum] = "8aebfa4a745db21cf5429c9541fe482729b62efc7e53e9110151b4169fe887da" | ||
15 | |||
13 | # pick the patch from debian | 16 | # pick the patch from debian |
14 | # http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.148-1.debian.tar.gz | 17 | # http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.148-1.debian.tar.gz |
15 | 18 | ||
diff --git a/meta/recipes-devtools/fakechroot/fakechroot_2.9.bb b/meta/recipes-devtools/fakechroot/fakechroot_2.9.bb index e38694c5e1..267a699583 100644 --- a/meta/recipes-devtools/fakechroot/fakechroot_2.9.bb +++ b/meta/recipes-devtools/fakechroot/fakechroot_2.9.bb | |||
@@ -3,9 +3,15 @@ DESCRIPTION = "Gives a fake root environment which can support chroot" | |||
3 | LICENSE = "LGPLv2.1+" | 3 | LICENSE = "LGPLv2.1+" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1" |
5 | 5 | ||
6 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_${PV}.orig.tar.gz \ | 6 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_${PV}.orig.tar.gz;name=tarball \ |
7 | file://fix-readlink.patch;patch=1 \ | 7 | file://fix-readlink.patch;patch=1 \ |
8 | ${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_2.9-1.1.diff.gz;patch=1" | 8 | ${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_2.9-1.1.diff.gz;patch=1;name=patch" |
9 | |||
10 | SRC_URI[tarball.md5sum] = "7b0048e50a6309acf0dda4e547735022" | ||
11 | SRC_URI[tarball.sha256sum] = "bfccb079d2d247b05d5f82473beca0043ddfc51a6ed595541575893fa3ab6c3e" | ||
12 | |||
13 | SRC_URI[patch.md5sum] = "b4c9c113ebba929be8c311591a499e6e" | ||
14 | SRC_URI[patch.sha256sum] = "3e1677622f3a92a5cf91665a733fa51b32d1e5f1a487a7e220ad575c0a09077a" | ||
9 | 15 | ||
10 | inherit autotools | 16 | inherit autotools |
11 | 17 | ||
diff --git a/meta/recipes-devtools/file/file_5.04.bb b/meta/recipes-devtools/file/file_5.04.bb index afc08162d4..ad6986204b 100644 --- a/meta/recipes-devtools/file/file_5.04.bb +++ b/meta/recipes-devtools/file/file_5.04.bb | |||
@@ -17,6 +17,9 @@ SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ | |||
17 | file://dump \ | 17 | file://dump \ |
18 | file://filesystems" | 18 | file://filesystems" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "accade81ff1cc774904b47c72c8aeea0" | ||
21 | SRC_URI[sha256sum] = "4c9e6e7994e74cb3386374ae91b055d26ac96b9d3e82fd157ae2d62e87a4260c" | ||
22 | |||
20 | inherit autotools | 23 | inherit autotools |
21 | 24 | ||
22 | do_configure_prepend() { | 25 | do_configure_prepend() { |
diff --git a/meta/recipes-devtools/flex/flex_2.5.35.bb b/meta/recipes-devtools/flex/flex_2.5.35.bb index 9b59a7232c..4fdce33ccf 100644 --- a/meta/recipes-devtools/flex/flex_2.5.35.bb +++ b/meta/recipes-devtools/flex/flex_2.5.35.bb | |||
@@ -3,3 +3,6 @@ PR = "r1" | |||
3 | LICENSE="BSD" | 3 | LICENSE="BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067" |
5 | BBCLASSEXTEND = "native" | 5 | BBCLASSEXTEND = "native" |
6 | |||
7 | SRC_URI[md5sum] = "10714e50cea54dc7a227e3eddcd44d57" | ||
8 | SRC_URI[sha256sum] = "0becbd4b2b36b99c67f8c22ab98f7f80c9860aec70f0350a0018f29a88704e7b" | ||
diff --git a/meta/recipes-devtools/gcc/gcc_4.5.1.bb b/meta/recipes-devtools/gcc/gcc_4.5.1.bb index 91b782f6b2..d4a257e524 100644 --- a/meta/recipes-devtools/gcc/gcc_4.5.1.bb +++ b/meta/recipes-devtools/gcc/gcc_4.5.1.bb | |||
@@ -13,3 +13,6 @@ SRC_URI_append = "file://fortran-cross-compile-hack.patch" | |||
13 | 13 | ||
14 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" | 14 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" |
15 | 15 | ||
16 | |||
17 | SRC_URI[md5sum] = "48231a8e33ed6e058a341c53b819de1a" | ||
18 | SRC_URI[sha256sum] = "45fa81face89203ccbf3ec73f7a372769d855f3ba7446f50125b613d9c163e2c" | ||
diff --git a/meta/recipes-devtools/gdb/gdb_7.2.bb b/meta/recipes-devtools/gdb/gdb_7.2.bb index 4d3d9d4b45..7213b570ab 100644 --- a/meta/recipes-devtools/gdb/gdb_7.2.bb +++ b/meta/recipes-devtools/gdb/gdb_7.2.bb | |||
@@ -5,3 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
5 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ | 5 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ |
6 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" | 6 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" |
7 | PR = "r0" | 7 | PR = "r0" |
8 | |||
9 | SRC_URI[md5sum] = "950b766466bee748e554765c86b8b495" | ||
10 | SRC_URI[sha256sum] = "34919cb51334c8149ae36ed086f35e79fe3fa2b2a85b568d7c0edad20cd972d4" | ||
diff --git a/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb b/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb index 3c6f6ba077..9364bb895f 100644 --- a/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb +++ b/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb | |||
@@ -1,3 +1,6 @@ | |||
1 | require genext2fs.inc | 1 | require genext2fs.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r0" |
4 | |||
5 | SRC_URI[md5sum] = "b7b6361bcce2cedff1ae437fadafe53b" | ||
6 | SRC_URI[sha256sum] = "404dbbfa7a86a6c3de8225c8da254d026b17fd288e05cec4df2cc7e1f4feecfc" | ||
diff --git a/meta/recipes-devtools/intltool/intltool_0.40.6.bb b/meta/recipes-devtools/intltool/intltool_0.40.6.bb index ac6d992d88..4b5fe820e8 100644 --- a/meta/recipes-devtools/intltool/intltool_0.40.6.bb +++ b/meta/recipes-devtools/intltool/intltool_0.40.6.bb | |||
@@ -4,3 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
4 | PR = "r0" | 4 | PR = "r0" |
5 | 5 | ||
6 | SRC_URI_append = " file://intltool-nowarn-0.40.0.patch" | 6 | SRC_URI_append = " file://intltool-nowarn-0.40.0.patch" |
7 | |||
8 | SRC_URI[md5sum] = "69bc0353323112f42ad4f9cf351bc3e5" | ||
9 | SRC_URI[sha256sum] = "4d1e5f8561f09c958e303d4faa885079a5e173a61d28437d0013ff5efc9e3b64" | ||
diff --git a/meta/recipes-devtools/libtool/libtool-native_2.4.bb b/meta/recipes-devtools/libtool/libtool-native_2.4.bb index f10ea8836b..4ad660b507 100644 --- a/meta/recipes-devtools/libtool/libtool-native_2.4.bb +++ b/meta/recipes-devtools/libtool/libtool-native_2.4.bb | |||
@@ -20,3 +20,6 @@ do_install () { | |||
20 | install -d ${D}${bindir}/ | 20 | install -d ${D}${bindir}/ |
21 | install -m 0755 ${HOST_SYS}-libtool ${D}${bindir}/${HOST_SYS}-libtool | 21 | install -m 0755 ${HOST_SYS}-libtool ${D}${bindir}/${HOST_SYS}-libtool |
22 | } | 22 | } |
23 | |||
24 | SRC_URI[md5sum] = "b32b04148ecdd7344abc6fe8bd1bb021" | ||
25 | SRC_URI[sha256sum] = "13df57ab63a94e196c5d6e95d64e53262834fe780d5e82c28f177f9f71ddf62e" | ||
diff --git a/meta/recipes-devtools/libtool/libtool_2.4.bb b/meta/recipes-devtools/libtool/libtool_2.4.bb index cca3b1ea4a..b5ec33e840 100644 --- a/meta/recipes-devtools/libtool/libtool_2.4.bb +++ b/meta/recipes-devtools/libtool/libtool_2.4.bb | |||
@@ -31,3 +31,6 @@ libtool_sysroot_preprocess () { | |||
31 | rm -rf ${SYSROOT_DESTDIR}${STAGING_DIR_TARGET}${datadir}/libtool/config/* | 31 | rm -rf ${SYSROOT_DESTDIR}${STAGING_DIR_TARGET}${datadir}/libtool/config/* |
32 | fi | 32 | fi |
33 | } | 33 | } |
34 | |||
35 | SRC_URI[md5sum] = "b32b04148ecdd7344abc6fe8bd1bb021" | ||
36 | SRC_URI[sha256sum] = "13df57ab63a94e196c5d6e95d64e53262834fe780d5e82c28f177f9f71ddf62e" | ||
diff --git a/meta/recipes-devtools/make/make_3.82.bb b/meta/recipes-devtools/make/make_3.82.bb index e8a086584e..61fbb324d1 100644 --- a/meta/recipes-devtools/make/make_3.82.bb +++ b/meta/recipes-devtools/make/make_3.82.bb | |||
@@ -3,3 +3,6 @@ LICENSE="GPLv3&LGPLv2" | |||
3 | LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 3 | LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
4 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" | 4 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" |
5 | require make.inc | 5 | require make.inc |
6 | |||
7 | SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f" | ||
8 | SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966" | ||
diff --git a/meta/recipes-devtools/nasm/nasm_2.07.bb b/meta/recipes-devtools/nasm/nasm_2.07.bb index 175190b0c2..b42196e393 100644 --- a/meta/recipes-devtools/nasm/nasm_2.07.bb +++ b/meta/recipes-devtools/nasm/nasm_2.07.bb | |||
@@ -8,6 +8,9 @@ PR = "r0" | |||
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/nasm/nasm-${PV}.tar.bz2 " | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/nasm/nasm-${PV}.tar.bz2 " |
10 | 10 | ||
11 | SRC_URI[md5sum] = "d8934231e81874c29374ddef1fbdb1ed" | ||
12 | SRC_URI[sha256sum] = "ac70ee451c73d742c9ff830502e5f8b1f648b2abffa8fd00944243283ba8e87c" | ||
13 | |||
11 | inherit autotools | 14 | inherit autotools |
12 | 15 | ||
13 | do_configure_prepend () { | 16 | do_configure_prepend () { |
diff --git a/meta/recipes-devtools/patch/patch_2.5.9.bb b/meta/recipes-devtools/patch/patch_2.5.9.bb index ff485546fc..4b4511f03a 100644 --- a/meta/recipes-devtools/patch/patch_2.5.9.bb +++ b/meta/recipes-devtools/patch/patch_2.5.9.bb | |||
@@ -6,5 +6,8 @@ SRC_URI = "${GNU_MIRROR}/patch/patch-2.5.4.tar.gz \ | |||
6 | file://install.patch;patch=1 \ | 6 | file://install.patch;patch=1 \ |
7 | file://unified-reject-files.diff;patch=1 \ | 7 | file://unified-reject-files.diff;patch=1 \ |
8 | file://global-reject-file.diff;patch=1 " | 8 | file://global-reject-file.diff;patch=1 " |
9 | |||
10 | SRC_URI[md5sum] = "ee5ae84d115f051d87fcaaef3b4ae782" | ||
11 | SRC_URI[sha256sum] = "dd2fc5a745bfca5450d13d7032fdc47ab102514aae3efb3fe334a6eff87df799" | ||
9 | S = "${WORKDIR}/patch-2.5.4" | 12 | S = "${WORKDIR}/patch-2.5.4" |
10 | PR = "r2" \ No newline at end of file | 13 | PR = "r2" \ No newline at end of file |
diff --git a/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb b/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb index 441797b882..9c789cd76d 100644 --- a/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb +++ b/meta/recipes-devtools/pax-utils/pax-utils_0.2.1.bb | |||
@@ -4,6 +4,9 @@ LICENSE = "GPLv2+" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" |
5 | SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.bz2" | 5 | SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.bz2" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "2bf53234580e02294453a40c864f5871" | ||
8 | SRC_URI[sha256sum] = "6a5beefb686e425eb6829bc716d2b32b64c2e854287c212c9853bc2beb705c3a" | ||
9 | |||
7 | PR = "r0" | 10 | PR = "r0" |
8 | 11 | ||
9 | do_install() { | 12 | do_install() { |
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb index b9ebd7f606..57428797cc 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb | |||
@@ -5,6 +5,9 @@ DEPENDS += "expat expat-native" | |||
5 | 5 | ||
6 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" | 6 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "1b868962b658bd87e1563ecd56498ded" | ||
9 | SRC_URI[sha256sum] = "9fd529867402456bd826fe0e5588d35b3a2e27e586a2fd838d1352b71c2ed73f" | ||
10 | |||
8 | S = "${WORKDIR}/XML-Parser-${PV}" | 11 | S = "${WORKDIR}/XML-Parser-${PV}" |
9 | 12 | ||
10 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | 13 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" |
diff --git a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb index 7ed6a231d9..136e117c85 100644 --- a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb +++ b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb | |||
@@ -6,6 +6,9 @@ PR = "r0" | |||
6 | 6 | ||
7 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz" | 7 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "593aa8001e5c301cdcdb4bb3b63abc33" | ||
10 | SRC_URI[sha256sum] = "a54967c188cda3e20f496c83be4de3f1740eeaa83c0380712ecd969ad8766826" | ||
11 | |||
9 | S = "${WORKDIR}/XML-Simple-${PV}" | 12 | S = "${WORKDIR}/XML-Simple-${PV}" |
10 | 13 | ||
11 | inherit cpan | 14 | inherit cpan |
diff --git a/meta/recipes-devtools/perl/perl-native_5.8.8.bb b/meta/recipes-devtools/perl/perl-native_5.8.8.bb index 534b6700df..63215256aa 100644 --- a/meta/recipes-devtools/perl/perl-native_5.8.8.bb +++ b/meta/recipes-devtools/perl/perl-native_5.8.8.bb | |||
@@ -15,6 +15,9 @@ SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ | |||
15 | file://makedepend-dash.patch;patch=1 \ | 15 | file://makedepend-dash.patch;patch=1 \ |
16 | file://asm-pageh-fix.patch;patch=1" | 16 | file://asm-pageh-fix.patch;patch=1" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "b8c118d4360846829beb30b02a6b91a7" | ||
19 | SRC_URI[sha256sum] = "e15d499321e003d12ed183601e37ee7ba5f64b278d1de30149ce01bd4a3f234d" | ||
20 | |||
18 | S = "${WORKDIR}/perl-${PV}" | 21 | S = "${WORKDIR}/perl-${PV}" |
19 | 22 | ||
20 | inherit native | 23 | inherit native |
diff --git a/meta/recipes-devtools/perl/perl_5.8.8.bb b/meta/recipes-devtools/perl/perl_5.8.8.bb index 3c0c676ba2..2774942ba2 100644 --- a/meta/recipes-devtools/perl/perl_5.8.8.bb +++ b/meta/recipes-devtools/perl/perl_5.8.8.bb | |||
@@ -40,6 +40,9 @@ SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ | |||
40 | file://config.sh-64-le \ | 40 | file://config.sh-64-le \ |
41 | file://config.sh-64-be" | 41 | file://config.sh-64-be" |
42 | 42 | ||
43 | SRC_URI[md5sum] = "b8c118d4360846829beb30b02a6b91a7" | ||
44 | SRC_URI[sha256sum] = "e15d499321e003d12ed183601e37ee7ba5f64b278d1de30149ce01bd4a3f234d" | ||
45 | |||
43 | inherit siteinfo | 46 | inherit siteinfo |
44 | 47 | ||
45 | # Where to find the native perl | 48 | # Where to find the native perl |
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb index 09b28a5bd5..a1f95083b3 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb | |||
@@ -1,3 +1,6 @@ | |||
1 | require pkgconfig.inc | 1 | require pkgconfig.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r0" |
4 | |||
5 | SRC_URI[md5sum] = "a3270bab3f4b69b7dc6dbdacbcae9745" | ||
6 | SRC_URI[sha256sum] = "3ba691ee2431f32ccb8efa131e59bf23e37f122dc66791309023ca6dcefcd10e" | ||
diff --git a/meta/recipes-devtools/python/python-dbus_0.83.1.bb b/meta/recipes-devtools/python/python-dbus_0.83.1.bb index d0c0bc6a28..d405ffa8c1 100644 --- a/meta/recipes-devtools/python/python-dbus_0.83.1.bb +++ b/meta/recipes-devtools/python/python-dbus_0.83.1.bb | |||
@@ -7,6 +7,9 @@ DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" | |||
7 | PR = "ml0" | 7 | PR = "ml0" |
8 | 8 | ||
9 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" | 9 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" |
10 | |||
11 | SRC_URI[md5sum] = "5fdf3970aa0c00020289de7ba8f3be18" | ||
12 | SRC_URI[sha256sum] = "ce283806f1af4f2322e183a276528a880b503c74972932bd09f06bdb7fcc1b99" | ||
10 | S = "${WORKDIR}/dbus-python-${PV}" | 13 | S = "${WORKDIR}/dbus-python-${PV}" |
11 | 14 | ||
12 | inherit distutils-base autotools pkgconfig | 15 | inherit distutils-base autotools pkgconfig |
diff --git a/meta/recipes-devtools/python/python-gst_0.10.19.bb b/meta/recipes-devtools/python/python-gst_0.10.19.bb index 6afc3bac22..16852d1a15 100644 --- a/meta/recipes-devtools/python/python-gst_0.10.19.bb +++ b/meta/recipes-devtools/python/python-gst_0.10.19.bb | |||
@@ -7,6 +7,9 @@ PR = "r0" | |||
7 | 7 | ||
8 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ | 8 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ |
9 | file://python-path.patch" | 9 | file://python-path.patch" |
10 | |||
11 | SRC_URI[md5sum] = "ddcef7d00bd88b0591cd6d910c36ec4b" | ||
12 | SRC_URI[sha256sum] = "956f81a8c15daa3f17e688a0dc5a5d18a3118141066952d3b201a6ac0c52b415" | ||
10 | S = "${WORKDIR}/gst-python-${PV}" | 13 | S = "${WORKDIR}/gst-python-${PV}" |
11 | 14 | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=39ff67e932b7bdfa9b78bad67151690b" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=39ff67e932b7bdfa9b78bad67151690b" |
diff --git a/meta/recipes-devtools/python/python-imaging_1.1.7.bb b/meta/recipes-devtools/python/python-imaging_1.1.7.bb index a711a25730..bd6fe1d227 100644 --- a/meta/recipes-devtools/python/python-imaging_1.1.7.bb +++ b/meta/recipes-devtools/python/python-imaging_1.1.7.bb | |||
@@ -10,6 +10,9 @@ PR = "ml0" | |||
10 | 10 | ||
11 | SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \ | 11 | SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \ |
12 | file://path.patch" | 12 | file://path.patch" |
13 | |||
14 | SRC_URI[md5sum] = "fc14a54e1ce02a0225be8854bfba478e" | ||
15 | SRC_URI[sha256sum] = "895bc7c2498c8e1f9b99938f1a40dc86b3f149741f105cf7c7bd2e0725405211" | ||
13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
14 | 17 | ||
15 | inherit distutils | 18 | inherit distutils |
diff --git a/meta/recipes-devtools/python/python-pycairo_1.8.10.bb b/meta/recipes-devtools/python/python-pycairo_1.8.10.bb index 1ff603875a..7d73dc2ec4 100644 --- a/meta/recipes-devtools/python/python-pycairo_1.8.10.bb +++ b/meta/recipes-devtools/python/python-pycairo_1.8.10.bb | |||
@@ -9,6 +9,9 @@ DEPENDS = "cairo" | |||
9 | PR = "ml0" | 9 | PR = "ml0" |
10 | 10 | ||
11 | SRC_URI = "http://cairographics.org/releases/py2cairo-${PV}.tar.gz" | 11 | SRC_URI = "http://cairographics.org/releases/py2cairo-${PV}.tar.gz" |
12 | |||
13 | SRC_URI[md5sum] = "87421a6a70304120555ba7ba238f3dc3" | ||
14 | SRC_URI[sha256sum] = "b15f71019e42e06d86f7e8fe5587f07c3de5a59a6c3a071b25fe100796dbcd56" | ||
12 | S = "${WORKDIR}/pycairo-${PV}" | 15 | S = "${WORKDIR}/pycairo-${PV}" |
13 | 16 | ||
14 | inherit distutils pkgconfig | 17 | inherit distutils pkgconfig |
diff --git a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb index 1a04767266..c8841f4405 100644 --- a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb +++ b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb | |||
@@ -16,6 +16,9 @@ SRC_URI = "\ | |||
16 | http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \ | 16 | http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \ |
17 | file://no-static-link.patch;patch=1 \ | 17 | file://no-static-link.patch;patch=1 \ |
18 | " | 18 | " |
19 | |||
20 | SRC_URI[archive.md5sum] = "919d58fe37e69fe87ce4534d8b6a1c7b" | ||
21 | SRC_URI[archive.sha256sum] = "eb782dfcc5a7c023539a077462b83c167e178128ee9f7201665b9fbb1a8b0642" | ||
19 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 22 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
20 | 23 | ||
21 | inherit distutils | 24 | inherit distutils |
diff --git a/meta/recipes-devtools/python/python-pygobject_2.21.1.bb b/meta/recipes-devtools/python/python-pygobject_2.21.1.bb index b43844760b..ca93c68db6 100644 --- a/meta/recipes-devtools/python/python-pygobject_2.21.1.bb +++ b/meta/recipes-devtools/python/python-pygobject_2.21.1.bb | |||
@@ -9,6 +9,9 @@ MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1 | |||
9 | 9 | ||
10 | SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \ | 10 | SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \ |
11 | file://generate-constants.patch" | 11 | file://generate-constants.patch" |
12 | |||
13 | SRC_URI[md5sum] = "c12eef0cd6725dc7245c3db78ef85d2d" | ||
14 | SRC_URI[sha256sum] = "e6ae6c70966899d2040c82ae4e1590cf941ebf121a3ec61e80bf517ce8d9be0a" | ||
12 | S = "${WORKDIR}/pygobject-${PV}" | 15 | S = "${WORKDIR}/pygobject-${PV}" |
13 | 16 | ||
14 | FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files" | 17 | FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files" |
diff --git a/meta/recipes-devtools/python/python-pygtk_2.17.0.bb b/meta/recipes-devtools/python/python-pygtk_2.17.0.bb index d3f4f50006..c32d9987ac 100644 --- a/meta/recipes-devtools/python/python-pygtk_2.17.0.bb +++ b/meta/recipes-devtools/python/python-pygtk_2.17.0.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.17/${SRCNAME}-${PV}.tar | |||
14 | file://prevent_to_get_display_during_import.patch \ | 14 | file://prevent_to_get_display_during_import.patch \ |
15 | file://nodocs.patch \ | 15 | file://nodocs.patch \ |
16 | file://acinclude.m4" | 16 | file://acinclude.m4" |
17 | |||
18 | SRC_URI[md5sum] = "43d704343d7ca04a6e4ddd4fa73a3c55" | ||
19 | SRC_URI[sha256sum] = "6a61817a2e765c6209c72ecdf44389ec134c1ebed1d842408bf001c9321f1400" | ||
17 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 20 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
18 | 21 | ||
19 | EXTRA_OECONF = "--disable-docs --with-python-includes=${STAGING_INCDIR}/../" | 22 | EXTRA_OECONF = "--disable-docs --with-python-includes=${STAGING_INCDIR}/../" |
diff --git a/meta/recipes-devtools/python/python-pyrex_0.9.9.bb b/meta/recipes-devtools/python/python-pyrex_0.9.9.bb index b62ffbf26a..bba84ce4a5 100644 --- a/meta/recipes-devtools/python/python-pyrex_0.9.9.bb +++ b/meta/recipes-devtools/python/python-pyrex_0.9.9.bb | |||
@@ -12,6 +12,9 @@ SRC_URI = "\ | |||
12 | http://www.cosc.canterbury.ac.nz/greg.ewing/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | 12 | http://www.cosc.canterbury.ac.nz/greg.ewing/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ |
13 | file://pyrex-fix-optimized-mode.patch \ | 13 | file://pyrex-fix-optimized-mode.patch \ |
14 | " | 14 | " |
15 | |||
16 | SRC_URI[md5sum] = "515dee67d15d4393841e2d60e8341947" | ||
17 | SRC_URI[sha256sum] = "5f87df06831d0b3412eb4bc9d3fc2ee7bfae1b913d7da8c23ab2bf5699fb6b50" | ||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
16 | 19 | ||
17 | inherit distutils | 20 | inherit distutils |
diff --git a/meta/recipes-devtools/python/python-scons_2.0.1.bb b/meta/recipes-devtools/python/python-scons_2.0.1.bb index 97a7a8c7ba..0dfa8379ed 100644 --- a/meta/recipes-devtools/python/python-scons_2.0.1.bb +++ b/meta/recipes-devtools/python/python-scons_2.0.1.bb | |||
@@ -8,6 +8,9 @@ SRCNAME = "scons" | |||
8 | PR = "r0" | 8 | PR = "r0" |
9 | 9 | ||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" | 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" |
11 | |||
12 | SRC_URI[md5sum] = "beca648b894cdbf85383fffc79516d18" | ||
13 | SRC_URI[sha256sum] = "0a8151da41c4a26c776c84f44f747ce03e093d43be3e83b38c14a76ab3256762" | ||
11 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
12 | 15 | ||
13 | inherit distutils | 16 | inherit distutils |
diff --git a/meta/recipes-devtools/python/python_2.6.6.bb b/meta/recipes-devtools/python/python_2.6.6.bb index 50f8d70b04..b33e0a9e87 100644 --- a/meta/recipes-devtools/python/python_2.6.6.bb +++ b/meta/recipes-devtools/python/python_2.6.6.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = "\ | |||
14 | file://99-ignore-optimization-flag.patch \ | 14 | file://99-ignore-optimization-flag.patch \ |
15 | file://sitecustomize.py \ | 15 | file://sitecustomize.py \ |
16 | " | 16 | " |
17 | |||
18 | SRC_URI[md5sum] = "cf4e6881bb84a7ce6089e4a307f71f14" | ||
19 | SRC_URI[sha256sum] = "134c5e0736bae2e5570d0b915693374f11108ded63c35a23a35d282737d2ce83" | ||
17 | S = "${WORKDIR}/Python-${PV}" | 20 | S = "${WORKDIR}/Python-${PV}" |
18 | 21 | ||
19 | inherit autotools | 22 | inherit autotools |
diff --git a/meta/recipes-devtools/qemu/qemu_0.12.4.bb b/meta/recipes-devtools/qemu/qemu_0.12.4.bb index f52a5ca740..04526d12ed 100644 --- a/meta/recipes-devtools/qemu/qemu_0.12.4.bb +++ b/meta/recipes-devtools/qemu/qemu_0.12.4.bb | |||
@@ -27,6 +27,9 @@ SRC_URI = "\ | |||
27 | file://fix-configure-checks.patch \ | 27 | file://fix-configure-checks.patch \ |
28 | file://powerpc_rom.bin" | 28 | file://powerpc_rom.bin" |
29 | 29 | ||
30 | SRC_URI[md5sum] = "93e6b134dff89b2799f57b7d9e0e0fc5" | ||
31 | SRC_URI[sha256sum] = "1a29a5b5151162d1de035c4926d1a1dbffee4a145ef61ee865d6b82aaea0602e" | ||
32 | |||
30 | do_install_append () { | 33 | do_install_append () { |
31 | install -d ${D}${datadir}/qemu | 34 | install -d ${D}${datadir}/qemu |
32 | install -m 0755 ${WORKDIR}/powerpc_rom.bin ${D}${datadir}/qemu | 35 | install -m 0755 ${WORKDIR}/powerpc_rom.bin ${D}${datadir}/qemu |
diff --git a/meta/recipes-devtools/quilt/quilt-native_0.48.bb b/meta/recipes-devtools/quilt/quilt-native_0.48.bb index d1dd57619a..a62531e39d 100644 --- a/meta/recipes-devtools/quilt/quilt-native_0.48.bb +++ b/meta/recipes-devtools/quilt/quilt-native_0.48.bb | |||
@@ -2,3 +2,6 @@ require quilt.inc | |||
2 | require quilt-native.inc | 2 | require quilt-native.inc |
3 | 3 | ||
4 | PR = "r0" | 4 | PR = "r0" |
5 | |||
6 | SRC_URI[md5sum] = "f77adda60039ffa753f3c584a286f12b" | ||
7 | SRC_URI[sha256sum] = "73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc" | ||
diff --git a/meta/recipes-devtools/quilt/quilt_0.48.bb b/meta/recipes-devtools/quilt/quilt_0.48.bb index c56bde15a6..a2a8a5ce34 100644 --- a/meta/recipes-devtools/quilt/quilt_0.48.bb +++ b/meta/recipes-devtools/quilt/quilt_0.48.bb | |||
@@ -5,4 +5,7 @@ RDEPENDS_${PN} += "patch diffstat bzip2 util-linux" | |||
5 | PR = "r0" | 5 | PR = "r0" |
6 | SRC_URI += "file://aclocal.patch" | 6 | SRC_URI += "file://aclocal.patch" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "f77adda60039ffa753f3c584a286f12b" | ||
9 | SRC_URI[sha256sum] = "73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc" | ||
10 | |||
8 | inherit gettext | 11 | inherit gettext |
diff --git a/meta/recipes-devtools/rpm/rpm_5.1.10.bb b/meta/recipes-devtools/rpm/rpm_5.1.10.bb index ff5caa212f..3914b59e5e 100644 --- a/meta/recipes-devtools/rpm/rpm_5.1.10.bb +++ b/meta/recipes-devtools/rpm/rpm_5.1.10.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.1/POKY/${BPN}-${PV}.tar.gz \ | |||
14 | file://perfile_rpmdeps.sh \ | 14 | file://perfile_rpmdeps.sh \ |
15 | file://rpm-no-loop.patch \ | 15 | file://rpm-no-loop.patch \ |
16 | " | 16 | " |
17 | |||
18 | SRC_URI[md5sum] = "a5deb83b451f11c04461c630937b1189" | ||
19 | SRC_URI[sha256sum] = "701726a6ae8283fcabc308dae523ad9599388296a562db1b3d7d7c871641af7e" | ||
17 | inherit autotools gettext | 20 | inherit autotools gettext |
18 | 21 | ||
19 | acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java" | 22 | acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java" |
diff --git a/meta/recipes-devtools/rsync/rsync_3.0.7.bb b/meta/recipes-devtools/rsync/rsync_3.0.7.bb index 3a1e48a61d..971fd547c1 100644 --- a/meta/recipes-devtools/rsync/rsync_3.0.7.bb +++ b/meta/recipes-devtools/rsync/rsync_3.0.7.bb | |||
@@ -4,6 +4,9 @@ PR = "r1" | |||
4 | 4 | ||
5 | SRC_URI += "file://acinclude.m4" | 5 | SRC_URI += "file://acinclude.m4" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "b53525900817cf1ba7ad3a516ab5bfe9" | ||
8 | SRC_URI[sha256sum] = "9ee00d16c023c486328cbb61f59928a954b24b7b7173c3517ebb0d6c3edfe7c8" | ||
9 | |||
7 | EXTRA_OECONF += "--disable-xattr-support --disable-acl-support" | 10 | EXTRA_OECONF += "--disable-xattr-support --disable-acl-support" |
8 | 11 | ||
9 | # rsync 3.0 uses configure.sh instead of configure, and | 12 | # rsync 3.0 uses configure.sh instead of configure, and |
diff --git a/meta/recipes-devtools/strace/strace_4.5.20.bb b/meta/recipes-devtools/strace/strace_4.5.20.bb index bc0804327f..3dba59fdab 100644 --- a/meta/recipes-devtools/strace/strace_4.5.20.bb +++ b/meta/recipes-devtools/strace/strace_4.5.20.bb | |||
@@ -6,6 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a" | |||
6 | PR = "r1" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2" | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2" |
9 | |||
10 | SRC_URI[md5sum] = "64dfe10d9db0c1e34030891695ffca4b" | ||
11 | SRC_URI[sha256sum] = "ea8c059369eaa5ad90b246f34eab247d0ee48bfdee2670c7196320a4669ccabd" | ||
9 | inherit autotools | 12 | inherit autotools |
10 | 13 | ||
11 | export INCLUDES = "-I. -I./linux" | 14 | export INCLUDES = "-I. -I./linux" |
diff --git a/meta/recipes-devtools/syslinux/syslinux_4.03.bb b/meta/recipes-devtools/syslinux/syslinux_4.03.bb index 74e3f609e3..1fa318b70a 100644 --- a/meta/recipes-devtools/syslinux/syslinux_4.03.bb +++ b/meta/recipes-devtools/syslinux/syslinux_4.03.bb | |||
@@ -12,6 +12,9 @@ PR = "r0" | |||
12 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2 \ | 12 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2 \ |
13 | file://cross-build.patch" | 13 | file://cross-build.patch" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "a7ca38a0a5786b6efae8fb01a1ae8070" | ||
16 | SRC_URI[sha256sum] = "c65567e324f9d1f7f794ae8f9578a0292bbd47d7b8d895a004d2f0152d0bda38" | ||
17 | |||
15 | COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' | 18 | COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' |
16 | 19 | ||
17 | EXTRA_OEMAKE = " \ | 20 | EXTRA_OEMAKE = " \ |
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.6.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.6.0.bb index e69b413451..a33a540198 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.6.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.6.0.bb | |||
@@ -13,6 +13,9 @@ SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \ | |||
13 | file://fix_issue_caused_by_ccache.patch \ | 13 | file://fix_issue_caused_by_ccache.patch \ |
14 | file://fixed-perl-path.patch" | 14 | file://fixed-perl-path.patch" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "b289c5f4ab8e39741602445f1dd09b34" | ||
17 | SRC_URI[sha256sum] = "bc0f0153b5a47b986f1d8efa2c488e0aea85a1cf2c4b11c52be127903080285f" | ||
18 | |||
16 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 19 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
17 | 20 | ||
18 | inherit autotools | 21 | inherit autotools |