diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-07 20:06:29 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-09 08:18:17 -0800 |
commit | 3d08b9f2c65835822b1c0ed30e3170f02f877ce3 (patch) | |
tree | 774991d51470129319c18bb6b32c9b0c2d5a2b7c /meta/recipes-core | |
parent | ba5e0b9531b9a967aa3d408a13024590d96b8391 (diff) | |
download | poky-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.tar.gz |
SRC_URI Checksums Additionals
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core')
19 files changed, 57 insertions, 0 deletions
diff --git a/meta/recipes-core/base-passwd/base-passwd_3.5.22.bb b/meta/recipes-core/base-passwd/base-passwd_3.5.22.bb index c6c6260b8b..b8263671de 100644 --- a/meta/recipes-core/base-passwd/base-passwd_3.5.22.bb +++ b/meta/recipes-core/base-passwd/base-passwd_3.5.22.bb | |||
@@ -9,6 +9,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \ | |||
9 | file://nobash.patch \ | 9 | file://nobash.patch \ |
10 | file://root-home.patch" | 10 | file://root-home.patch" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "47f22ab6b572d0133409ff6ad1fab402" | ||
13 | SRC_URI[sha256sum] = "d34acb35a9f9f221e7e4f642b9ef4b22083dd77bb2fc7216756f445316d842fc" | ||
14 | |||
12 | S = "${WORKDIR}/base-passwd" | 15 | S = "${WORKDIR}/base-passwd" |
13 | 16 | ||
14 | inherit autotools | 17 | inherit autotools |
diff --git a/meta/recipes-core/busybox/busybox_1.17.3.bb b/meta/recipes-core/busybox/busybox_1.17.3.bb index 473eabfe15..9ecb36d647 100644 --- a/meta/recipes-core/busybox/busybox_1.17.3.bb +++ b/meta/recipes-core/busybox/busybox_1.17.3.bb | |||
@@ -22,4 +22,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ | |||
22 | file://umount.busybox \ | 22 | file://umount.busybox \ |
23 | file://defconfig" | 23 | file://defconfig" |
24 | 24 | ||
25 | SRC_URI[tarball.md5sum] = "a2ce1a951571da8c6e0eaf75b1acef60" | ||
26 | SRC_URI[tarball.sha256sum] = "de2f0274f61a068d75ad33861e0982e99c6b625681460ce420222371c3511ff2" | ||
27 | |||
25 | EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}" | 28 | EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}" |
diff --git a/meta/recipes-core/console-tools/console-tools_0.3.2.bb b/meta/recipes-core/console-tools/console-tools_0.3.2.bb index 907bf27810..c2146e44f3 100644 --- a/meta/recipes-core/console-tools/console-tools_0.3.2.bb +++ b/meta/recipes-core/console-tools/console-tools_0.3.2.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ | |||
14 | file://uclibc-fileno.patch;patch=1 \ | 14 | file://uclibc-fileno.patch;patch=1 \ |
15 | file://config/*.m4" | 15 | file://config/*.m4" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "bf21564fc38b3af853ef724babddbacd" | ||
18 | SRC_URI[sha256sum] = "eea6b441672dacd251079fc85ed322e196282e0e66c16303ec64c3a2b1c126c2" | ||
19 | |||
17 | export SUBDIRS = "fontfiletools vttools kbdtools screenfonttools contrib \ | 20 | export SUBDIRS = "fontfiletools vttools kbdtools screenfonttools contrib \ |
18 | examples po intl compat" | 21 | examples po intl compat" |
19 | 22 | ||
diff --git a/meta/recipes-core/coreutils/coreutils_8.5.bb b/meta/recipes-core/coreutils/coreutils_8.5.bb index d8d5904010..3944e34314 100644 --- a/meta/recipes-core/coreutils/coreutils_8.5.bb +++ b/meta/recipes-core/coreutils/coreutils_8.5.bb | |||
@@ -14,6 +14,9 @@ inherit autotools gettext | |||
14 | 14 | ||
15 | SRC_URI = "http://ftp.gnu.org/gnu/coreutils/${BP}.tar.gz" | 15 | SRC_URI = "http://ftp.gnu.org/gnu/coreutils/${BP}.tar.gz" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "c1ffe586d001e87d66cd80c4536ee823" | ||
18 | SRC_URI[sha256sum] = "dd243e2ac7d0ed203b170ecfb8299643779e7501fec2b45ae1cea8a450fa8ca0" | ||
19 | |||
17 | # [ gets a special treatment and is not included in this | 20 | # [ gets a special treatment and is not included in this |
18 | bindir_progs = "base64 basename chcon cksum comm csplit cut dir dircolors dirname du \ | 21 | bindir_progs = "base64 basename chcon cksum comm csplit cut dir dircolors dirname du \ |
19 | env expand expr factor fmt fold groups head hostid id install \ | 22 | env expand expr factor fmt fold groups head hostid id install \ |
diff --git a/meta/recipes-core/dbus/dbus-glib_0.88.bb b/meta/recipes-core/dbus/dbus-glib_0.88.bb index 000146ab7e..64f083047c 100644 --- a/meta/recipes-core/dbus/dbus-glib_0.88.bb +++ b/meta/recipes-core/dbus/dbus-glib_0.88.bb | |||
@@ -1,3 +1,6 @@ | |||
1 | require dbus-glib.inc | 1 | require dbus-glib.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r0" |
4 | |||
5 | SRC_URI[md5sum] = "7c04ba01df6130c2c4e62f73bea0d0d5" | ||
6 | SRC_URI[sha256sum] = "57939e2b567940beb23a52b5f3075743bd25ab203428e1c86f8c773330565737" | ||
diff --git a/meta/recipes-core/dbus/dbus_1.4.0.bb b/meta/recipes-core/dbus/dbus_1.4.0.bb index f331b140aa..a6663362b3 100644 --- a/meta/recipes-core/dbus/dbus_1.4.0.bb +++ b/meta/recipes-core/dbus/dbus_1.4.0.bb | |||
@@ -1,3 +1,6 @@ | |||
1 | include dbus.inc | 1 | include dbus.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r0" |
4 | |||
5 | SRC_URI[md5sum] = "f59618b18d2fb2bd1fce9e1c5a2a3282" | ||
6 | SRC_URI[sha256sum] = "c96d2f86d40e158e2bf405925a0a42cce0533a8466098e2f2238aa1614926652" | ||
diff --git a/meta/recipes-core/eggdbus/eggdbus_0.6.bb b/meta/recipes-core/eggdbus/eggdbus_0.6.bb index acb0b15e95..99915f0da0 100644 --- a/meta/recipes-core/eggdbus/eggdbus_0.6.bb +++ b/meta/recipes-core/eggdbus/eggdbus_0.6.bb | |||
@@ -17,6 +17,9 @@ SRC_URI = "${BASE_SRC_URI} \ | |||
17 | file://marshal.patch;apply=yes \ | 17 | file://marshal.patch;apply=yes \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRC_URI[md5sum] = "0a111faa54dfba2cf432c2c8e8a76e06" | ||
21 | SRC_URI[sha256sum] = "3ad26e271c1a879bafcd181e065fe0ed53b542299a773c3188c9edb25b895ed1" | ||
22 | |||
20 | SRC_URI_virtclass-native = "${BASE_SRC_URI}" | 23 | SRC_URI_virtclass-native = "${BASE_SRC_URI}" |
21 | 24 | ||
22 | inherit autotools | 25 | inherit autotools |
diff --git a/meta/recipes-core/expat/expat_2.0.1.bb b/meta/recipes-core/expat/expat_2.0.1.bb index d6101acd81..a6759229e7 100644 --- a/meta/recipes-core/expat/expat_2.0.1.bb +++ b/meta/recipes-core/expat/expat_2.0.1.bb | |||
@@ -1,3 +1,6 @@ | |||
1 | require expat.inc | 1 | require expat.inc |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=1b71f681713d1256e1c23b0890920874" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=1b71f681713d1256e1c23b0890920874" |
3 | PR = "r0" | 3 | PR = "r0" |
4 | |||
5 | SRC_URI[md5sum] = "ee8b492592568805593f81f8cdf2a04c" | ||
6 | SRC_URI[sha256sum] = "847660b4df86e707c9150e33cd8c25bc5cd828f708c7418e765e3e983a2e5e93" | ||
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.27.3.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.27.3.bb index 229012b16c..30e208afce 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.27.3.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.27.3.bb | |||
@@ -6,5 +6,8 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.27/glib-${PV}.tar.bz2 \ | |||
6 | file://configure-libtool.patch \ | 6 | file://configure-libtool.patch \ |
7 | file://60_wait-longer-for-threads-to-die.patch" | 7 | file://60_wait-longer-for-threads-to-die.patch" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "d3e976ff92b55b6064a0eb3110f36158" | ||
10 | SRC_URI[sha256sum] = "c44177b635e88639361eb1daf7aaa33315a00aaf46db5accf2f11920c7ff1919" | ||
11 | |||
9 | SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch" | 12 | SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch" |
10 | BBCLASSEXTEND = "native" | 13 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-core/jpeg/jpeg_8b.bb b/meta/recipes-core/jpeg/jpeg_8b.bb index 012bbcf491..8e2c24dd21 100644 --- a/meta/recipes-core/jpeg/jpeg_8b.bb +++ b/meta/recipes-core/jpeg/jpeg_8b.bb | |||
@@ -19,6 +19,9 @@ PR = "r0" | |||
19 | SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ | 19 | SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ |
20 | file://debian-libjpeg7_7-1.diff;patch=1" | 20 | file://debian-libjpeg7_7-1.diff;patch=1" |
21 | 21 | ||
22 | SRC_URI[md5sum] = "e022acbc5b36cd2cb70785f5b575661e" | ||
23 | SRC_URI[sha256sum] = "36e6208edec591bae8f2fc370ea4f991447badb6377a125c211ffa7b503174a7" | ||
24 | |||
22 | inherit autotools | 25 | inherit autotools |
23 | 26 | ||
24 | EXTRA_OECONF="--enable-static --enable-shared" | 27 | EXTRA_OECONF="--enable-static --enable-shared" |
diff --git a/meta/recipes-core/libxml/libxml2_2.7.7.bb b/meta/recipes-core/libxml/libxml2_2.7.7.bb index 656cb883af..9615a7fb06 100644 --- a/meta/recipes-core/libxml/libxml2_2.7.7.bb +++ b/meta/recipes-core/libxml/libxml2_2.7.7.bb | |||
@@ -1,3 +1,6 @@ | |||
1 | require libxml2.inc | 1 | require libxml2.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r2" |
4 | |||
5 | SRC_URI[md5sum] = "9abc9959823ca9ff904f1fbcf21df066" | ||
6 | SRC_URI[sha256sum] = "af5b781418ba4fff556fa43c50086658ea8a2f31909c2b625c2ce913a1d9eb68" | ||
diff --git a/meta/recipes-core/ncurses/ncurses_5.4.bb b/meta/recipes-core/ncurses/ncurses_5.4.bb index e69c1c0673..60e07fd859 100644 --- a/meta/recipes-core/ncurses/ncurses_5.4.bb +++ b/meta/recipes-core/ncurses/ncurses_5.4.bb | |||
@@ -3,6 +3,9 @@ PR = "r14" | |||
3 | SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz \ | 3 | SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz \ |
4 | file://makefile_tweak.patch;patch=1 \ | 4 | file://makefile_tweak.patch;patch=1 \ |
5 | file://visibility.patch;patch=1" | 5 | file://visibility.patch;patch=1" |
6 | |||
7 | SRC_URI[md5sum] = "069c8880072060373290a4fefff43520" | ||
8 | SRC_URI[sha256sum] = "5abce063cf431790f4e6a801a96c7eea0b33a41ecd0970f6312f52575c083b36" | ||
6 | S = "${WORKDIR}/ncurses-${PV}" | 9 | S = "${WORKDIR}/ncurses-${PV}" |
7 | 10 | ||
8 | require ncurses.inc | 11 | require ncurses.inc |
diff --git a/meta/recipes-core/readline/readline_6.1.bb b/meta/recipes-core/readline/readline_6.1.bb index c32755669c..b6773b283b 100644 --- a/meta/recipes-core/readline/readline_6.1.bb +++ b/meta/recipes-core/readline/readline_6.1.bb | |||
@@ -1,3 +1,6 @@ | |||
1 | require readline.inc | 1 | require readline.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r0" |
4 | |||
5 | SRC_URI[md5sum] = "fc2f7e714fe792db1ce6ddc4c9fb4ef3" | ||
6 | SRC_URI[sha256sum] = "f0caf608c06ccd6d56b3bee1843458d509c53f9b53dffffe07cc11d8f03fa969" | ||
diff --git a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb index 1d7a99102d..26577f2124 100644 --- a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb +++ b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb | |||
@@ -11,6 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3d06403ea54c7574a9e581c6478cc393 \ | |||
11 | PR = "r0" | 11 | PR = "r0" |
12 | 12 | ||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/linux-diag/sysfsutils-${PV}.tar.gz" | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/linux-diag/sysfsutils-${PV}.tar.gz" |
14 | |||
15 | SRC_URI[md5sum] = "14e7dcd0436d2f49aa403f67e1ef7ddc" | ||
16 | SRC_URI[sha256sum] = "e865de2c1f559fff0d3fc936e660c0efaf7afe662064f2fb97ccad1ec28d208a" | ||
14 | S = "${WORKDIR}/sysfsutils-${PV}" | 17 | S = "${WORKDIR}/sysfsutils-${PV}" |
15 | 18 | ||
16 | inherit autotools | 19 | inherit autotools |
diff --git a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb index 782cb1e64d..7d5e9366ec 100644 --- a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb +++ b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb | |||
@@ -32,6 +32,9 @@ SRC_URI = "http://download.savannah.gnu.org/releases-noredirect/sysvinit/sysvini | |||
32 | file://rcS \ | 32 | file://rcS \ |
33 | file://bootlogd.init" | 33 | file://bootlogd.init" |
34 | 34 | ||
35 | SRC_URI[md5sum] = "6eda8a97b86e0a6f59dabbf25202aa6f" | ||
36 | SRC_URI[sha256sum] = "60bbc8c1e1792056e23761d22960b30bb13eccc2cabff8c7310a01f4d5df1519" | ||
37 | |||
35 | S = "${WORKDIR}/sysvinit-${PV}" | 38 | S = "${WORKDIR}/sysvinit-${PV}" |
36 | B = "${S}/src" | 39 | B = "${S}/src" |
37 | 40 | ||
diff --git a/meta/recipes-core/tinylogin/tinylogin_1.4.bb b/meta/recipes-core/tinylogin/tinylogin_1.4.bb index 436a85880c..df626cf72b 100644 --- a/meta/recipes-core/tinylogin/tinylogin_1.4.bb +++ b/meta/recipes-core/tinylogin/tinylogin_1.4.bb | |||
@@ -16,6 +16,9 @@ SRC_URI = "http://tinylogin.busybox.net/downloads/tinylogin-${PV}.tar.bz2 \ | |||
16 | file://remove-index.patch;patch=1 \ | 16 | file://remove-index.patch;patch=1 \ |
17 | file://use_O2_option.patch" | 17 | file://use_O2_option.patch" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "44da0ff2b727455669890b24305e351d" | ||
20 | SRC_URI[sha256sum] = "5e542e4b7825305a3678bf73136c392feb0d44b8bbf926e8eda5453eea7ddd6b" | ||
21 | |||
19 | EXTRA_OEMAKE = "" | 22 | EXTRA_OEMAKE = "" |
20 | 23 | ||
21 | do_compile () { | 24 | do_compile () { |
diff --git a/meta/recipes-core/udev/udev_158.bb b/meta/recipes-core/udev/udev_158.bb index c4eedb7f31..caf68d8145 100644 --- a/meta/recipes-core/udev/udev_158.bb +++ b/meta/recipes-core/udev/udev_158.bb | |||
@@ -1,3 +1,6 @@ | |||
1 | include udev-new.inc | 1 | include udev-new.inc |
2 | 2 | ||
3 | PR = "r4" | 3 | PR = "r4" |
4 | |||
5 | SRC_URI[md5sum] = "d0f21f72f9e8b95d85191b77ff1ad2a0" | ||
6 | SRC_URI[sha256sum] = "f0a194a0500a07d50ae3f14416a34c8d94ea8a1aff8fc1f06e1d421775dcc902" | ||
diff --git a/meta/recipes-core/util-linux/util-linux_2.17.2.bb b/meta/recipes-core/util-linux/util-linux_2.17.2.bb index d4472a05eb..9b344d4de2 100644 --- a/meta/recipes-core/util-linux/util-linux_2.17.2.bb +++ b/meta/recipes-core/util-linux/util-linux_2.17.2.bb | |||
@@ -5,6 +5,9 @@ PR="r1" | |||
5 | SRC_URI += "file://uclibc-compile.patch \ | 5 | SRC_URI += "file://uclibc-compile.patch \ |
6 | file://util-linux-ng-replace-siginterrupt.patch" | 6 | file://util-linux-ng-replace-siginterrupt.patch" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "4635725a3eef1c57090bac8ea5e082e6" | ||
9 | SRC_URI[sha256sum] = "c9ae801b6a5ab20b7749a278a8bf6830ef53adc5e8b7eb0ac1a9f410c774118f" | ||
10 | |||
8 | # fallocate is glibc 2.10, fallocate64 is glibc 2.11 | 11 | # fallocate is glibc 2.10, fallocate64 is glibc 2.11 |
9 | # we need to disable it for older versions | 12 | # we need to disable it for older versions |
10 | EXTRA_OECONF += "ac_cv_func_fallocate=no" | 13 | EXTRA_OECONF += "ac_cv_func_fallocate=no" |
diff --git a/meta/recipes-core/zlib/zlib_1.2.5.bb b/meta/recipes-core/zlib/zlib_1.2.5.bb index 8897406f90..c9f29ccd6e 100644 --- a/meta/recipes-core/zlib/zlib_1.2.5.bb +++ b/meta/recipes-core/zlib/zlib_1.2.5.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = "http://www.zlib.net/${BPN}-${PV}.tar.bz2 \ | |||
14 | file://configure.ac \ | 14 | file://configure.ac \ |
15 | file://Makefile.am" | 15 | file://Makefile.am" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "be1e89810e66150f5b0327984d8625a0" | ||
18 | SRC_URI[sha256sum] = "239aead2f22f16bfcfa6a6a5150dcbd6d6f2e4d1eaa8727b5769ea014120b307" | ||
19 | |||
17 | inherit autotools | 20 | inherit autotools |
18 | 21 | ||
19 | do_configure_prepend () { | 22 | do_configure_prepend () { |