diff options
388 files changed, 1239 insertions, 36 deletions
diff --git a/meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb b/meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb index 066fe3f..d0e14a5 100644 --- a/meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb +++ b/meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb | |||
@@ -10,6 +10,9 @@ inherit autotools pkgconfig | |||
10 | SRC_URI = "https://launchpad.net/~gma500/+archive/ppa/+files/libdrm-poulsbo_2.3.0-1ubuntu0sarvatt4~1004um1ubuntu1.tar.gz \ | 10 | SRC_URI = "https://launchpad.net/~gma500/+archive/ppa/+files/libdrm-poulsbo_2.3.0-1ubuntu0sarvatt4~1004um1ubuntu1.tar.gz \ |
11 | file://libdrm-poulsbo.patch" | 11 | file://libdrm-poulsbo.patch" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "82c00bb9f1239f1d00b18411b89c2380" | ||
14 | SRC_URI[sha256sum] = "335d4ac6694687475efe07b44a2d77a9a9fadcbc16946d01ea8a02339ae7d9ec" | ||
15 | |||
13 | do_configure_prepend() { | 16 | do_configure_prepend() { |
14 | sed -e 's/-ldrm/-ldrm_poulsbo/' -e 's/libdrm/libdrm_poulsbo/' \ | 17 | sed -e 's/-ldrm/-ldrm_poulsbo/' -e 's/libdrm/libdrm_poulsbo/' \ |
15 | < ${S}/libdrm.pc.in > ${S}/libdrm_poulsbo.pc.in | 18 | < ${S}/libdrm.pc.in > ${S}/libdrm_poulsbo.pc.in |
diff --git a/meta/recipes-bsp/acpid/acpid_1.0.10.bb b/meta/recipes-bsp/acpid/acpid_1.0.10.bb index ab4b582..2dd4fbd 100644 --- a/meta/recipes-bsp/acpid/acpid_1.0.10.bb +++ b/meta/recipes-bsp/acpid/acpid_1.0.10.bb | |||
@@ -4,3 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ | |||
4 | file://acpid.h;endline=24;md5=324a9cf225ae69ddaad1bf9d942115b5" | 4 | file://acpid.h;endline=24;md5=324a9cf225ae69ddaad1bf9d942115b5" |
5 | 5 | ||
6 | PR = "r0" | 6 | PR = "r0" |
7 | |||
8 | SRC_URI[md5sum] = "61156ef32015c56dc0f2e3317f4ae09e" | ||
9 | SRC_URI[sha256sum] = "22703ce0dd7305aca01bc9ac741659c32b1593f1d6fde492df7f01067a534760" | ||
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb index 4cbb360..5f6fce4 100644 --- a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb +++ b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | |||
@@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
10 | DEPENDS = "libtool-cross" | 10 | DEPENDS = "libtool-cross" |
11 | PR = "r1" | 11 | PR = "r1" |
12 | 12 | ||
13 | SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_3.2.2.orig.tar.gz \ | 13 | SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_3.2.2.orig.tar.gz;name=tarball \ |
14 | ${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.diff.gz \ | 14 | ${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.diff.gz;name=patch \ |
15 | file://libtool.patch \ | 15 | file://libtool.patch \ |
16 | file://unlinux.patch \ | 16 | file://unlinux.patch \ |
17 | file://init \ | 17 | file://init \ |
@@ -19,6 +19,12 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_3.2.2.orig.tar.gz \ | |||
19 | file://apmd_proxy \ | 19 | file://apmd_proxy \ |
20 | file://apmd_proxy.conf" | 20 | file://apmd_proxy.conf" |
21 | 21 | ||
22 | SRC_URI[tarball.md5sum] = "b1e6309e8331e0f4e6efd311c2d97fa8" | ||
23 | SRC_URI[tarball.sha256sum] = "7f7d9f60b7766b852881d40b8ff91d8e39fccb0d1d913102a5c75a2dbb52332d" | ||
24 | |||
25 | SRC_URI[patch.md5sum] = "57e1b689264ea80f78353519eece0c92" | ||
26 | SRC_URI[patch.sha256sum] = "7905ff96be93d725544d0040e425c42f9c05580db3c272f11cff75b9aa89d430" | ||
27 | |||
22 | S = "${WORKDIR}/apmd-3.2.2.orig" | 28 | S = "${WORKDIR}/apmd-3.2.2.orig" |
23 | 29 | ||
24 | inherit update-rc.d | 30 | inherit update-rc.d |
diff --git a/meta/recipes-bsp/grub/grub_0.97.bb b/meta/recipes-bsp/grub/grub_0.97.bb index d1eb645..503dac0 100644 --- a/meta/recipes-bsp/grub/grub_0.97.bb +++ b/meta/recipes-bsp/grub/grub_0.97.bb | |||
@@ -16,6 +16,9 @@ PR = "r2" | |||
16 | SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \ | 16 | SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \ |
17 | file://autohell.patch;apply=yes " | 17 | file://autohell.patch;apply=yes " |
18 | 18 | ||
19 | SRC_URI[md5sum] = "cd3f3eb54446be6003156158d51f4884" | ||
20 | SRC_URI[sha256sum] = "4e1d15d12dbd3e9208111d6b806ad5a9857ca8850c47877d36575b904559260b" | ||
21 | |||
19 | inherit autotools | 22 | inherit autotools |
20 | 23 | ||
21 | python __anonymous () { | 24 | python __anonymous () { |
diff --git a/meta/recipes-bsp/hostap/hostap-utils_0.4.7.bb b/meta/recipes-bsp/hostap/hostap-utils_0.4.7.bb index 9fe362b..7b224a8 100644 --- a/meta/recipes-bsp/hostap/hostap-utils_0.4.7.bb +++ b/meta/recipes-bsp/hostap/hostap-utils_0.4.7.bb | |||
@@ -1 +1,4 @@ | |||
1 | require hostap-utils.inc | 1 | require hostap-utils.inc |
2 | |||
3 | SRC_URI[md5sum] = "afe041581b8f01666e353bec20917c85" | ||
4 | SRC_URI[sha256sum] = "c6f598d8e356c1620fa009eca0a700bf1105e16817eefd77d891994261009355" | ||
diff --git a/meta/recipes-bsp/libacpi/libacpi_0.2.bb b/meta/recipes-bsp/libacpi/libacpi_0.2.bb index 809e9a6..83d7cba 100644 --- a/meta/recipes-bsp/libacpi/libacpi_0.2.bb +++ b/meta/recipes-bsp/libacpi/libacpi_0.2.bb | |||
@@ -10,6 +10,9 @@ PR = "r1" | |||
10 | SRC_URI = "http://www.ngolde.de/download/libacpi-${PV}.tar.gz \ | 10 | SRC_URI = "http://www.ngolde.de/download/libacpi-${PV}.tar.gz \ |
11 | file://makefile-fix.patch;patch=1 " | 11 | file://makefile-fix.patch;patch=1 " |
12 | 12 | ||
13 | SRC_URI[md5sum] = "05b53dd7bead66dda35fec502b91066c" | ||
14 | SRC_URI[sha256sum] = "13086e31d428b9c125954d48ac497b754bbbce2ef34ea29ecd903e82e25bad29" | ||
15 | |||
13 | PACKAGES += "${PN}-bin" | 16 | PACKAGES += "${PN}-bin" |
14 | 17 | ||
15 | FILES_${PN} = "${libdir}/libacpi.so.*" | 18 | FILES_${PN} = "${libdir}/libacpi.so.*" |
diff --git a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb index 4367a9f..6d08084 100644 --- a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb +++ b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | |||
@@ -18,6 +18,9 @@ SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \ | |||
18 | file://makefile.patch;patch=1 \ | 18 | file://makefile.patch;patch=1 \ |
19 | file://gettext.patch;patch=1" | 19 | file://gettext.patch;patch=1" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "b5ce6a74abc9b9eb2af94dffdfd372a4" | ||
22 | SRC_URI[sha256sum] = "c28b36b14bddb014d9e9c97c52459852f97bd405f89113f30bee45ed92728ff1" | ||
23 | |||
21 | inherit autotools gettext | 24 | inherit autotools gettext |
22 | 25 | ||
23 | do_install() { | 26 | do_install() { |
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.1.7.bb b/meta/recipes-bsp/pciutils/pciutils_3.1.7.bb index 4d75b48..a48a293 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.1.7.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.1.7.bb | |||
@@ -17,6 +17,9 @@ SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.b | |||
17 | file://lib-build-fix.patch \ | 17 | file://lib-build-fix.patch \ |
18 | file://guess-fix.patch" | 18 | file://guess-fix.patch" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "35222edb86b50a6641352c66fe829b2e" | ||
21 | SRC_URI[sha256sum] = "d8fe23b6966c1abf29b3b38b08b0cf33f731cd6e6a89d9b8d2b8d5e982c3f544" | ||
22 | |||
20 | PARALLEL_MAKE = "" | 23 | PARALLEL_MAKE = "" |
21 | 24 | ||
22 | PCI_CONF_FLAG = "ZLIB=yes DNS=yes SHARED=yes" | 25 | PCI_CONF_FLAG = "ZLIB=yes DNS=yes SHARED=yes" |
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils_017.bb b/meta/recipes-bsp/pcmciautils/pcmciautils_017.bb index 109b17d..ff67f7b 100644 --- a/meta/recipes-bsp/pcmciautils/pcmciautils_017.bb +++ b/meta/recipes-bsp/pcmciautils/pcmciautils_017.bb | |||
@@ -5,5 +5,8 @@ PR = "r0" | |||
5 | SRC_URI += "file://makefile_fix.patch \ | 5 | SRC_URI += "file://makefile_fix.patch \ |
6 | file://version_workaround.patch" | 6 | file://version_workaround.patch" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "5245af28eeba57ec0606a874d44d10f7" | ||
9 | SRC_URI[sha256sum] = "2045f0e8f837f44aed72ac91c1a8cf3b899caf098a25d04f47982be6386bd4e1" | ||
10 | |||
8 | FILES_${PN}-dbg += "${libdir}/udev/.debug" | 11 | FILES_${PN}-dbg += "${libdir}/udev/.debug" |
9 | FILES_${PN} += "${libdir}/udev" | 12 | FILES_${PN} += "${libdir}/udev" |
diff --git a/meta/recipes-bsp/setserial/setserial_2.17.bb b/meta/recipes-bsp/setserial/setserial_2.17.bb index f46b60e..a2fd24b 100644 --- a/meta/recipes-bsp/setserial/setserial_2.17.bb +++ b/meta/recipes-bsp/setserial/setserial_2.17.bb | |||
@@ -15,6 +15,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/setserial/${PN}-${PV}.tar.gz \ | |||
15 | file://add_stdlib.patch \ | 15 | file://add_stdlib.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[md5sum] = "c4867d72c41564318e0107745eb7a0f2" | ||
19 | SRC_URI[sha256sum] = "7e4487d320ac31558563424189435d396ddf77953bb23111a17a3d1487b5794a" | ||
20 | |||
18 | do_install() { | 21 | do_install() { |
19 | install -d ${D}${bindir} | 22 | install -d ${D}${bindir} |
20 | install -d ${D}${mandir}/man8 | 23 | install -d ${D}${mandir}/man8 |
diff --git a/meta/recipes-bsp/uboot/u-boot-mkimage_2009.08.bb b/meta/recipes-bsp/uboot/u-boot-mkimage_2009.08.bb index 895763b..822acb6 100644 --- a/meta/recipes-bsp/uboot/u-boot-mkimage_2009.08.bb +++ b/meta/recipes-bsp/uboot/u-boot-mkimage_2009.08.bb | |||
@@ -7,6 +7,9 @@ PR = "r1" | |||
7 | 7 | ||
8 | SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2" | 8 | SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "cd4788ea1c6ac4f9b100b888a1063a6b" | ||
11 | SRC_URI[sha256sum] = "858fd04efd5b98e99fd1a074998b1a8ac5fbd07b176de1d20d8eb148492d949d" | ||
12 | |||
10 | S = "${WORKDIR}/u-boot-${PV}" | 13 | S = "${WORKDIR}/u-boot-${PV}" |
11 | 14 | ||
12 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" | 15 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" |
diff --git a/meta/recipes-bsp/usbutils/usbutils_0.86.bb b/meta/recipes-bsp/usbutils/usbutils_0.86.bb index 18f2275..4e8d0b3 100644 --- a/meta/recipes-bsp/usbutils/usbutils_0.86.bb +++ b/meta/recipes-bsp/usbutils/usbutils_0.86.bb | |||
@@ -13,6 +13,9 @@ PR = "r0" | |||
13 | 13 | ||
14 | SRC_URI = "${SOURCEFORGE_MIRROR}/linux-usb/usbutils-${PV}.tar.gz" | 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/linux-usb/usbutils-${PV}.tar.gz" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "34979f675d2bcb3e1b45012fa830a53f" | ||
17 | SRC_URI[sha256sum] = "b3b2bea6d2cd87660c8201a47071bf2a9889d8ed90c7203cc768b597799c12f4" | ||
18 | |||
16 | inherit autotools | 19 | inherit autotools |
17 | 20 | ||
18 | do_install_append() { | 21 | do_install_append() { |
diff --git a/meta/recipes-bsp/v86d/v86d_0.1.9.bb b/meta/recipes-bsp/v86d/v86d_0.1.9.bb index 30d9f95..808dd4e 100644 --- a/meta/recipes-bsp/v86d/v86d_0.1.9.bb +++ b/meta/recipes-bsp/v86d/v86d_0.1.9.bb | |||
@@ -12,6 +12,9 @@ PR = "r0" | |||
12 | SRC_URI = "http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-${PV}.tar.bz2 \ | 12 | SRC_URI = "http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-${PV}.tar.bz2 \ |
13 | file://fbsetup" | 13 | file://fbsetup" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "ebbbc8e7013c9544b6ba6981add43831" | ||
16 | SRC_URI[sha256sum] = "8167dec4ff919cfd73f854bbd3244f05c2b867e014fa8298044ea7cfd66d18a8" | ||
17 | |||
15 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 18 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
16 | COMPATIBLE_MACHINE = "(qemux86|bootcdx86)" | 19 | COMPATIBLE_MACHINE = "(qemux86|bootcdx86)" |
17 | 20 | ||
diff --git a/meta/recipes-connectivity/avahi/avahi_0.6.28.bb b/meta/recipes-connectivity/avahi/avahi_0.6.28.bb index 736c615..b2e9efb 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.6.28.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.6.28.bb | |||
@@ -14,3 +14,6 @@ EXTRA_OECONF += "--disable-gtk3" | |||
14 | FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \ | 14 | FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \ |
15 | ${sysconfdir}/avahi/avahi-autoipd.action \ | 15 | ${sysconfdir}/avahi/avahi-autoipd.action \ |
16 | ${sysconfdir}/dhcp3/*/avahi-autoipd" | 16 | ${sysconfdir}/dhcp3/*/avahi-autoipd" |
17 | |||
18 | SRC_URI[md5sum] = "d0143a5aa3265019072e53ab497818d0" | ||
19 | SRC_URI[sha256sum] = "a0d80aac88212b9f9d5331c248091d3c9c9209f0e41985421636ebd14230fc91" | ||
diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb index d974dc5..7291548 100644 --- a/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb +++ b/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb | |||
@@ -11,6 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | |||
11 | PR = "r0" | 11 | PR = "r0" |
12 | 12 | ||
13 | SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz" | 13 | SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz" |
14 | |||
15 | SRC_URI[md5sum] = "5704737aaf72104eeaf77335218a1827" | ||
16 | SRC_URI[sha256sum] = "689e39f9432ab90af5f390d86cb46e06c35693d01ea29aec4e41c4f9e315f49f" | ||
14 | S = "${WORKDIR}/bluez-hcidump-${PV}" | 17 | S = "${WORKDIR}/bluez-hcidump-${PV}" |
15 | 18 | ||
16 | EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" | 19 | EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" |
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.79.bb b/meta/recipes-connectivity/bluez/bluez4_4.79.bb index 4c6593d..54b9fc1 100644 --- a/meta/recipes-connectivity/bluez/bluez4_4.79.bb +++ b/meta/recipes-connectivity/bluez/bluez4_4.79.bb | |||
@@ -24,6 +24,9 @@ SRC_URI = "\ | |||
24 | file://sbc-thumb.patch;patch=1 \ | 24 | file://sbc-thumb.patch;patch=1 \ |
25 | file://bluetooth.conf \ | 25 | file://bluetooth.conf \ |
26 | " | 26 | " |
27 | |||
28 | SRC_URI[md5sum] = "b3afea97981c1c6be04438930c57d891" | ||
29 | SRC_URI[sha256sum] = "1b486824e486e7a7a17ebcbce99a417e724f42ebb17f9fe574bc4737fda6b7db" | ||
27 | S = "${WORKDIR}/bluez-${PV}" | 30 | S = "${WORKDIR}/bluez-${PV}" |
28 | 31 | ||
29 | inherit autotools | 32 | inherit autotools |
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb index 7660048..4729c5d 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = "http://www.kernel.org/pub/linux/network/connman/connman-gnome-${PV}.t | |||
14 | file://connman-gnome.patch \ | 14 | file://connman-gnome.patch \ |
15 | file://connman-applet.desktop" | 15 | file://connman-applet.desktop" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "0e1c4c25d19cad9b08a216848a320716" | ||
18 | SRC_URI[sha256sum] = "4d5fe481b444fc3e64fd9caa149dbcd76de166a25733f18fd93da01d2abf5d1c" | ||
19 | |||
17 | inherit autotools gtk-icon-cache | 20 | inherit autotools gtk-icon-cache |
18 | 21 | ||
19 | do_install_append() { | 22 | do_install_append() { |
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb b/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb index 99920be..c273b2c 100644 --- a/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb +++ b/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb | |||
@@ -7,3 +7,6 @@ SRC_URI += "file://fixincludes.patch \ | |||
7 | file://fix-client-path.patch \ | 7 | file://fix-client-path.patch \ |
8 | file://fix-external-bind.patch \ | 8 | file://fix-external-bind.patch \ |
9 | " | 9 | " |
10 | |||
11 | SRC_URI[md5sum] = "83abd7c4f9c24d8dd024ca5a71380c0a" | ||
12 | SRC_URI[sha256sum] = "6260d43423e4c406ba63cd7199502a395e952b13c80a955026c4b82a4e9d4943" | ||
diff --git a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb index 69627ae..0b8f51e 100644 --- a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb +++ b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb | |||
@@ -7,6 +7,9 @@ DEPENDS = "gettext libgalago dbus glib-2.0" | |||
7 | 7 | ||
8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz " | 8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz " |
9 | 9 | ||
10 | SRC_URI[md5sum] = "fdb81f938f86f380b127158ebb542279" | ||
11 | SRC_URI[sha256sum] = "db42a0d1d0f8b069ea5ac1203207f9178f25ac1367f4910bd48547f5be1db4c2" | ||
12 | |||
10 | EXTRA_OECONF = "--disable-binreloc --disable-check --disable-tests" | 13 | EXTRA_OECONF = "--disable-binreloc --disable-check --disable-tests" |
11 | 14 | ||
12 | FILES_${PN} += "${datadir}/dbus-1/services/" | 15 | FILES_${PN} += "${datadir}/dbus-1/services/" |
diff --git a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb index f9bb7b3..0693ff6 100644 --- a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb +++ b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb | |||
@@ -10,6 +10,9 @@ DEPENDS = "gettext dbus glib-2.0 dbus-glib" | |||
10 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ | 10 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ |
11 | file://mkdir.patch;patch=1 \ | 11 | file://mkdir.patch;patch=1 \ |
12 | file://pkgconfig.patch;patch=1 " | 12 | file://pkgconfig.patch;patch=1 " |
13 | |||
14 | SRC_URI[md5sum] = "7ec92f2ecba1309ac4b71b4b4d8d0a0d" | ||
15 | SRC_URI[sha256sum] = "9b7c9845e2f661dbf5c2595e67bc7afd48f090ac2c033726c89d7f0e90791dfa" | ||
13 | PR = "r2" | 16 | PR = "r2" |
14 | 17 | ||
15 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb index 09bcc38..7755208 100644 --- a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb +++ b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb | |||
@@ -7,6 +7,9 @@ DEPENDS = "glib-2.0 libsoup-2.4 libglade" | |||
7 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ | 7 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ |
8 | file://introspection.patch" | 8 | file://introspection.patch" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "725c32e8f92a072cc34f0e091937df2a" | ||
11 | SRC_URI[sha256sum] = "8eaab799f699836770ec2fcc08abfef2f824a82ae959c6af7b39ffb6968b9fd7" | ||
12 | |||
10 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
11 | 14 | ||
12 | PACKAGES =+ "gssdp-tools" | 15 | PACKAGES =+ "gssdp-tools" |
diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb b/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb index 2fa2f7b..9beb46e 100644 --- a/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb +++ b/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb | |||
@@ -7,6 +7,10 @@ DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme" | |||
7 | 7 | ||
8 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ | 8 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ |
9 | file://introspection.patch" | 9 | file://introspection.patch" |
10 | |||
11 | SRC_URI[md5sum] = "8598922256faa5adb28657d0c10a3e3e" | ||
12 | SRC_URI[sha256sum] = "6ac13efe46c6f1e5d05e48e1041bf37dfa702839ce5fbb01e0f314f3904b6a16" | ||
13 | |||
10 | PR = "r0" | 14 | PR = "r0" |
11 | 15 | ||
12 | EXTRA_OECONF = "--disable-introspection" | 16 | EXTRA_OECONF = "--disable-introspection" |
@@ -23,5 +27,3 @@ gupnp_sysroot_preprocess () { | |||
23 | install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ | 27 | install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ |
24 | } | 28 | } |
25 | 29 | ||
26 | SRC_URI[md5sum] = "8598922256faa5adb28657d0c10a3e3e" | ||
27 | SRC_URI[sha256sum] = "6ac13efe46c6f1e5d05e48e1041bf37dfa702839ce5fbb01e0f314f3904b6a16" | ||
diff --git a/meta/recipes-connectivity/iproute2/iproute2_2.6.35.bb b/meta/recipes-connectivity/iproute2/iproute2_2.6.35.bb index c5e0ef6..93ae06c 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_2.6.35.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_2.6.35.bb | |||
@@ -4,3 +4,6 @@ PR = "r0" | |||
4 | 4 | ||
5 | SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}.tar.bz2 \ | 5 | SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}.tar.bz2 \ |
6 | file://configure-cross.patch" | 6 | file://configure-cross.patch" |
7 | |||
8 | SRC_URI[md5sum] = "b0f281b3124bf04669e18f5fe16d4934" | ||
9 | SRC_URI[sha256sum] = "8ab2f47e129925fb8acb09421008d07aeafa01b2ddd1fcba4a056de079f090a3" | ||
diff --git a/meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb b/meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb index cb55cec..a000a78 100644 --- a/meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb +++ b/meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb | |||
@@ -15,6 +15,9 @@ PR = "r0" | |||
15 | SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \ | 15 | SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \ |
16 | file://init" | 16 | file://init" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "84dc12aa4c3f61fccb8d8919bf4079bb" | ||
19 | SRC_URI[sha256sum] = "61980551e46b2eaa9e17ad31cbc1a638074611fc33bff34163d10c7a67a9fdc6" | ||
20 | |||
18 | export SYS_INCLUDES="-I${STAGING_INCDIR}" | 21 | export SYS_INCLUDES="-I${STAGING_INCDIR}" |
19 | 22 | ||
20 | inherit autotools | 23 | inherit autotools |
diff --git a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb index 64968e7..0cdb057 100644 --- a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb +++ b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb | |||
@@ -11,6 +11,9 @@ RDEPENDS = "avahi-daemon" | |||
11 | PR = "r1" | 11 | PR = "r1" |
12 | 12 | ||
13 | SRC_URI = "http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-${PV}.tar.gz" | 13 | SRC_URI = "http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-${PV}.tar.gz" |
14 | |||
15 | SRC_URI[md5sum] = "03938f17646efbb50aa70ba5f99f51d7" | ||
16 | SRC_URI[sha256sum] = "1e683c2e7c3921814706d62fbbd3e9cbf493a75fa00255e0e715508d8134fa6d" | ||
14 | S = "${WORKDIR}/nss-mdns-${PV}" | 17 | S = "${WORKDIR}/nss-mdns-${PV}" |
15 | 18 | ||
16 | inherit autotools | 19 | inherit autotools |
diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.1.1.bb b/meta/recipes-connectivity/libpcap/libpcap_1.1.1.bb index 58ab5e6..de04290 100644 --- a/meta/recipes-connectivity/libpcap/libpcap_1.1.1.bb +++ b/meta/recipes-connectivity/libpcap/libpcap_1.1.1.bb | |||
@@ -5,6 +5,9 @@ PR = "r0" | |||
5 | SRC_URI += "file://aclocal.patch \ | 5 | SRC_URI += "file://aclocal.patch \ |
6 | file://ieee80215-arphrd.patch" | 6 | file://ieee80215-arphrd.patch" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "1bca27d206970badae248cfa471bbb47" | ||
9 | SRC_URI[sha256sum] = "508cca15547e55d1318498b838456a21770c450beb2dc7d7d4a96d90816e5a85" | ||
10 | |||
8 | # | 11 | # |
9 | # make install doesn't cover the shared lib | 12 | # make install doesn't cover the shared lib |
10 | # make install-shared is just broken (no symlinks) | 13 | # make install-shared is just broken (no symlinks) |
diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.23.bb b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.23.bb index c6b02fe..3077ea2 100644 --- a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.23.bb +++ b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.23.bb | |||
@@ -8,6 +8,9 @@ PR = "r0" | |||
8 | 8 | ||
9 | SRC_URI = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${BPN}-${PV}.tar.gz" | 9 | SRC_URI = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${BPN}-${PV}.tar.gz" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "28f3ece648c1dc5d25e8d623d55f8bd6" | ||
12 | SRC_URI[sha256sum] = "69d20cfc6be6bf7ede2a55da687dc6853f2db6c8ef826a0b5e3235e7d46f4051" | ||
13 | |||
11 | inherit autotools | 14 | inherit autotools |
12 | 15 | ||
13 | EXTRA_OECONF = "--disable-ldap" | 16 | EXTRA_OECONF = "--disable-ldap" |
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb index 4056dda..d86bd0f 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb | |||
@@ -19,6 +19,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.bz2 \ | |||
19 | file://nfs-utils-1.0.6-uclibc.patch \ | 19 | file://nfs-utils-1.0.6-uclibc.patch \ |
20 | file://nfsserver" | 20 | file://nfsserver" |
21 | 21 | ||
22 | SRC_URI[md5sum] = "1131dc5f27c4f3905a6e7ee0d594fd4d" | ||
23 | SRC_URI[sha256sum] = "5575ece941097cbfa67fbe0d220dfa11b73f5e6d991e7939c9339bd72259ff19" | ||
24 | |||
22 | PARALLEL_MAKE = "" | 25 | PARALLEL_MAKE = "" |
23 | 26 | ||
24 | # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will | 27 | # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will |
diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb index fe02272..42888f6 100644 --- a/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb +++ b/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb | |||
@@ -22,6 +22,9 @@ SRC_URI += "file://debian/ca.patch \ | |||
22 | file://debian/version-script.patch \ | 22 | file://debian/version-script.patch \ |
23 | file://debian/perl-path.diff" | 23 | file://debian/perl-path.diff" |
24 | 24 | ||
25 | SRC_URI[md5sum] = "7f24047f70364c9eabc94899e356ce39" | ||
26 | SRC_URI[sha256sum] = "b2645e2a2af221fa230b5ef6aa2b9388a875801b74cbddbb16be557f80f45242" | ||
27 | |||
25 | SRC_URI += "file://configure-targets.patch \ | 28 | SRC_URI += "file://configure-targets.patch \ |
26 | file://shared-libs.patch" | 29 | file://shared-libs.patch" |
27 | 30 | ||
diff --git a/meta/recipes-connectivity/portmap/portmap_6.0.bb b/meta/recipes-connectivity/portmap/portmap_6.0.bb index 49ac1d8..07aa360 100644 --- a/meta/recipes-connectivity/portmap/portmap_6.0.bb +++ b/meta/recipes-connectivity/portmap/portmap_6.0.bb | |||
@@ -8,6 +8,9 @@ SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/portmap-6. | |||
8 | file://tcpd-config.patch \ | 8 | file://tcpd-config.patch \ |
9 | file://portmap.init" | 9 | file://portmap.init" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "ac108ab68bf0f34477f8317791aaf1ff" | ||
12 | SRC_URI[sha256sum] = "02c820d39f3e6e729d1bea3287a2d8a6c684f1006fb9612f97dcad4a281d41de" | ||
13 | |||
11 | S = "${WORKDIR}/${BPN}_${PV}/" | 14 | S = "${WORKDIR}/${BPN}_${PV}/" |
12 | 15 | ||
13 | CPPFLAGS += "-DFACILITY=LOG_DAEMON -DENABLE_DNS -DHOSTS_ACCESS" | 16 | CPPFLAGS += "-DFACILITY=LOG_DAEMON -DENABLE_DNS -DHOSTS_ACCESS" |
diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.5.bb b/meta/recipes-connectivity/ppp/ppp_2.4.5.bb index 3e9ce53..bbbcb32 100644 --- a/meta/recipes-connectivity/ppp/ppp_2.4.5.bb +++ b/meta/recipes-connectivity/ppp/ppp_2.4.5.bb | |||
@@ -26,6 +26,9 @@ SRC_URI = "http://ppp.samba.org/ftp/ppp/ppp-${PV}.tar.gz \ | |||
26 | file://08setupdns \ | 26 | file://08setupdns \ |
27 | file://92removedns" | 27 | file://92removedns" |
28 | 28 | ||
29 | SRC_URI[md5sum] = "4621bc56167b6953ec4071043fe0ec57" | ||
30 | SRC_URI[sha256sum] = "43317afec9299f9920b96f840414c977f0385410202d48e56d2fdb8230003505" | ||
31 | |||
29 | SRC_URI_append_nylon = " file://ppp-tdbread.patch;patch=1" | 32 | SRC_URI_append_nylon = " file://ppp-tdbread.patch;patch=1" |
30 | 33 | ||
31 | inherit autotools | 34 | inherit autotools |
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.43.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.43.bb index ad754a7..16d88dc 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.43.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.43.bb | |||
@@ -15,6 +15,9 @@ PR = "r1" | |||
15 | 15 | ||
16 | SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" | 16 | SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "15faef2aba7b99782f3b0b8b5d30f80a" | ||
19 | SRC_URI[sha256sum] = "17e1105cddd928adf7d47e050f9bb49557850687f800b3e24cbbf22933ff31ae" | ||
20 | |||
18 | do_compile () { | 21 | do_compile () { |
19 | : | 22 | : |
20 | } | 23 | } |
diff --git a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb index 178bf34..b2b9e75 100644 --- a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb +++ b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-$ | |||
14 | file://prefer_python_2.5.patch;patch=1 \ | 14 | file://prefer_python_2.5.patch;patch=1 \ |
15 | file://doublefix.patch;patch=1" | 15 | file://doublefix.patch;patch=1" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "490ca1a0c614d4466394b72d43bf7370" | ||
18 | SRC_URI[sha256sum] = "e0d230be855125163579743418203c6f6be2f10f98c4f065735c1dc9ed115878" | ||
19 | |||
17 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
18 | 21 | ||
19 | FILES_${PN} += "${datadir}/telepathy \ | 22 | FILES_${PN} += "${datadir}/telepathy \ |
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.13.5.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.13.5.bb index 5dfad9f..17b6f86 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.13.5.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.13.5.bb | |||
@@ -7,6 +7,9 @@ PR = "r0" | |||
7 | 7 | ||
8 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz" | 8 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "178de3965614a3a59123e33ec1b1e8a6" | ||
11 | SRC_URI[sha256sum] = "ad6e12a062c8ebe1f1fd20065acc214b9395b3d766bf2a122b12c5f811007735" | ||
12 | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e" |
11 | 14 | ||
12 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb index 0e7f4b7..f522252 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb | |||
@@ -9,6 +9,9 @@ PR = "r0" | |||
9 | 9 | ||
10 | SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" | 10 | SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "0efe17425cdc3490714947ff68003bf6" | ||
13 | SRC_URI[sha256sum] = "fc05a1780499eab3b168b1826e2fe18dbe4bea3576ea0ff2b548b063336c61f5" | ||
14 | |||
12 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
13 | 16 | ||
14 | FILES_${PN} += "${datadir}/telepathy \ | 17 | FILES_${PN} += "${datadir}/telepathy \ |
diff --git a/meta/recipes-connectivity/wireless-tools/wireless-tools_29.bb b/meta/recipes-connectivity/wireless-tools/wireless-tools_29.bb index 6bb1193..70bf91b 100644 --- a/meta/recipes-connectivity/wireless-tools/wireless-tools_29.bb +++ b/meta/recipes-connectivity/wireless-tools/wireless-tools_29.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.2 | |||
14 | file://man.patch;apply=yes \ | 14 | file://man.patch;apply=yes \ |
15 | file://wireless-tools.if-pre-up \ | 15 | file://wireless-tools.if-pre-up \ |
16 | file://zzz-wireless.if-pre-up" | 16 | file://zzz-wireless.if-pre-up" |
17 | |||
18 | SRC_URI[md5sum] = "e06c222e186f7cc013fd272d023710cb" | ||
19 | SRC_URI[sha256sum] = "6fb80935fe208538131ce2c4178221bab1078a1656306bce8909c19887e2e5a1" | ||
17 | S = "${WORKDIR}/wireless_tools.29" | 20 | S = "${WORKDIR}/wireless_tools.29" |
18 | 21 | ||
19 | CFLAGS =+ "-I${S}" | 22 | CFLAGS =+ "-I${S}" |
diff --git a/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb b/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb index 8bcd476..8e854c1 100644 --- a/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb +++ b/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb | |||
@@ -22,6 +22,9 @@ SRC_URI = "http://www.progsoc.org/~wildfire/zeroconf/download/${PN}-${PV}.tar.gz | |||
22 | file://zeroconf-default \ | 22 | file://zeroconf-default \ |
23 | file://debian-zeroconf" | 23 | file://debian-zeroconf" |
24 | 24 | ||
25 | SRC_URI[md5sum] = "bdafb16b008ebb5633e4e581f77821d2" | ||
26 | SRC_URI[sha256sum] = "a8c74df127753e2310fa1e072f3c9ca44a404bb0bbce9cfec7a84c6dff8bec7b" | ||
27 | |||
25 | do_install () { | 28 | do_install () { |
26 | install -d ${D}${sbindir} | 29 | install -d ${D}${sbindir} |
27 | install -d ${D}${sysconfdir}/network/if-up.d | 30 | install -d ${D}${sysconfdir}/network/if-up.d |
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 c6c6260..b826367 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 473eabf..9ecb36d 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 907bf27..c2146e4 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 d8d5904..3944e34 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 000146a..64f0830 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 f331b14..a666336 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 acb0b15e..99915f0 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 d6101ac..a675922 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 229012b..30e208a 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 012bbcf..8e2c24d 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 656cb88..9615a7f 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 e69c1c0..60e07fd 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 c327556..b6773b2 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 1d7a991..26577f2 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 782cb1e..7d5e936 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 436a858..df626cf 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 c4eedb7..caf68d8 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 d4472a0..9b344d4 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 8897406..c9f29cc 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 () { |
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 83c87c6..f77f817 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 43353fa..54096ef 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 5af973c..0bc615e 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 209772c..b231a94 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 2a10128..b7212e7 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 61ab44a..0df7e70 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 b812175..19cdadf 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 8fc51e9..7e2bd1e 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 638ea91..75f6778 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 f21e7b9..9d59e15 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 43ab8f6..ed247d4 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 ac26250..3f9195a 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 f84ab8e..44b3c52 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 e38694c..267a699 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 afc0816..ad69862 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 9b59a72..4fdce33 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 91b782f..d4a257e 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 4d3d9d4..7213b57 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 3c6f6ba..9364bb8 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 ac6d992..4b5fe82 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 f10ea88..4ad660b 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 cca3b1e..b5ec33e 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 e8a0865..61fbb32 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 175190b..b42196e 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 ff48554..4b4511f 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 441797b..9c789cd 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 b9ebd7f..5742879 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 7ed6a23..136e117 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 534b670..6321525 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 3c0c676..2774942 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 09b28a5..a1f9508 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 d0c0bc6..d405ffa 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 6afc3ba..16852d1 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 a711a25..bd6fe1d 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 1ff6038..7d73dc2 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 1a04767..c8841f4 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 b438447..ca93c68 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 d3f4f50..c32d998 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 b62ffbf..bba84ce 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 97a7a8c..0dfa837 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 50f8d70..b33e0a9 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 f52a5ca..04526d1 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 d1dd576..a62531e 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 c56bde1..a2a8a5c 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 ff5caa2..3914b59 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 3a1e48a..971fd54 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 bc08043..3dba59f 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 74e3f60..1fa318b 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 e69b413..a33a540 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 |
diff --git a/meta/recipes-extended/at/at_3.1.12.bb b/meta/recipes-extended/at/at_3.1.12.bb index 3be9489..e1df11e 100644 --- a/meta/recipes-extended/at/at_3.1.12.bb +++ b/meta/recipes-extended/at/at_3.1.12.bb | |||
@@ -17,6 +17,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ | |||
17 | file://file_replacement_with_gplv2.patch \ | 17 | file://file_replacement_with_gplv2.patch \ |
18 | file://S99at" | 18 | file://S99at" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "1e67991776148fb319fd77a2e599a765" | ||
21 | SRC_URI[sha256sum] = "7c55c6ab4fbe8add9e68f31b2b0ebf3fe805c9a4e7cfb2623a3d8a4789cc18f3" | ||
22 | |||
20 | EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \ | 23 | EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \ |
21 | --with-daemon_username=root \ | 24 | --with-daemon_username=root \ |
22 | --with-daemon_groupname=root \ | 25 | --with-daemon_groupname=root \ |
diff --git a/meta/recipes-extended/augeas/augeas_0.7.3.bb b/meta/recipes-extended/augeas/augeas_0.7.3.bb index f9f6b38..2549f6c 100644 --- a/meta/recipes-extended/augeas/augeas_0.7.3.bb +++ b/meta/recipes-extended/augeas/augeas_0.7.3.bb | |||
@@ -1,3 +1,6 @@ | |||
1 | require augeas.inc | 1 | require augeas.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r0" |
4 | |||
5 | SRC_URI[md5sum] = "d907943fc21c2d1db5dc8d97ec02a9e5" | ||
6 | SRC_URI[sha256sum] = "10be72446699fdcaad66e800bd83a74b4af4da40348eaca04effd8677c11514a" | ||
diff --git a/meta/recipes-extended/bash/bash_4.1.bb b/meta/recipes-extended/bash/bash_4.1.bb index 6f0ced7..6a558ed 100644 --- a/meta/recipes-extended/bash/bash_4.1.bb +++ b/meta/recipes-extended/bash/bash_4.1.bb | |||
@@ -2,12 +2,37 @@ require bash.inc | |||
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r0" |
4 | 4 | ||
5 | SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz \ | 5 | SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz;name=tarball \ |
6 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-001;apply=yes;striplevel=0 \ | 6 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-001;apply=yes;striplevel=0;name=patch001 \ |
7 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-002;apply=yes;striplevel=0 \ | 7 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-002;apply=yes;striplevel=0;name=patch002 \ |
8 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-003;apply=yes;striplevel=0 \ | 8 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-003;apply=yes;striplevel=0;name=patch003 \ |
9 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-004;apply=yes;striplevel=0 \ | 9 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-004;apply=yes;striplevel=0;name=patch004 \ |
10 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-005;apply=yes;striplevel=0 \ | 10 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-005;apply=yes;striplevel=0;name=patch005 \ |
11 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-006;apply=yes;striplevel=0 \ | 11 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-006;apply=yes;striplevel=0;name=patch006 \ |
12 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-007;apply=yes;striplevel=0 \ | 12 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-007;apply=yes;striplevel=0;name=patch007 \ |
13 | " | 13 | " |
14 | |||
15 | SRC_URI[tarball.md5sum] = "9800d8724815fd84994d9be65ab5e7b8" | ||
16 | SRC_URI[tarball.sha256sum] = "3f627124a83c6d34db503a923e20710d370573a29dd5d11d6f116d1aee7be1da" | ||
17 | |||
18 | SRC_URI[patch001.md5sum] = "582dea5671b557f783e18629c2f77b68" | ||
19 | SRC_URI[patch001.sha256sum] = "a6e47fa108f853d0f0999520509c11680d37c8b7823b92b96d431766dd620278" | ||
20 | |||
21 | SRC_URI[patch002.md5sum] = "118d465095d4a4706eb1d34696a2666a" | ||
22 | SRC_URI[patch002.sha256sum] = "322e229de186b3bd87dedabfbad8386716f103e87ff00cd1b2db844e0dff78f8" | ||
23 | |||
24 | SRC_URI[patch003.md5sum] = "120f7cf039a40d35fe375e59d6f17adc" | ||
25 | SRC_URI[patch003.sha256sum] = "91763dddbbb98c3ff7deb3faea3b3ad6e861e7bfd2e46c045c0d1d85d1b3256d" | ||
26 | |||
27 | SRC_URI[patch004.md5sum] = "336ee037fc2cc1e2350b05097fbdc87c" | ||
28 | SRC_URI[patch004.sha256sum] = "78c063ba34c1f390a5bf2e5727624ca2e253bbef49ce187cabb240eee7f4ff9e" | ||
29 | |||
30 | SRC_URI[patch005.md5sum] = "9471e666797f0b03eb2175ed752a9550" | ||
31 | SRC_URI[patch005.sha256sum] = "519639d8d1664be74d7ec15879d16337fe8c71af8d648b02f84ccdd4fb739c1a" | ||
32 | |||
33 | SRC_URI[patch006.md5sum] = "fb80ccd58cb1e34940f3adf4ce6e4a1e" | ||
34 | SRC_URI[patch006.sha256sum] = "5986abcf33c0b087bd5670f1ae6a6400a8ce6ab7e7c4de18b9826d0ee10f2c49" | ||
35 | |||
36 | SRC_URI[patch007.md5sum] = "192a8b161d419a1d0d211169f1d1046e" | ||
37 | SRC_URI[patch007.sha256sum] = "74012a2c28ba4fb532c3eb69155ac870aac8d53990fa4e1e52cdc173d4c205a7" | ||
38 | |||
diff --git a/meta/recipes-extended/bc/bc_1.06.bb b/meta/recipes-extended/bc/bc_1.06.bb index eaef5f3..02915e1 100644 --- a/meta/recipes-extended/bc/bc_1.06.bb +++ b/meta/recipes-extended/bc/bc_1.06.bb | |||
@@ -15,4 +15,7 @@ PR = "r0" | |||
15 | 15 | ||
16 | SRC_URI = "${GNU_MIRROR}/bc/bc-${PV}.tar.gz" | 16 | SRC_URI = "${GNU_MIRROR}/bc/bc-${PV}.tar.gz" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "d44b5dddebd8a7a7309aea6c36fda117" | ||
19 | SRC_URI[sha256sum] = "4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea72c0e33" | ||
20 | |||
18 | inherit autotools | 21 | inherit autotools |
diff --git a/meta/recipes-extended/blktool/blktool_4-6.bb b/meta/recipes-extended/blktool/blktool_4-6.bb index 3313b03..74169d6 100644 --- a/meta/recipes-extended/blktool/blktool_4-6.bb +++ b/meta/recipes-extended/blktool/blktool_4-6.bb | |||
@@ -5,8 +5,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
5 | file://blktool.c;beginline=7;endline=8;md5=a5e798ea98fd50972088968a15e5f373" | 5 | file://blktool.c;beginline=7;endline=8;md5=a5e798ea98fd50972088968a15e5f373" |
6 | DEPENDS = "glib-2.0" | 6 | DEPENDS = "glib-2.0" |
7 | 7 | ||
8 | SRC_URI = "${DEBIAN_MIRROR}/main/b/blktool/blktool_4.orig.tar.gz \ | 8 | SRC_URI = "${DEBIAN_MIRROR}/main/b/blktool/blktool_4.orig.tar.gz;name=tarball \ |
9 | ${DEBIAN_MIRROR}/main/b/blktool/blktool_4-6.diff.gz;apply=yes" | 9 | ${DEBIAN_MIRROR}/main/b/blktool/blktool_4-6.diff.gz;apply=yes;name=patch" |
10 | |||
11 | SRC_URI[tarball.md5sum] = "62edc09c9908107e69391c87f4f3fd40" | ||
12 | SRC_URI[tarball.sha256sum] = "b1e6d5912546d2a4b704ec65c2b9664aa3b4663e7d800e06803330335a2cb764" | ||
13 | |||
14 | SRC_URI[patch.md5sum] = "2d1bc2f2c38b65d47e27da7c7508d17f" | ||
15 | SRC_URI[patch.sha256sum] = "999f2062203e389327d997724621be37bea9c98fa226238f9f4eb4a6ea25bd4b" | ||
10 | 16 | ||
11 | PR = "r0" | 17 | PR = "r0" |
12 | S = "${WORKDIR}/${PN}-4.orig" | 18 | S = "${WORKDIR}/${PN}-4.orig" |
diff --git a/meta/recipes-extended/byacc/byacc_20100610.bb b/meta/recipes-extended/byacc/byacc_20100610.bb index 04cdd7c..f02a11b 100644 --- a/meta/recipes-extended/byacc/byacc_20100610.bb +++ b/meta/recipes-extended/byacc/byacc_20100610.bb | |||
@@ -3,5 +3,5 @@ LICENSE="other-BSD" | |||
3 | LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=4dc4c30f840a7203fb6edf20b3db849e" | 3 | LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=4dc4c30f840a7203fb6edf20b3db849e" |
4 | require byacc.inc | 4 | require byacc.inc |
5 | 5 | ||
6 | SRC_URI[md5sum] = "b9715b9a2867c221176b597e8f73cbc9" | 6 | SRC_URI[md5sum] = "3063667be3bfcd844bdac9afd560954b" |
7 | SRC_URI[sha256sum] = "1364c7fe382de659e8b9841a1736b645345a460d2f4302303e80c02235a2a575" | 7 | SRC_URI[sha256sum] = "02bcfb9262127fe23abe2c42f02de12c3ea51a9fffc9fb82ffa3bda7289d72c1" |
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb index 1e858f4..5e558a2 100644 --- a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb +++ b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb | |||
@@ -9,6 +9,9 @@ SRC_URI = "http://www.bzip.org/${PV}/${BPN}-${PV}.tar.gz \ | |||
9 | file://configure.ac \ | 9 | file://configure.ac \ |
10 | file://Makefile.am" | 10 | file://Makefile.am" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "00b516f4704d4a7cb50a1d97e6e8e15b" | ||
13 | SRC_URI[sha256sum] = "a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd" | ||
14 | |||
12 | CFLAGS_append = " -fPIC -fpic -Winline -fno-strength-reduce -D_FILE_OFFSET_BITS=64" | 15 | CFLAGS_append = " -fPIC -fpic -Winline -fno-strength-reduce -D_FILE_OFFSET_BITS=64" |
13 | 16 | ||
14 | inherit autotools update-alternatives | 17 | inherit autotools update-alternatives |
diff --git a/meta/recipes-extended/cpio/cpio_2.11.bb b/meta/recipes-extended/cpio/cpio_2.11.bb index 1948b61..7e82ec0 100644 --- a/meta/recipes-extended/cpio/cpio_2.11.bb +++ b/meta/recipes-extended/cpio/cpio_2.11.bb | |||
@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | |||
5 | 5 | ||
6 | PR = "r0" | 6 | PR = "r0" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "20fc912915c629e809f80b96b2e75d7d" | 8 | SRC_URI[md5sum] = "1112bb6c45863468b5496ba128792f6c" |
9 | SRC_URI[sha256sum] = "bb820bfd96e74fc6ce43104f06fe733178517e7f5d1cdee553773e8eff7d5bbd" | 9 | SRC_URI[sha256sum] = "601b1d774cd6e4cd39416203c91ec59dbd65dd27d79d75e1a9b89497ea643978" |
diff --git a/meta/recipes-extended/cracklib/cracklib_2.8.18.bb b/meta/recipes-extended/cracklib/cracklib_2.8.18.bb index 9789737..6c8577d 100644 --- a/meta/recipes-extended/cracklib/cracklib_2.8.18.bb +++ b/meta/recipes-extended/cracklib/cracklib_2.8.18.bb | |||
@@ -9,4 +9,7 @@ PR ="r0" | |||
9 | 9 | ||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz" | 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "79053ad8bc714a44cd660cb12116211b" | ||
13 | SRC_URI[sha256sum] = "2b072f67f7267358459424c3ed70f7f5b70919118e6504a90d3bce37a67c1454" | ||
14 | |||
12 | inherit autotools gettext | 15 | inherit autotools gettext |
diff --git a/meta/recipes-extended/cronie/cronie_1.4.6.bb b/meta/recipes-extended/cronie/cronie_1.4.6.bb index e9b146b..ae72466 100644 --- a/meta/recipes-extended/cronie/cronie_1.4.6.bb +++ b/meta/recipes-extended/cronie/cronie_1.4.6.bb | |||
@@ -18,6 +18,9 @@ PR = "r0" | |||
18 | SRC_URI = "https://fedorahosted.org/releases/c/r/cronie/cronie-${PV}.tar.gz \ | 18 | SRC_URI = "https://fedorahosted.org/releases/c/r/cronie/cronie-${PV}.tar.gz \ |
19 | file://crond.init" | 19 | file://crond.init" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "968e3d3e7c8e1d0588d533883482d3fa" | ||
22 | SRC_URI[sha256sum] = "4435484c28a4452ee37db27182675660cdebf16d8956771b28c8a6f2e9c8048b" | ||
23 | |||
21 | inherit autotools update-rc.d | 24 | inherit autotools update-rc.d |
22 | 25 | ||
23 | INITSCRIPT_NAME = "crond" | 26 | INITSCRIPT_NAME = "crond" |
diff --git a/meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb b/meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb index 9c03eec..f1fde8a 100644 --- a/meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb +++ b/meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb | |||
@@ -8,6 +8,9 @@ SRC_URI = http://download.berlios.de/cwautomacros/cwautomacros-${PV}.tar.bz2 | |||
8 | 8 | ||
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "352b295897ddb30c0d7d0acdd0b2313a" | ||
12 | SRC_URI[sha256sum] = "8f683713baa63e6b5c2ea72067f77cbacf0bee7d4efa907951c6bb5ac1ffd6b0" | ||
13 | |||
11 | do_install() { | 14 | do_install() { |
12 | oe_runmake CWAUTOMACROSPREFIX=${D}${prefix} install | 15 | oe_runmake CWAUTOMACROSPREFIX=${D}${prefix} install |
13 | } | 16 | } |
diff --git a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb index 09df13b..801b5ff 100644 --- a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb +++ b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb | |||
@@ -9,6 +9,9 @@ PR = "r4" | |||
9 | 9 | ||
10 | SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz" | 10 | SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "71f9c5ae19b60608f6c7f162da86a428" | ||
13 | SRC_URI[sha256sum] = "c5001748b069224dd98bf1bb9ee877321c7de8b332c8aad5af3e2a7372d23f5a" | ||
14 | |||
12 | inherit autotools update-alternatives gettext | 15 | inherit autotools update-alternatives gettext |
13 | 16 | ||
14 | # diffutils assumes non-glibc compilation with uclibc and | 17 | # diffutils assumes non-glibc compilation with uclibc and |
diff --git a/meta/recipes-extended/ed/ed_1.5.bb b/meta/recipes-extended/ed/ed_1.5.bb index 2242ffa..8ea0e3f 100644 --- a/meta/recipes-extended/ed/ed_1.5.bb +++ b/meta/recipes-extended/ed/ed_1.5.bb | |||
@@ -13,6 +13,9 @@ PR = "r0" | |||
13 | SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.gz \ | 13 | SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.gz \ |
14 | file://ed-1.2-build.patch" | 14 | file://ed-1.2-build.patch" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "e66c03d7e4c67b025d5b6093ec678267" | ||
17 | SRC_URI[sha256sum] = "97dd34a49ebc9c97e414b90a087d63eafc41377a340848c97e75a9cba187fba1" | ||
18 | |||
16 | do_configure() { | 19 | do_configure() { |
17 | ${S}/configure | 20 | ${S}/configure |
18 | } | 21 | } |
diff --git a/meta/recipes-extended/ethtool/ethtool_2.6.36.bb b/meta/recipes-extended/ethtool/ethtool_2.6.36.bb index 9658f63..a345084 100644 --- a/meta/recipes-extended/ethtool/ethtool_2.6.36.bb +++ b/meta/recipes-extended/ethtool/ethtool_2.6.36.bb | |||
@@ -8,4 +8,7 @@ PR = "r0" | |||
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/gkernel/ethtool-${PV}.tar.gz" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/gkernel/ethtool-${PV}.tar.gz" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "3b2322695e9ee7bf447ebcdb85f93e83" | ||
12 | SRC_URI[sha256sum] = "639622180fe48dc7bb117ffbf263395d7ae47aac9819b8d9f83ff053ecf17bdd" | ||
13 | |||
11 | inherit autotools | 14 | inherit autotools |
diff --git a/meta/recipes-extended/findutils/findutils_4.4.2.bb b/meta/recipes-extended/findutils/findutils_4.4.2.bb index 18514f3..cfc6546 100644 --- a/meta/recipes-extended/findutils/findutils_4.4.2.bb +++ b/meta/recipes-extended/findutils/findutils_4.4.2.bb | |||
@@ -6,6 +6,9 @@ SRC_URI += "file://01-27017.patch \ | |||
6 | file://02-28824.patch \ | 6 | file://02-28824.patch \ |
7 | file://03-28872.patch" | 7 | file://03-28872.patch" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "351cc4adb07d54877fa15f75fb77d39f" | ||
10 | SRC_URI[sha256sum] = "434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a" | ||
11 | |||
9 | # http://savannah.gnu.org/bugs/?27299 | 12 | # http://savannah.gnu.org/bugs/?27299 |
10 | EXTRA_OECONF += "gl_cv_func_wcwidth_works=yes" | 13 | EXTRA_OECONF += "gl_cv_func_wcwidth_works=yes" |
11 | 14 | ||
diff --git a/meta/recipes-extended/gamin/gamin_0.1.10.bb b/meta/recipes-extended/gamin/gamin_0.1.10.bb index 21f1da4..14aa8e7 100644 --- a/meta/recipes-extended/gamin/gamin_0.1.10.bb +++ b/meta/recipes-extended/gamin/gamin_0.1.10.bb | |||
@@ -12,6 +12,9 @@ PR = "r2" | |||
12 | SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \ | 12 | SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \ |
13 | file://no-abstract-sockets.patch" | 13 | file://no-abstract-sockets.patch" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "b4ec549e57da470c04edd5ec2876a028" | ||
16 | SRC_URI[sha256sum] = "28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1" | ||
17 | |||
15 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
16 | 19 | ||
17 | EXTRA_OECONF = "--without-python" | 20 | EXTRA_OECONF = "--without-python" |
diff --git a/meta/recipes-extended/gawk/gawk_3.1.8.bb b/meta/recipes-extended/gawk/gawk_3.1.8.bb index c3fbe0e..7c83ed5 100644 --- a/meta/recipes-extended/gawk/gawk_3.1.8.bb +++ b/meta/recipes-extended/gawk/gawk_3.1.8.bb | |||
@@ -15,6 +15,9 @@ PR = "r0" | |||
15 | 15 | ||
16 | SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz" | 16 | SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "35937a0f83f0efe7a8c2dee635624784" | ||
19 | SRC_URI[sha256sum] = "2146b3cc7a2d2b16a9457e73f14a3cb51a4292575425ed8f16f7e0a5e4f1a50d" | ||
20 | |||
18 | inherit autotools gettext update-alternatives | 21 | inherit autotools gettext update-alternatives |
19 | 22 | ||
20 | PACKAGES += "gawk-common pgawk" | 23 | PACKAGES += "gawk-common pgawk" |
diff --git a/meta/recipes-extended/gperf/gperf_3.0.4.bb b/meta/recipes-extended/gperf/gperf_3.0.4.bb index ee532c9..c2942cd 100644 --- a/meta/recipes-extended/gperf/gperf_3.0.4.bb +++ b/meta/recipes-extended/gperf/gperf_3.0.4.bb | |||
@@ -1,3 +1,6 @@ | |||
1 | require gperf.inc | 1 | require gperf.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r0" |
4 | |||
5 | SRC_URI[md5sum] = "c1f1db32fb6598d6a93e6e88796a8632" | ||
6 | SRC_URI[sha256sum] = "767112a204407e62dbc3106647cf839ed544f3cf5d0f0523aaa2508623aad63e" | ||
diff --git a/meta/recipes-extended/groff/groff_1.18.1.4.bb b/meta/recipes-extended/groff/groff_1.18.1.4.bb index b78cbfa..0c4e1a6 100644 --- a/meta/recipes-extended/groff/groff_1.18.1.4.bb +++ b/meta/recipes-extended/groff/groff_1.18.1.4.bb | |||
@@ -15,6 +15,9 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/groff/groff-${PV}.tar.gz \ | |||
15 | inherit autotools | 15 | inherit autotools |
16 | 16 | ||
17 | EXTRA_OECONF="--without-x --prefix=${D} --exec-prefix=${D} --bindir=${D}${bindir} --datadir=${D}${datadir} --mandir=${D}${datadir}/man --infodir=${D}${datadir}info --with-appresdir=${D}${datadir}" | 17 | EXTRA_OECONF="--without-x --prefix=${D} --exec-prefix=${D} --bindir=${D}${bindir} --datadir=${D}${datadir} --mandir=${D}${datadir}/man --infodir=${D}${datadir}info --with-appresdir=${D}${datadir}" |
18 | |||
19 | SRC_URI[md5sum] = "ceecb81533936d251ed015f40e5f7287" | ||
20 | SRC_URI[sha256sum] = "ff3c7c3b6cae5e8cc5062a144de5eff0022e8e970e1774529cc2d5dde46ce50d" | ||
18 | PARALLEL_MAKE = "" | 21 | PARALLEL_MAKE = "" |
19 | 22 | ||
20 | 23 | ||
diff --git a/meta/recipes-extended/gzip/gzip_1.4.bb b/meta/recipes-extended/gzip/gzip_1.4.bb index 93020ba..ab8a744 100644 --- a/meta/recipes-extended/gzip/gzip_1.4.bb +++ b/meta/recipes-extended/gzip/gzip_1.4.bb | |||
@@ -3,3 +3,6 @@ require gzip.inc | |||
3 | PR = "r0" | 3 | PR = "r0" |
4 | 4 | ||
5 | BBCLASSEXTEND = "native" | 5 | BBCLASSEXTEND = "native" |
6 | |||
7 | SRC_URI[md5sum] = "e381b8506210c794278f5527cba0e765" | ||
8 | SRC_URI[sha256sum] = "d166cfd3da380da1bd535633e8890bfb5664f9e68870a611d1dc01a3e9f711ee" | ||
diff --git a/meta/recipes-extended/hdparm/hdparm_6.3.bb b/meta/recipes-extended/hdparm/hdparm_6.3.bb index 0f69a3f..a652302 100644 --- a/meta/recipes-extended/hdparm/hdparm_6.3.bb +++ b/meta/recipes-extended/hdparm/hdparm_6.3.bb | |||
@@ -9,6 +9,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz \ | |||
9 | file://bswap.patch;patch=1 \ | 9 | file://bswap.patch;patch=1 \ |
10 | file://uclibc.patch;patch=1" | 10 | file://uclibc.patch;patch=1" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "0c12672f3a09c14ad0b0882f15fc9389" | ||
13 | SRC_URI[sha256sum] = "08688a6a46ba495494bf838f8f26103e797584c1888eca94e43a171e1b37246d" | ||
14 | |||
12 | do_install () { | 15 | do_install () { |
13 | install -d ${D}/${sbindir} ${D}/${mandir}/man8 | 16 | install -d ${D}/${sbindir} ${D}/${mandir}/man8 |
14 | oe_runmake 'DESTDIR=${D}' install | 17 | oe_runmake 'DESTDIR=${D}' install |
diff --git a/meta/recipes-extended/iptables/iptables_1.4.9.bb b/meta/recipes-extended/iptables/iptables_1.4.9.bb index ad707d3..55736fd 100644 --- a/meta/recipes-extended/iptables/iptables_1.4.9.bb +++ b/meta/recipes-extended/iptables/iptables_1.4.9.bb | |||
@@ -20,6 +20,9 @@ FILES_${PN}-dbg =+ "${libexecdir}/xtables/.debug" | |||
20 | 20 | ||
21 | SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2" | 21 | SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2" |
22 | 22 | ||
23 | SRC_URI[md5sum] = "db1312f7ce5a4c11dc981a2ac76b26e8" | ||
24 | SRC_URI[sha256sum] = "1ac719d6265cf64220c80c0974ed9d35febdac2986bb96eeaa9c8c7959a1d306" | ||
25 | |||
23 | inherit autotools | 26 | inherit autotools |
24 | 27 | ||
25 | EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \ | 28 | EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \ |
diff --git a/meta/recipes-extended/iputils/iputils_s20100418.bb b/meta/recipes-extended/iputils/iputils_s20100418.bb index bdb5265..f7458ac 100644 --- a/meta/recipes-extended/iputils/iputils_s20100418.bb +++ b/meta/recipes-extended/iputils/iputils_s20100418.bb | |||
@@ -23,6 +23,9 @@ SRC_URI = "http://www.skbuff.net/iputils/${PN}-${PV}.tar.bz2 \ | |||
23 | file://debian/CVE-2010-2529.diff \ | 23 | file://debian/CVE-2010-2529.diff \ |
24 | " | 24 | " |
25 | 25 | ||
26 | SRC_URI[md5sum] = "df6b0062118cdc5c62e3c810f831e976" | ||
27 | SRC_URI[sha256sum] = "d0e8cbe6ce6a484ffb81697425b3b933746882f6f1521ac71c5c88971cee7684" | ||
28 | |||
26 | # man is not compiled here, since it requires docbook-utils-native | 29 | # man is not compiled here, since it requires docbook-utils-native |
27 | # which is not available in poky | 30 | # which is not available in poky |
28 | 31 | ||
diff --git a/meta/recipes-extended/less/less_436.bb b/meta/recipes-extended/less/less_436.bb index 872a127..7364631 100644 --- a/meta/recipes-extended/less/less_436.bb +++ b/meta/recipes-extended/less/less_436.bb | |||
@@ -14,6 +14,9 @@ PR = "r0" | |||
14 | 14 | ||
15 | SRC_URI = "http://www.greenwoodsoftware.com/${PN}/${PN}-${PV}.tar.gz" | 15 | SRC_URI = "http://www.greenwoodsoftware.com/${PN}/${PN}-${PV}.tar.gz" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "817bf051953ad2dea825a1cdf460caa4" | ||
18 | SRC_URI[sha256sum] = "57a16ff07431a9af45cf1cd5b374e1066d019304219f0d156e22bb8c4d6734d2" | ||
19 | |||
17 | 20 | ||
18 | inherit autotools update-alternatives | 21 | inherit autotools update-alternatives |
19 | 22 | ||
diff --git a/meta/recipes-extended/libaio/libaio_0.3.107.bb b/meta/recipes-extended/libaio/libaio_0.3.107.bb index 32d52ad..4797b50 100644 --- a/meta/recipes-extended/libaio/libaio_0.3.107.bb +++ b/meta/recipes-extended/libaio/libaio_0.3.107.bb | |||
@@ -11,6 +11,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/liba/libaio/libaio_${PV}.orig.tar.gz \ | |||
11 | file://toolchain.patch \ | 11 | file://toolchain.patch \ |
12 | file://destdir.patch" | 12 | file://destdir.patch" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "db32c19c61ca937bcb1ba48da9180682" | ||
15 | SRC_URI[sha256sum] = "e6ad9246d7cd615d90fb3d231eec94111a36a85e9ffc759ac6bdab1a03995f27" | ||
16 | |||
14 | EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}" | 17 | EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}" |
15 | 18 | ||
16 | do_install () { | 19 | do_install () { |
diff --git a/meta/recipes-extended/libidn/libidn_1.19.bb b/meta/recipes-extended/libidn/libidn_1.19.bb index 2e29ade..3edea65 100644 --- a/meta/recipes-extended/libidn/libidn_1.19.bb +++ b/meta/recipes-extended/libidn/libidn_1.19.bb | |||
@@ -12,6 +12,9 @@ inherit pkgconfig autotools gettext | |||
12 | 12 | ||
13 | SRC_URI = "http://ftp.gnu.org/gnu/libidn/${P}.tar.gz" | 13 | SRC_URI = "http://ftp.gnu.org/gnu/libidn/${P}.tar.gz" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "a45142126d28162014c995f969bdb5a8" | ||
16 | SRC_URI[sha256sum] = "8ed2e936b1ae3e30b45b54ca3672deaa83ee0f4d20db5ad83dc1af7222d39f41" | ||
17 | |||
15 | # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ | 18 | # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ |
16 | # so package command into a separate package | 19 | # so package command into a separate package |
17 | PACKAGES =+ "idn" | 20 | PACKAGES =+ "idn" |
diff --git a/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb b/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb index dc64799..c4ca0c0 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb | |||
@@ -10,4 +10,7 @@ PR = "r0" | |||
10 | 10 | ||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/libtirpc/libtirpc-${PV}.tar.bz2" | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/libtirpc/libtirpc-${PV}.tar.bz2" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "d77eb15f464bf9d6e66259eaf78b2a4e" | ||
14 | SRC_URI[sha256sum] = "ea77cadd63941fc4edbee7863d2c7094e6a18263d2a2c8922319aee91352ff41" | ||
15 | |||
13 | inherit autotools | 16 | inherit autotools |
diff --git a/meta/recipes-extended/libuser/libuser_0.56.18.bb b/meta/recipes-extended/libuser/libuser_0.56.18.bb index d72430e..55c82a7 100644 --- a/meta/recipes-extended/libuser/libuser_0.56.18.bb +++ b/meta/recipes-extended/libuser/libuser_0.56.18.bb | |||
@@ -11,6 +11,9 @@ SECTION = "base" | |||
11 | 11 | ||
12 | SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \ | 12 | SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \ |
13 | file://disable-sgml-doc.patch;patch=1" | 13 | file://disable-sgml-doc.patch;patch=1" |
14 | |||
15 | SRC_URI[md5sum] = "de074409153f690821d9340cb33ee435" | ||
16 | SRC_URI[sha256sum] = "fc23d744f6853c213adb619cfb5b22c49a9ea8a5a75a1e4121f71b28cffa3a74" | ||
14 | PR = "r0" | 17 | PR = "r0" |
15 | 18 | ||
16 | DEPENDS = "gettext libpam glib-2.0 xz-native" | 19 | DEPENDS = "gettext libpam glib-2.0 xz-native" |
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.28.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.28.bb index f85c3c4..d43766c 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.28.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.28.bb | |||
@@ -24,6 +24,9 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t | |||
24 | file://lighttpd \ | 24 | file://lighttpd \ |
25 | " | 25 | " |
26 | 26 | ||
27 | SRC_URI[src.md5sum] = "202d36efc6324adb95a3600d2826ec6a" | ||
28 | SRC_URI[src.sha256sum] = "efd7623f43182723b99c51d57a24158e22a207cd90dca35aaf3b2e3bac115712" | ||
29 | |||
27 | EXTRA_OECONF = " \ | 30 | EXTRA_OECONF = " \ |
28 | --without-bzip2 \ | 31 | --without-bzip2 \ |
29 | --without-ldap \ | 32 | --without-ldap \ |
diff --git a/meta/recipes-extended/logrotate/logrotate_3.7.9.bb b/meta/recipes-extended/logrotate/logrotate_3.7.9.bb index f657d78..ce899ca 100644 --- a/meta/recipes-extended/logrotate/logrotate_3.7.9.bb +++ b/meta/recipes-extended/logrotate/logrotate_3.7.9.bb | |||
@@ -11,6 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" | |||
11 | 11 | ||
12 | SRC_URI = "https://fedorahosted.org/releases/l/o/logrotate/logrotate-${PV}.tar.gz" | 12 | SRC_URI = "https://fedorahosted.org/releases/l/o/logrotate/logrotate-${PV}.tar.gz" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "eeba9dbca62a9210236f4b83195e4ea5" | ||
15 | SRC_URI[sha256sum] = "080caf904e70e04da16b8dfa95a5a787ec7d722ee1af18ccea437d3ffdd6fec0" | ||
16 | |||
14 | 17 | ||
15 | EXTRA_OEMAKE = "CC='${CC}'" | 18 | EXTRA_OEMAKE = "CC='${CC}'" |
16 | 19 | ||
diff --git a/meta/recipes-extended/lsb/lsb_1.4.bb b/meta/recipes-extended/lsb/lsb_1.4.bb index bc47c22..a574c3b 100644 --- a/meta/recipes-extended/lsb/lsb_1.4.bb +++ b/meta/recipes-extended/lsb/lsb_1.4.bb | |||
@@ -8,6 +8,9 @@ PR = "r0" | |||
8 | LIC_FILES_CHKSUM = "file://README;md5=12da544b1a3a5a1795a21160b49471cf" | 8 | LIC_FILES_CHKSUM = "file://README;md5=12da544b1a3a5a1795a21160b49471cf" |
9 | 9 | ||
10 | SRC_URI = "http://cdnetworks-kr-1.dl.sourceforge.net/project/lsb/lsb_release/${PV}/lsb-release-${PV}.tar.gz" | 10 | SRC_URI = "http://cdnetworks-kr-1.dl.sourceforge.net/project/lsb/lsb_release/${PV}/lsb-release-${PV}.tar.gz" |
11 | |||
12 | SRC_URI[md5sum] = "30537ef5a01e0ca94b7b8eb6a36bb1e4" | ||
13 | SRC_URI[sha256sum] = "99321288f8d62e7a1d485b7c6bdccf06766fb8ca603c6195806e4457fdf17172" | ||
11 | S = ${WORKDIR}/lsb-release-${PV} | 14 | S = ${WORKDIR}/lsb-release-${PV} |
12 | 15 | ||
13 | do_install(){ | 16 | do_install(){ |
diff --git a/meta/recipes-extended/lsof/lsof_4.84.bb b/meta/recipes-extended/lsof/lsof_4.84.bb index 2748135..f9d3fe1 100644 --- a/meta/recipes-extended/lsof/lsof_4.84.bb +++ b/meta/recipes-extended/lsof/lsof_4.84.bb | |||
@@ -5,6 +5,9 @@ LICENSE = "BSD" | |||
5 | PR = "r0" | 5 | PR = "r0" |
6 | 6 | ||
7 | SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" | 7 | SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" |
8 | |||
9 | SRC_URI[md5sum] = "a09326df500ef7e4550af546868338d6" | ||
10 | SRC_URI[sha256sum] = "20893a2d9b443fba519602f05692d5f72054a9f6dc1236bcb2616cc5330dc725" | ||
8 | LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" | 11 | LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" |
9 | S = "${WORKDIR}/lsof_${PV}_src" | 12 | S = "${WORKDIR}/lsof_${PV}_src" |
10 | 13 | ||
diff --git a/meta/recipes-extended/man-pages/man-pages_3.25.bb b/meta/recipes-extended/man-pages/man-pages_3.25.bb index 291886b..83e23ed 100644 --- a/meta/recipes-extended/man-pages/man-pages_3.25.bb +++ b/meta/recipes-extended/man-pages/man-pages_3.25.bb | |||
@@ -8,6 +8,9 @@ PR = "r0" | |||
8 | LIC_FILES_CHKSUM = "file://README;md5=9dab010c5baa416669e5d17381799dd5" | 8 | LIC_FILES_CHKSUM = "file://README;md5=9dab010c5baa416669e5d17381799dd5" |
9 | SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.tar.gz" | 9 | SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.tar.gz" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "98ec2324abea77d7a992470dd44d140c" | ||
12 | SRC_URI[sha256sum] = "474242842a78dc2121687b7db6c32b6c78af5458f2bd809e23563dd185e2b169" | ||
13 | |||
11 | RDEPENDS = "man" | 14 | RDEPENDS = "man" |
12 | 15 | ||
13 | do_configure_prepend() { | 16 | do_configure_prepend() { |
diff --git a/meta/recipes-extended/man/man_1.6e.bb b/meta/recipes-extended/man/man_1.6e.bb index 1ac1097..905f6df 100644 --- a/meta/recipes-extended/man/man_1.6e.bb +++ b/meta/recipes-extended/man/man_1.6e.bb | |||
@@ -37,6 +37,9 @@ SRC_URI = "http://primates.ximian.com/~flucifredi/man/man-1.6e.tar.gz \ | |||
37 | file://man-1.6e-lzma+xz-support.patch;striplevel=1 \ | 37 | file://man-1.6e-lzma+xz-support.patch;striplevel=1 \ |
38 | file://man*" | 38 | file://man*" |
39 | 39 | ||
40 | SRC_URI[md5sum] = "d8187cd756398baefc48ba7d60ff6a8a" | ||
41 | SRC_URI[sha256sum] = "022faf23844eabb3662eabb105836925dd83bedda10271e2450a5bc5b61a5b5f" | ||
42 | |||
40 | 43 | ||
41 | do_configure () { | 44 | do_configure () { |
42 | ${S}/configure -default -confdir ${D}/etc +sgid +fhs +lang all | 45 | ${S}/configure -default -confdir ${D}/etc +sgid +fhs +lang all |
diff --git a/meta/recipes-extended/mc/mc_4.7.3.bb b/meta/recipes-extended/mc/mc_4.7.3.bb index 8fd16b1..22a1a93 100644 --- a/meta/recipes-extended/mc/mc_4.7.3.bb +++ b/meta/recipes-extended/mc/mc_4.7.3.bb | |||
@@ -8,6 +8,9 @@ RDEPENDS = "ncurses-terminfo" | |||
8 | 8 | ||
9 | SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2" | 9 | SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "42eb806d733b11d0d13ff7ee5fd1a03c" | ||
12 | SRC_URI[sha256sum] = "4815184f28218a43080e4a425b5cd4e159277a10c56ff06d29bf441828fe5927" | ||
13 | |||
11 | inherit autotools gettext | 14 | inherit autotools gettext |
12 | 15 | ||
13 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" | 16 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" |
diff --git a/meta/recipes-extended/mdadm/mdadm_3.1.4.bb b/meta/recipes-extended/mdadm/mdadm_3.1.4.bb index 94c4f6c..99ca336 100644 --- a/meta/recipes-extended/mdadm/mdadm_3.1.4.bb +++ b/meta/recipes-extended/mdadm/mdadm_3.1.4.bb | |||
@@ -13,6 +13,9 @@ PR = "r1" | |||
13 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/raid/mdadm/${PN}-${PV}.tar.bz2 \ | 13 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/raid/mdadm/${PN}-${PV}.tar.bz2 \ |
14 | file://fix-z-now.patch;striplevel=0" | 14 | file://fix-z-now.patch;striplevel=0" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "0e7dcb5cc4192ae3abd9956bac475576" | ||
17 | SRC_URI[sha256sum] = "849ad0ad4ad3c1d2d8806a16b30e1f59ab2daf313cb103807207f7cba889ea63" | ||
18 | |||
16 | CFLAGS += "-fno-strict-aliasing" | 19 | CFLAGS += "-fno-strict-aliasing" |
17 | 20 | ||
18 | inherit autotools | 21 | inherit autotools |
diff --git a/meta/recipes-extended/mingetty/mingetty_1.08.bb b/meta/recipes-extended/mingetty/mingetty_1.08.bb index 2b93bb4..26eb98f 100644 --- a/meta/recipes-extended/mingetty/mingetty_1.08.bb +++ b/meta/recipes-extended/mingetty/mingetty_1.08.bb | |||
@@ -8,6 +8,9 @@ PR = "r0" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=0c56db0143f4f80c369ee3af7425af6e" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=0c56db0143f4f80c369ee3af7425af6e" |
9 | SRC_URI = "http://cdnetworks-kr-1.dl.sourceforge.net/project/mingetty/mingetty/${PV}/mingetty-${PV}.tar.gz" | 9 | SRC_URI = "http://cdnetworks-kr-1.dl.sourceforge.net/project/mingetty/mingetty/${PV}/mingetty-${PV}.tar.gz" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "2a75ad6487ff271424ffc00a64420990" | ||
12 | SRC_URI[sha256sum] = "0f55c90ba4faa913d91ef99cbf5cb2eb4dbe2780314c3bb17953f849c8cddd17" | ||
13 | |||
11 | EXTRA_OEMAKE = "CC='${CC}'" | 14 | EXTRA_OEMAKE = "CC='${CC}'" |
12 | 15 | ||
13 | do_install(){ | 16 | do_install(){ |
diff --git a/meta/recipes-extended/minicom/minicom_2.4.bb b/meta/recipes-extended/minicom/minicom_2.4.bb index 439dbd7..fbe2d30 100644 --- a/meta/recipes-extended/minicom/minicom_2.4.bb +++ b/meta/recipes-extended/minicom/minicom_2.4.bb | |||
@@ -9,14 +9,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ | |||
9 | SRC_URI = "http://alioth.debian.org/frs/download.php/3195/minicom-${PV}.tar.gz \ | 9 | SRC_URI = "http://alioth.debian.org/frs/download.php/3195/minicom-${PV}.tar.gz \ |
10 | file://rename-conflicting-functions.patch \ | 10 | file://rename-conflicting-functions.patch \ |
11 | " | 11 | " |
12 | |||
13 | # file://gcc4-scope.patch;patch=1 \ | 12 | # file://gcc4-scope.patch;patch=1 \ |
14 | 13 | ||
14 | SRC_URI[md5sum] = "700976a3c2dcc8bbd50ab9bb1c08837b" | ||
15 | SRC_URI[sha256sum] = "6b7af240b073ba847b091fd75aed4bf720eb94d30e188d23bb098d016bf40a48" | ||
16 | |||
15 | inherit autotools gettext | 17 | inherit autotools gettext |
16 | 18 | ||
17 | do_install() { | 19 | do_install() { |
18 | for d in doc extras man lib src; do make -C $d DESTDIR=${D} install; done | 20 | for d in doc extras man lib src; do make -C $d DESTDIR=${D} install; done |
19 | } | 21 | } |
20 | 22 | ||
21 | SRC_URI[md5sum] = "700976a3c2dcc8bbd50ab9bb1c08837b" | ||
22 | SRC_URI[sha256sum] = "700976a3c2dcc8bbd50ab9bb1c08837b" | ||
diff --git a/meta/recipes-extended/mktemp/mktemp_1.7.bb b/meta/recipes-extended/mktemp/mktemp_1.7.bb index a348274..41ee10c 100644 --- a/meta/recipes-extended/mktemp/mktemp_1.7.bb +++ b/meta/recipes-extended/mktemp/mktemp_1.7.bb | |||
@@ -11,6 +11,9 @@ SRC_URI = "ftp://ftp.mktemp.org/pub/mktemp/${P}.tar.gz \ | |||
11 | file://disable-strip.patch \ | 11 | file://disable-strip.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "787bbed9fa2ee8e7645733c0e8e65172" | ||
15 | SRC_URI[sha256sum] = "8e94b9e1edf866b2609545da65b627996ac5d158fda071e492bddb2f4a482675" | ||
16 | |||
14 | inherit autotools update-alternatives | 17 | inherit autotools update-alternatives |
15 | 18 | ||
16 | EXTRA_OECONF = "--with-libc" | 19 | EXTRA_OECONF = "--with-libc" |
diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-23.bb b/meta/recipes-extended/net-tools/net-tools_1.60-23.bb index 031169c..843b020 100644 --- a/meta/recipes-extended/net-tools/net-tools_1.60-23.bb +++ b/meta/recipes-extended/net-tools/net-tools_1.60-23.bb | |||
@@ -6,13 +6,19 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ | |||
6 | file://ifconfig.c;startline=11;endline=15;md5=da4c7bb79a5d0798faa99ef869721f4a" | 6 | file://ifconfig.c;startline=11;endline=15;md5=da4c7bb79a5d0798faa99ef869721f4a" |
7 | PR = "r0" | 7 | PR = "r0" |
8 | 8 | ||
9 | SRC_URI = "ftp://ftp.debian.org/debian/pool/main/n/net-tools/net-tools_1.60.orig.tar.gz \ | 9 | SRC_URI = "ftp://ftp.debian.org/debian/pool/main/n/net-tools/net-tools_1.60.orig.tar.gz;name=tarball \ |
10 | ftp://ftp.debian.org/debian/pool/main/n/net-tools/${PN}_${PV}.diff.gz;apply=no \ | 10 | ftp://ftp.debian.org/debian/pool/main/n/net-tools/${PN}_${PV}.diff.gz;apply=no;name=patch \ |
11 | file://net-tools-config.h \ | 11 | file://net-tools-config.h \ |
12 | file://net-tools-config.make" | 12 | file://net-tools-config.make" |
13 | 13 | ||
14 | S = "${WORKDIR}/net-tools-1.60" | 14 | S = "${WORKDIR}/net-tools-1.60" |
15 | 15 | ||
16 | SRC_URI[tarball.md5sum] = "ecaf37acb5b5daff4bdda77785fd916d" | ||
17 | SRC_URI[tarball.sha256sum] = "ec67967cf7b1a3a3828a84762fbc013ac50ee5dc9aa3095d5c591f302c2de0f5" | ||
18 | |||
19 | SRC_URI[patch.md5sum] = "2412e55c20308d5fbd28bfadd18c075f" | ||
20 | SRC_URI[patch.sha256sum] = "d678b3ea97d6c7ca548918994642bfc6b5511ab02f3a5881dfcca00c88bfd73b" | ||
21 | |||
16 | inherit gettext | 22 | inherit gettext |
17 | 23 | ||
18 | # The Makefile is lame, no parallel build | 24 | # The Makefile is lame, no parallel build |
diff --git a/meta/recipes-extended/parted/parted_1.9.0.bb b/meta/recipes-extended/parted/parted_1.9.0.bb index 96253b2..3601fb1 100644 --- a/meta/recipes-extended/parted/parted_1.9.0.bb +++ b/meta/recipes-extended/parted/parted_1.9.0.bb | |||
@@ -10,6 +10,9 @@ SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ | |||
10 | file://no_check.patch;patch=1 \ | 10 | file://no_check.patch;patch=1 \ |
11 | file://syscalls.patch;patch=1 " | 11 | file://syscalls.patch;patch=1 " |
12 | 12 | ||
13 | SRC_URI[md5sum] = "055305bc7bcf472ce38f9abf69a9d94d" | ||
14 | SRC_URI[sha256sum] = "53231241ba24c104c207bd2920d70d31fda86df86a69c90e11f35144ffc55509" | ||
15 | |||
13 | EXTRA_OECONF = "--disable-Werror --disable-device-mapper" | 16 | EXTRA_OECONF = "--disable-Werror --disable-device-mapper" |
14 | 17 | ||
15 | inherit autotools pkgconfig gettext | 18 | inherit autotools pkgconfig gettext |
diff --git a/meta/recipes-extended/pax/pax_3.4.bb b/meta/recipes-extended/pax/pax_3.4.bb index 32804ba..6710216 100644 --- a/meta/recipes-extended/pax/pax_3.4.bb +++ b/meta/recipes-extended/pax/pax_3.4.bb | |||
@@ -13,4 +13,7 @@ PR = "r0" | |||
13 | 13 | ||
14 | SRC_URI = "ftp://ftp.suse.com/pub/people/kukuk/pax/pax-${PV}.tar.bz2" | 14 | SRC_URI = "ftp://ftp.suse.com/pub/people/kukuk/pax/pax-${PV}.tar.bz2" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "fbd9023b590b45ac3ade95870702a0d6" | ||
17 | SRC_URI[sha256sum] = "ac3c06048e02828077cf7757d3d142241429238893b91d529af29a2e8cc5623b" | ||
18 | |||
16 | inherit autotools | 19 | inherit autotools |
diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.21.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.21.bb index 6f6e75c..660beec 100644 --- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.21.bb +++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.21.bb | |||
@@ -6,6 +6,9 @@ PR = "r0" | |||
6 | 6 | ||
7 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz" | 7 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "6f5c45724db1b09911e489275d19d0f5" | ||
10 | SRC_URI[sha256sum] = "94e37fcb52148355cf9a0e96518c82bbb80b0b97adcce88bdb87766ca1cf9e45" | ||
11 | |||
9 | S = "${WORKDIR}/Convert-ASN1-${PV}" | 12 | S = "${WORKDIR}/Convert-ASN1-${PV}" |
10 | 13 | ||
11 | inherit cpan | 14 | inherit cpan |
diff --git a/meta/recipes-extended/procps/procps_3.2.8.bb b/meta/recipes-extended/procps/procps_3.2.8.bb index 32d8124..f694612 100644 --- a/meta/recipes-extended/procps/procps_3.2.8.bb +++ b/meta/recipes-extended/procps/procps_3.2.8.bb | |||
@@ -19,6 +19,9 @@ SRC_URI += "file://procmodule.patch \ | |||
19 | file://procps-3.2.8+gmake-3.82.patch \ | 19 | file://procps-3.2.8+gmake-3.82.patch \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI[md5sum] = "9532714b6846013ca9898984ba4cd7e0" | ||
23 | SRC_URI[sha256sum] = "11ed68d8a4433b91cd833deb714a3aa849c02aea738c42e6b4557982419c1535" | ||
24 | |||
22 | FILES = "${bindir}/top.${PN} ${base_bindir}/ps.${PN} ${bindir}/uptime.${PN} ${base_bindir}/kill.${PN} \ | 25 | FILES = "${bindir}/top.${PN} ${base_bindir}/ps.${PN} ${bindir}/uptime.${PN} ${base_bindir}/kill.${PN} \ |
23 | ${bindir}/free.${PN} ${bindir}/w ${bindir}/watch ${bindir}/pgrep ${bindir}/pmap ${bindir}/pwdx \ | 26 | ${bindir}/free.${PN} ${bindir}/w ${bindir}/watch ${bindir}/pgrep ${bindir}/pmap ${bindir}/pwdx \ |
24 | ${bindir}/snice ${bindir}/vmstat ${bindir}/slabtop ${bindir}/pkill ${bindir}/skill ${bindir}/tload \ | 27 | ${bindir}/snice ${bindir}/vmstat ${bindir}/slabtop ${bindir}/pkill ${bindir}/skill ${bindir}/tload \ |
diff --git a/meta/recipes-extended/psmisc/psmisc_22.2.bb b/meta/recipes-extended/psmisc/psmisc_22.2.bb index c9db90e..3a7059a 100644 --- a/meta/recipes-extended/psmisc/psmisc_22.2.bb +++ b/meta/recipes-extended/psmisc/psmisc_22.2.bb | |||
@@ -2,3 +2,6 @@ require psmisc.inc | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
4 | PR = "r1" | 4 | PR = "r1" |
5 | |||
6 | SRC_URI[md5sum] = "77737c817a40ef2c160a7194b5b64337" | ||
7 | SRC_URI[sha256sum] = "6bca237485a352362133792e000a3c8e367a26b0312c5c607db7c2a97717d15f" | ||
diff --git a/meta/recipes-extended/quota/quota_4.00-pre1.bb b/meta/recipes-extended/quota/quota_4.00-pre1.bb index 486f81e..11651f7 100644 --- a/meta/recipes-extended/quota/quota_4.00-pre1.bb +++ b/meta/recipes-extended/quota/quota_4.00-pre1.bb | |||
@@ -10,6 +10,9 @@ PR = "r0" | |||
10 | 10 | ||
11 | SRC_URI = "http://downloads.sourceforge.net/project/linuxquota/quota-tools/${PV}/quota-${PV}.tar.gz" | 11 | SRC_URI = "http://downloads.sourceforge.net/project/linuxquota/quota-tools/${PV}/quota-${PV}.tar.gz" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "ef9d66e8a968ecffd2d9df648fa8ada2" | ||
14 | SRC_URI[sha256sum] = "181a9b90b10bbffaaf9a18e7fef96a5752ab20f7b72d81c472166ab32e415994" | ||
15 | |||
13 | S = ${WORKDIR}/quota-tools | 16 | S = ${WORKDIR}/quota-tools |
14 | 17 | ||
15 | inherit autotools | 18 | inherit autotools |
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb index a8c6006..492ff83 100644 --- a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb +++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | |||
@@ -13,6 +13,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/rpcbind/rpcbind-${PV}.tar.bz2 \ | |||
13 | file://fix_host_path.patch \ | 13 | file://fix_host_path.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[md5sum] = "1a77ddb1aaea8099ab19c351eeb26316" | ||
17 | SRC_URI[sha256sum] = "c92f263e0353887f16379d7708ef1fb4c7eedcf20448bc1e4838f59497a00de3" | ||
18 | |||
16 | PR = "r1" | 19 | PR = "r1" |
17 | 20 | ||
18 | inherit autotools | 21 | inherit autotools |
diff --git a/meta/recipes-extended/screen/screen_4.0.3.bb b/meta/recipes-extended/screen/screen_4.0.3.bb index a3eb825..31c4970 100644 --- a/meta/recipes-extended/screen/screen_4.0.3.bb +++ b/meta/recipes-extended/screen/screen_4.0.3.bb | |||
@@ -12,10 +12,16 @@ SECTION = "console/utils" | |||
12 | DEPENDS = "ncurses" | 12 | DEPENDS = "ncurses" |
13 | PR = "r0" | 13 | PR = "r0" |
14 | 14 | ||
15 | SRC_URI = "${GNU_MIRROR}/screen/screen-${PV}.tar.gz \ | 15 | SRC_URI = "${GNU_MIRROR}/screen/screen-${PV}.tar.gz;name=tarball \ |
16 | ${DEBIAN_MIRROR}/main/s/screen/screen_4.0.3-11+lenny1.diff.gz \ | 16 | ${DEBIAN_MIRROR}/main/s/screen/screen_4.0.3-11+lenny1.diff.gz;name=patch \ |
17 | file://configure.patch" | 17 | file://configure.patch" |
18 | 18 | ||
19 | SRC_URI[tarball.md5sum] = "8506fd205028a96c741e4037de6e3c42" | ||
20 | SRC_URI[tarball.sha256sum] = "78f0d5b1496084a5902586304d4a73954b2bfe33ea13edceecf21615c39e6c77" | ||
21 | |||
22 | SRC_URI[patch.md5sum] = "9bacd9be1d9c57e2e0381df2775b33e0" | ||
23 | SRC_URI[patch.sha256sum] = "19130d097e9ed897c84a2c640634dd36ee3233c17b0bf5d18549ed1e064b3073" | ||
24 | |||
19 | inherit autotools | 25 | inherit autotools |
20 | 26 | ||
21 | EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5" | 27 | EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5" |
diff --git a/meta/recipes-extended/sed/sed_4.2.1.bb b/meta/recipes-extended/sed/sed_4.2.1.bb index 734b1e0..045fd66 100644 --- a/meta/recipes-extended/sed/sed_4.2.1.bb +++ b/meta/recipes-extended/sed/sed_4.2.1.bb | |||
@@ -10,6 +10,9 @@ DEPENDS = "gettext" | |||
10 | 10 | ||
11 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" | 11 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "f0fd4d7da574d4707e442285fd2d3b86" | ||
14 | SRC_URI[sha256sum] = "8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060" | ||
15 | |||
13 | inherit autotools update-alternatives | 16 | inherit autotools update-alternatives |
14 | 17 | ||
15 | do_install () { | 18 | do_install () { |
diff --git a/meta/recipes-extended/shadow/shadow_4.1.4.2.bb b/meta/recipes-extended/shadow/shadow_4.1.4.2.bb index bc00c09..ca5f533 100644 --- a/meta/recipes-extended/shadow/shadow_4.1.4.2.bb +++ b/meta/recipes-extended/shadow/shadow_4.1.4.2.bb | |||
@@ -8,4 +8,7 @@ SRC_URI += "file://shadow.automake-1.11.patch \ | |||
8 | file://shadow-4.1.4.2-groupmod-pam-check.patch \ | 8 | file://shadow-4.1.4.2-groupmod-pam-check.patch \ |
9 | file://shadow-4.1.4.2-su_no_sanitize_env.patch" | 9 | file://shadow-4.1.4.2-su_no_sanitize_env.patch" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "d593a9cab93c48ee0a6ba056db8c1997" | ||
12 | SRC_URI[sha256sum] = "97987f6a7967a85e6aa0dba2a1d52db8bd69af5a717391de5693db768fb78990" | ||
13 | |||
11 | EXTRA_OECONF_libc-uclibc += " --with-nscd=no " | 14 | EXTRA_OECONF_libc-uclibc += " --with-nscd=no " |
diff --git a/meta/recipes-extended/sysklogd/sysklogd_1.5.bb b/meta/recipes-extended/sysklogd/sysklogd_1.5.bb index 75c1147..040f052 100644 --- a/meta/recipes-extended/sysklogd/sysklogd_1.5.bb +++ b/meta/recipes-extended/sysklogd/sysklogd_1.5.bb | |||
@@ -1,2 +1,5 @@ | |||
1 | require sysklogd.inc | 1 | require sysklogd.inc |
2 | PR = "r2" | 2 | PR = "r2" |
3 | |||
4 | SRC_URI[md5sum] = "e053094e8103165f98ddafe828f6ae4b" | ||
5 | SRC_URI[sha256sum] = "6169b8e91d29288e90404f01462b69e7f2afb1161aa419826fe4736c7f9eb773" | ||
diff --git a/meta/recipes-extended/sysstat/sysstat_9.1.5.bb b/meta/recipes-extended/sysstat/sysstat_9.1.5.bb index d7b7e66..a9071b3 100644 --- a/meta/recipes-extended/sysstat/sysstat_9.1.5.bb +++ b/meta/recipes-extended/sysstat/sysstat_9.1.5.bb | |||
@@ -5,3 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | |||
5 | PR = "r0" | 5 | PR = "r0" |
6 | 6 | ||
7 | 7 | ||
8 | |||
9 | SRC_URI[md5sum] = "b680828159b5158094b9bf1ebad30e90" | ||
10 | SRC_URI[sha256sum] = "2a567a35511ddb873169ad3345f4e6a6219d39750638bf804027342ef89cb3e0" | ||
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb index 308a8b6..ec937c7 100644 --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | |||
@@ -42,6 +42,9 @@ SRC_URI = "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \ | |||
42 | file://try-from.8 \ | 42 | file://try-from.8 \ |
43 | file://safe_finger.8" | 43 | file://safe_finger.8" |
44 | 44 | ||
45 | SRC_URI[md5sum] = "e6fa25f71226d090f34de3f6b122fb5a" | ||
46 | SRC_URI[sha256sum] = "9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d" | ||
47 | |||
45 | S = "${WORKDIR}/tcp_wrappers_${PV}" | 48 | S = "${WORKDIR}/tcp_wrappers_${PV}" |
46 | 49 | ||
47 | PARALLEL_MAKE = "" | 50 | PARALLEL_MAKE = "" |
diff --git a/meta/recipes-extended/time/time_1.7.bb b/meta/recipes-extended/time/time_1.7.bb index 1030489..e82077f 100644 --- a/meta/recipes-extended/time/time_1.7.bb +++ b/meta/recipes-extended/time/time_1.7.bb | |||
@@ -2,6 +2,9 @@ require time.inc | |||
2 | 2 | ||
3 | SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz \ | 3 | SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz \ |
4 | file://debian.patch;patch=1" | 4 | file://debian.patch;patch=1" |
5 | |||
6 | SRC_URI[md5sum] = "e38d2b8b34b1ca259cf7b053caac32b3" | ||
7 | SRC_URI[sha256sum] = "e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d" | ||
5 | # file://autofoo.patch;patch=1 \ | 8 | # file://autofoo.patch;patch=1 \ |
6 | # file://compile.patch;patch=1" | 9 | # file://compile.patch;patch=1" |
7 | S = "${WORKDIR}/time-${PV}" | 10 | S = "${WORKDIR}/time-${PV}" |
diff --git a/meta/recipes-extended/tzdata/tzdata_2010o.bb b/meta/recipes-extended/tzdata/tzdata_2010o.bb index cd3e759..882d67a 100644 --- a/meta/recipes-extended/tzdata/tzdata_2010o.bb +++ b/meta/recipes-extended/tzdata/tzdata_2010o.bb | |||
@@ -15,6 +15,9 @@ RCONFLICTS= "timezones timezone-africa timezone-america timezone-antarctica \ | |||
15 | 15 | ||
16 | SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz" | 16 | SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "5cae5c56fad81dc29f8fcd933a05768e" | ||
19 | SRC_URI[sha256sum] = "cd0f3799688b3b870cd988505e47c2975b1808e73ec0677bc9db4b705b534c07" | ||
20 | |||
18 | S = "${WORKDIR}" | 21 | S = "${WORKDIR}" |
19 | 22 | ||
20 | TZONES= "africa antarctica asia australasia europe northamerica southamerica \ | 23 | TZONES= "africa antarctica asia australasia europe northamerica southamerica \ |
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb index 069dfb8..ccdd372 100644 --- a/meta/recipes-extended/unzip/unzip_6.0.bb +++ b/meta/recipes-extended/unzip/unzip_6.0.bb | |||
@@ -7,6 +7,9 @@ PE = "1" | |||
7 | PR = "r0" | 7 | PR = "r0" |
8 | 8 | ||
9 | SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tgz" | 9 | SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tgz" |
10 | |||
11 | SRC_URI[md5sum] = "62b490407489521db863b523a7f86375" | ||
12 | SRC_URI[sha256sum] = "036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37" | ||
10 | S = "${WORKDIR}/unzip60" | 13 | S = "${WORKDIR}/unzip60" |
11 | 14 | ||
12 | export LD = "${CC}" | 15 | export LD = "${CC}" |
diff --git a/meta/recipes-extended/watchdog/watchdog_5.9.bb b/meta/recipes-extended/watchdog/watchdog_5.9.bb index c768077..d625924 100644 --- a/meta/recipes-extended/watchdog/watchdog_5.9.bb +++ b/meta/recipes-extended/watchdog/watchdog_5.9.bb | |||
@@ -11,6 +11,9 @@ PR = "r0" | |||
11 | 11 | ||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz" | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "d7cae3c9829f5d9a680764f314234867" | ||
15 | SRC_URI[sha256sum] = "60d8e9180b8800e1b2386553a9f63a026bddad4997d21790f7c5dde7e77065ec" | ||
16 | |||
14 | inherit autotools | 17 | inherit autotools |
15 | 18 | ||
16 | RRECOMMENDS_${PN} = "kernel-module-softdog" | 19 | RRECOMMENDS_${PN} = "kernel-module-softdog" |
diff --git a/meta/recipes-extended/which/which_2.20.bb b/meta/recipes-extended/which/which_2.20.bb index 6efb24f..f8c9bf4 100644 --- a/meta/recipes-extended/which/which_2.20.bb +++ b/meta/recipes-extended/which/which_2.20.bb | |||
@@ -13,6 +13,9 @@ PR = "r1" | |||
13 | SRC_URI = "http://ftp.gnu.org/gnu/which/which-${PV}.tar.gz \ | 13 | SRC_URI = "http://ftp.gnu.org/gnu/which/which-${PV}.tar.gz \ |
14 | file://remove-declaration.patch" | 14 | file://remove-declaration.patch" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "95be0501a466e515422cde4af46b2744" | ||
17 | SRC_URI[sha256sum] = "d417b65c650d88ad26a208293c1c6e3eb60d4b6d847f01ff8f66aca63e2857f8" | ||
18 | |||
16 | do_configure_prepend() { | 19 | do_configure_prepend() { |
17 | sed -i -e 's%@ACLOCAL_CWFLAGS@%-I ${STAGING_DIR_NATIVE}/usr/share/cwautomacros/m4%g' ${S}/Makefile.am ${S}/tilde/Makefile.am | 20 | sed -i -e 's%@ACLOCAL_CWFLAGS@%-I ${STAGING_DIR_NATIVE}/usr/share/cwautomacros/m4%g' ${S}/Makefile.am ${S}/tilde/Makefile.am |
18 | } | 21 | } |
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.14.bb b/meta/recipes-extended/xinetd/xinetd_2.3.14.bb index 122be2c..159cb2c 100644 --- a/meta/recipes-extended/xinetd/xinetd_2.3.14.bb +++ b/meta/recipes-extended/xinetd/xinetd_2.3.14.bb | |||
@@ -16,6 +16,9 @@ SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \ | |||
16 | file://xinetd-should-be-able-to-listen-on-IPv6-even-in-ine.patch \ | 16 | file://xinetd-should-be-able-to-listen-on-IPv6-even-in-ine.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[md5sum] = "567382d7972613090215c6c54f9b82d9" | ||
20 | SRC_URI[sha256sum] = "760e0e617c609a0509ef63fc7e9580d2f1d88c6113bb6d63273de7de7cd0bc1f" | ||
21 | |||
19 | inherit autotools update-rc.d | 22 | inherit autotools update-rc.d |
20 | 23 | ||
21 | INITSCRIPT_NAME = "xinetd" | 24 | INITSCRIPT_NAME = "xinetd" |
diff --git a/meta/recipes-extended/xz/xz_5.0.0.bb b/meta/recipes-extended/xz/xz_5.0.0.bb index ca76182..031c92a 100644 --- a/meta/recipes-extended/xz/xz_5.0.0.bb +++ b/meta/recipes-extended/xz/xz_5.0.0.bb | |||
@@ -11,6 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \ | |||
11 | 11 | ||
12 | SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz" | 12 | SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "f3c0706d100ad2b6d63327584d026c50" | ||
15 | SRC_URI[sha256sum] = "eba9211990a642fc2c35ea02618b710c7fa898d78ccca48b546a07bdde03c44d" | ||
16 | |||
14 | DEPENDS = "gettext" | 17 | DEPENDS = "gettext" |
15 | 18 | ||
16 | PR = "r0" | 19 | PR = "r0" |
diff --git a/meta/recipes-extended/zip/zip_3.0.bb b/meta/recipes-extended/zip/zip_3.0.bb index c5df637..b009c24 100644 --- a/meta/recipes-extended/zip/zip_3.0.bb +++ b/meta/recipes-extended/zip/zip_3.0.bb | |||
@@ -4,3 +4,6 @@ PR="r0" | |||
4 | 4 | ||
5 | # zip-2.32 still uses directory name of zip-2.30 | 5 | # zip-2.32 still uses directory name of zip-2.30 |
6 | S = "${WORKDIR}/zip30" | 6 | S = "${WORKDIR}/zip30" |
7 | |||
8 | SRC_URI[md5sum] = "7b74551e63f8ee6aab6fbc86676c0d37" | ||
9 | SRC_URI[sha256sum] = "f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369" | ||
diff --git a/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb b/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb index 5106f58..b4adfe4 100644 --- a/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb +++ b/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb | |||
@@ -17,6 +17,9 @@ inherit gnome | |||
17 | 17 | ||
18 | SRC_URI += "file://omf.patch;patch=1" | 18 | SRC_URI += "file://omf.patch;patch=1" |
19 | 19 | ||
20 | SRC_URI[archive.md5sum] = "30daabb0ca4898fea2647999e7813e8f" | ||
21 | SRC_URI[archive.sha256sum] = "dd4817103d23745d00c735dd137951552ba7b576cb8f68e6a529d06661e9b6a1" | ||
22 | |||
20 | EXTRA_AUTORECONF = "" | 23 | EXTRA_AUTORECONF = "" |
21 | DEPENDS = "" | 24 | DEPENDS = "" |
22 | 25 | ||
diff --git a/meta/recipes-gnome/gnome/gnome-desktop_2.32.1.bb b/meta/recipes-gnome/gnome/gnome-desktop_2.32.1.bb index fa3ffb2..424eafe 100644 --- a/meta/recipes-gnome/gnome/gnome-desktop_2.32.1.bb +++ b/meta/recipes-gnome/gnome/gnome-desktop_2.32.1.bb | |||
@@ -2,3 +2,6 @@ require gnome-desktop.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
4 | file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 4 | file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
5 | |||
6 | SRC_URI[archive.md5sum] = "5c80d628a240eb9d9ff78913b31f2f67" | ||
7 | SRC_URI[archive.sha256sum] = "55cbecf67efe1fa1e57ac966520a7c46d799c8ba3c652a1219f60cafccb3739d" | ||
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.2.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.2.bb index 09121db..9bdcced 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.2.bb +++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.2.bb | |||
@@ -2,3 +2,6 @@ require gnome-doc-utils.inc | |||
2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | 2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ |
3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 " | 3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 " |
4 | PR = "r1" | 4 | PR = "r1" |
5 | |||
6 | SRC_URI[archive.md5sum] = "920914c13c57e67616c6ff8594579786" | ||
7 | SRC_URI[archive.sha256sum] = "f6c0124f61b9400c63da630dd3a9ac1b738eac0058da245661ff699fad267aca" | ||
diff --git a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb index 855fa81..9898428 100644 --- a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb +++ b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | |||
@@ -16,6 +16,9 @@ FILES_${PN} += "${datadir}/*" | |||
16 | SRC_URI = "${GNOME_MIRROR}/${PN}/2.31/${PN}-${PV}.tar.bz2 \ | 16 | SRC_URI = "${GNOME_MIRROR}/${PN}/2.31/${PN}-${PV}.tar.bz2 \ |
17 | file://iconpath-option.patch" | 17 | file://iconpath-option.patch" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "8e727703343d4c18c73c79dd2009f8ed" | ||
20 | SRC_URI[sha256sum] = "ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982" | ||
21 | |||
19 | EXTRA_OECONF = "--disable-hicolor-check --with-iconmap=${STAGING_LIBDIR_NATIVE}/../libexec/icon-name-mapping" | 22 | EXTRA_OECONF = "--disable-hicolor-check --with-iconmap=${STAGING_LIBDIR_NATIVE}/../libexec/icon-name-mapping" |
20 | 23 | ||
21 | inherit autotools | 24 | inherit autotools |
diff --git a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb index 1826a7a..153979e 100644 --- a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb +++ b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb | |||
@@ -22,6 +22,9 @@ EXTRA_OECONF = "--disable-gtk-doc" | |||
22 | 22 | ||
23 | SRC_URI += "file://org.gnome.keyring.service" | 23 | SRC_URI += "file://org.gnome.keyring.service" |
24 | 24 | ||
25 | SRC_URI[archive.md5sum] = "9a8aa74e03361676f29d6e73155786fc" | ||
26 | SRC_URI[archive.sha256sum] = "31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9" | ||
27 | |||
25 | do_install_append () { | 28 | do_install_append () { |
26 | install -d ${D}${datadir}/dbus-1/services | 29 | install -d ${D}${datadir}/dbus-1/services |
27 | install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services | 30 | install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services |
diff --git a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb index edaabe1..3bb50d1 100644 --- a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb +++ b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb | |||
@@ -12,5 +12,8 @@ PR = "r3" | |||
12 | 12 | ||
13 | SRC_URI += "file://pkgconfig.patch;patch=1" | 13 | SRC_URI += "file://pkgconfig.patch;patch=1" |
14 | 14 | ||
15 | SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c" | ||
16 | SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7" | ||
17 | |||
15 | DEPENDS += "shared-mime-info intltool-native" | 18 | DEPENDS += "shared-mime-info intltool-native" |
16 | RDEPENDS = "shared-mime-info" | 19 | RDEPENDS = "shared-mime-info" |
diff --git a/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb b/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb index 928549c..0c307da 100644 --- a/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb +++ b/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb | |||
@@ -23,6 +23,9 @@ RPROVIDES = "gnome-vfs-plugin-dbus" | |||
23 | SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1 \ | 23 | SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1 \ |
24 | file://gnome-vfs-no-kerberos.patch;patch=1;pnum=0" | 24 | file://gnome-vfs-no-kerberos.patch;patch=1;pnum=0" |
25 | 25 | ||
26 | SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e" | ||
27 | SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa" | ||
28 | |||
26 | EXTRA_OECONF = " \ | 29 | EXTRA_OECONF = " \ |
27 | --disable-hal \ | 30 | --disable-hal \ |
28 | --disable-openssl \ | 31 | --disable-openssl \ |
diff --git a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb index 3bdd697..d9037a2 100644 --- a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb +++ b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb | |||
@@ -11,6 +11,9 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${ | |||
11 | file://${ART_CONFIG} \ | 11 | file://${ART_CONFIG} \ |
12 | file://Makefile.am.patch;patch=1" | 12 | file://Makefile.am.patch;patch=1" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "08559ff3c67fd95d57b0c5e91a6b4302" | ||
15 | SRC_URI[sha256sum] = "fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa" | ||
16 | |||
14 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
15 | 18 | ||
16 | DEPENDS = "" | 19 | DEPENDS = "" |
diff --git a/meta/recipes-gnome/gnome/libgdata_0.6.5.bb b/meta/recipes-gnome/gnome/libgdata_0.6.5.bb index 8e8da5c..b5e6ee3 100644 --- a/meta/recipes-gnome/gnome/libgdata_0.6.5.bb +++ b/meta/recipes-gnome/gnome/libgdata_0.6.5.bb | |||
@@ -10,3 +10,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | |||
10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4" | 10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4" |
11 | 11 | ||
12 | inherit gnome pkgconfig autotools | 12 | inherit gnome pkgconfig autotools |
13 | |||
14 | SRC_URI[archive.md5sum] = "e12f52a3d25c25016856c64ca0331221" | ||
15 | SRC_URI[archive.sha256sum] = "dcb82f7162d69549512444376da2cdea65650ee4dae4d00eed7fbbd3387ddf2c" | ||
diff --git a/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb b/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb index 9004006..09b6d9c 100644 --- a/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb +++ b/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb | |||
@@ -16,3 +16,6 @@ inherit gnome | |||
16 | DEPENDS = "dbus eggdbus" | 16 | DEPENDS = "dbus eggdbus" |
17 | 17 | ||
18 | EXTRA_OECONF = "--disable-gtk-doc" | 18 | EXTRA_OECONF = "--disable-gtk-doc" |
19 | |||
20 | SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6" | ||
21 | SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c" | ||
diff --git a/meta/recipes-gnome/gnome/metacity_2.22.0.bb b/meta/recipes-gnome/gnome/metacity_2.22.0.bb index f0d6c89..e698ec4 100644 --- a/meta/recipes-gnome/gnome/metacity_2.22.0.bb +++ b/meta/recipes-gnome/gnome/metacity_2.22.0.bb | |||
@@ -18,3 +18,6 @@ EXTRA_OECONF += "--disable-verbose \ | |||
18 | --disable-xinerama" | 18 | --disable-xinerama" |
19 | 19 | ||
20 | FILES_${PN} += "${datadir}/themes" | 20 | FILES_${PN} += "${datadir}/themes" |
21 | |||
22 | SRC_URI[archive.md5sum] = "8cb6d02cf66a1003532b4f5d2754d696" | ||
23 | SRC_URI[archive.sha256sum] = "3c670b41a214311006dc05f9a005696b9d3fdcb5c80f1275367416600103b3bf" | ||
diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb index 27f63db..7df9d51 100644 --- a/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb +++ b/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb | |||
@@ -11,3 +11,6 @@ inherit gnome pkgconfig | |||
11 | 11 | ||
12 | FILES_${PN} += "${datadir}/icons" | 12 | FILES_${PN} += "${datadir}/icons" |
13 | FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug" | 13 | FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug" |
14 | |||
15 | SRC_URI[archive.md5sum] = "2911cd9b875efdfd554547176c59e309" | ||
16 | SRC_URI[archive.sha256sum] = "9bb32ee44647f3f934d41344e2c1dbbd1546bf4949824030b3b818545758118c" | ||
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.20.1.bb b/meta/recipes-gnome/gtk+/gtk+_2.20.1.bb index b32d8e4..dec5187 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.20.1.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.20.1.bb | |||
@@ -28,6 +28,9 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/2.20/gtk+-${PV}.tar.bz2 \ | |||
28 | file://configurefix.patch;patch=1 \ | 28 | file://configurefix.patch;patch=1 \ |
29 | " | 29 | " |
30 | 30 | ||
31 | SRC_URI[md5sum] = "53e6f3a93bd22934878fc4a4a34c68aa" | ||
32 | SRC_URI[sha256sum] = "0e081731d21e34ff45c82199490c2889504fa8b3c7e117c043e82ababaec0f65" | ||
33 | |||
31 | EXTRA_OECONF = "--without-libtiff --without-libjasper --disable-xkb --disable-glibtest --disable-cups" | 34 | EXTRA_OECONF = "--without-libtiff --without-libjasper --disable-xkb --disable-glibtest --disable-cups" |
32 | 35 | ||
33 | LIBV = "2.10.0" | 36 | LIBV = "2.10.0" |
diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb index 3cbc4d7..85c38e2 100644 --- a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb +++ b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | |||
@@ -35,3 +35,6 @@ python populate_packages_prepend() { | |||
35 | do_split_packages(d, themes_root, '(.*)', 'gtk-theme-%s', 'GTK theme %s', allow_dirs=True, extra_depends='') | 35 | do_split_packages(d, themes_root, '(.*)', 'gtk-theme-%s', 'GTK theme %s', allow_dirs=True, extra_depends='') |
36 | # TODO: mark theme packages as arch all | 36 | # TODO: mark theme packages as arch all |
37 | } | 37 | } |
38 | |||
39 | SRC_URI[archive.md5sum] = "5deb287bc6075dc21812130604c7dc4f" | ||
40 | SRC_URI[archive.sha256sum] = "15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5" | ||
diff --git a/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb b/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb index 43e4d07..07b3075 100644 --- a/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb +++ b/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | |||
@@ -6,12 +6,30 @@ PV = "2.11.0+svnr${SRCREV}" | |||
6 | PR = "r1" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "svn://anonymous@svn.gnome.org/svn/gtkhtml2/;module=trunk \ | 8 | SRC_URI = "svn://anonymous@svn.gnome.org/svn/gtkhtml2/;module=trunk \ |
9 | http://svn.o-hand.com/repos/web/trunk/patches/at-import_box-pos.patch;patch=1;pnum=0;maxrev=1157 \ | 9 | http://svn.o-hand.com/repos/web/trunk/patches/at-import_box-pos.patch;patch=1;pnum=0;maxrev=1157;name=patch1 \ |
10 | http://svn.o-hand.com/repos/web/trunk/patches/css-stylesheet-user.patch;patch=1;pnum=0;maxrev=1157 \ | 10 | http://svn.o-hand.com/repos/web/trunk/patches/css-stylesheet-user.patch;patch=1;pnum=0;maxrev=1157;name=patch2 \ |
11 | http://svn.o-hand.com/repos/web/trunk/patches/css-media.patch;patch=1;pnum=0;maxrev=1157 \ | 11 | http://svn.o-hand.com/repos/web/trunk/patches/css-media.patch;patch=1;pnum=0;maxrev=1157;name=patch3 \ |
12 | http://svn.o-hand.com/repos/web/trunk/patches/add-end-element-signal.patch;patch=1;pnum=0;maxrev=1157 \ | 12 | http://svn.o-hand.com/repos/web/trunk/patches/add-end-element-signal.patch;patch=1;pnum=0;maxrev=1157;name=patch4 \ |
13 | http://svn.o-hand.com/repos/web/trunk/patches/add-dom-functions.patch;patch=1;pnum=0;maxrev=1157 \ | 13 | http://svn.o-hand.com/repos/web/trunk/patches/add-dom-functions.patch;patch=1;pnum=0;maxrev=1157;name=patch5 \ |
14 | http://svn.o-hand.com/repos/web/trunk/patches/iain-mem-leak.patch;patch=1;pnum=0;maxrev=1157" | 14 | http://svn.o-hand.com/repos/web/trunk/patches/iain-mem-leak.patch;patch=1;pnum=0;maxrev=1157;name=patch6" |
15 | |||
16 | SRC_URI[patch1.md5sum] = "160c648e29637f2ed6301f4dfdecce21" | ||
17 | SRC_URI[patch1.sha256sum] = "3ec786e6df9e1a935aff4848b6989cad8f87c1fa8813dc033b338e18b17138d8" | ||
18 | |||
19 | SRC_URI[patch2.md5sum] = "05fc3627ca364095702dc804f41c8391" | ||
20 | SRC_URI[patch2.sha256sum] = "df5cca50a8f95333505d7920929fea251daea3be25be6834a1c50a742d9eb674" | ||
21 | |||
22 | SRC_URI[patch3.md5sum] = "d3fe4cda3545f3e4718f1acc186608ab" | ||
23 | SRC_URI[patch3.sha256sum] = "3aefaa17ffa38143bf5df1161c51ab402d35bfbee41ab4643c313edf569165d5" | ||
24 | |||
25 | SRC_URI[patch4.md5sum] = "651b1601d8a1b21c8a3040fadb729043" | ||
26 | SRC_URI[patch4.sha256sum] = "d067e8331bf9c6851f1c6067d991a7f54327f532900b405ebdf8e149c071f381" | ||
27 | |||
28 | SRC_URI[patch5.md5sum] = "041be9711a16e629d01487664ba97152" | ||
29 | SRC_URI[patch5.sha256sum] = "42956fb41341cf82ae8bce18b4cf96a7e2aa631b1b60657afb6d7e9be7cd138c" | ||
30 | |||
31 | SRC_URI[patch6.md5sum] = "4e11dc7899d68f2be2e06ccee01d296d" | ||
32 | SRC_URI[patch6.sha256sum] = "1e2cc080e654c1839c5cb4b4adf4c62a23e7da208427f3ba0b16cfed9e5cfa98" | ||
15 | 33 | ||
16 | S = "${WORKDIR}/trunk" | 34 | S = "${WORKDIR}/trunk" |
17 | 35 | ||
diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb index 7b2ae29..98c0d91 100644 --- a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb +++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb | |||
@@ -13,6 +13,9 @@ PR = "r0" | |||
13 | SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz \ | 13 | SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz \ |
14 | file://index.theme" | 14 | file://index.theme" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "55cafbcef8bcf7107f6d502149eb4d87" | ||
17 | SRC_URI[sha256sum] = "9edca690617eaa19054951ca53501c802180262be8880ed84754ac46c93bec73" | ||
18 | |||
16 | PACKAGE_ARCH = "all" | 19 | PACKAGE_ARCH = "all" |
17 | 20 | ||
18 | FILES_${PN} += "${datadir}/icons" | 21 | FILES_${PN} += "${datadir}/icons" |
diff --git a/meta/recipes-gnome/libffi/libffi_3.0.9.bb b/meta/recipes-gnome/libffi/libffi_3.0.9.bb index 7e3c1d8..8ef90e7 100644 --- a/meta/recipes-gnome/libffi/libffi_3.0.9.bb +++ b/meta/recipes-gnome/libffi/libffi_3.0.9.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | SRC_URI = "ftp://sourceware.org/pub/libffi/${BPN}-${PV}.tar.gz" | 1 | SRC_URI = "ftp://sourceware.org/pub/libffi/${BPN}-${PV}.tar.gz" |
2 | |||
3 | SRC_URI[md5sum] = "1f300a7a7f975d4046f51c3022fa5ff1" | ||
4 | SRC_URI[sha256sum] = "589d25152318bc780cd8919b14670793f4971d9838dab46ed38c32b3ee92c452" | ||
2 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa09cb778aaba64dc9eac37ab7e4e5d8" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa09cb778aaba64dc9eac37ab7e4e5d8" |
4 | inherit autotools | 7 | inherit autotools |
diff --git a/meta/recipes-gnome/libglade/libglade_2.6.4.bb b/meta/recipes-gnome/libglade/libglade_2.6.4.bb index 9296eda..f128602 100644 --- a/meta/recipes-gnome/libglade/libglade_2.6.4.bb +++ b/meta/recipes-gnome/libglade/libglade_2.6.4.bb | |||
@@ -16,6 +16,9 @@ inherit autotools pkgconfig gnome | |||
16 | 16 | ||
17 | SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1" | 17 | SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1" |
18 | 18 | ||
19 | SRC_URI[archive.md5sum] = "d1776b40f4e166b5e9c107f1c8fe4139" | ||
20 | SRC_URI[archive.sha256sum] = "64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec" | ||
21 | |||
19 | EXTRA_OECONF += "--without-libxml2" | 22 | EXTRA_OECONF += "--without-libxml2" |
20 | 23 | ||
21 | CFLAGS += "-lz" | 24 | CFLAGS += "-lz" |
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb index 4717042..35cf5a4 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb | |||
@@ -16,6 +16,9 @@ EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disabl | |||
16 | 16 | ||
17 | SRC_URI += "file://doc_Makefile.patch" | 17 | SRC_URI += "file://doc_Makefile.patch" |
18 | 18 | ||
19 | SRC_URI[archive.md5sum] = "b015a9bd80143ec876af489d882dc28b" | ||
20 | SRC_URI[archive.sha256sum] = "e0f6f936dab583de317cc0c36a48f80bdb9c93775225ee84140c7e5e3f841068" | ||
21 | |||
19 | do_configure_prepend () { | 22 | do_configure_prepend () { |
20 | export GDK_PIXBUF_QUERYLOADERS="${libdir}/gtk-2.0/version/loaders" | 23 | export GDK_PIXBUF_QUERYLOADERS="${libdir}/gtk-2.0/version/loaders" |
21 | echo "CLEANFILES=" > gtk-doc.make | 24 | echo "CLEANFILES=" > gtk-doc.make |
diff --git a/meta/recipes-gnome/libunique/libunique_1.1.6.bb b/meta/recipes-gnome/libunique/libunique_1.1.6.bb index 0c1b9a0..7eb64e0 100644 --- a/meta/recipes-gnome/libunique/libunique_1.1.6.bb +++ b/meta/recipes-gnome/libunique/libunique_1.1.6.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libunique/1.1/libunique-${PV}.tar.bz2" | 1 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libunique/1.1/libunique-${PV}.tar.bz2" |
2 | |||
3 | SRC_URI[md5sum] = "7955769ef31f1bc4f83446dbb3625e6d" | ||
4 | SRC_URI[sha256sum] = "e5c8041cef8e33c55732f06a292381cb345db946cf792a4ae18aa5c66cdd4fbb" | ||
2 | PR = "r1" | 5 | PR = "r1" |
3 | 6 | ||
4 | DEPENDS = "glib-2.0 gtk+ dbus" | 7 | DEPENDS = "glib-2.0 gtk+ dbus" |
diff --git a/meta/recipes-graphics/cairo/cairo_1.10.0.bb b/meta/recipes-graphics/cairo/cairo_1.10.0.bb index 627de5e..d4d0703 100644 --- a/meta/recipes-graphics/cairo/cairo_1.10.0.bb +++ b/meta/recipes-graphics/cairo/cairo_1.10.0.bb | |||
@@ -6,6 +6,9 @@ PR = "r0" | |||
6 | 6 | ||
7 | SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz" | 7 | SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "70a2ece66cf473d976e2db0f75bf199e" | ||
10 | SRC_URI[sha256sum] = "0f2ce4cc4615594088d74eb8b5360bad7c3cc3c3da9b61af9bfd979ed1ed94b2" | ||
11 | |||
9 | RDEPENDS += "libcairo2 libcairo-gobject2 libcairo-script-interpreter2 \ | 12 | RDEPENDS += "libcairo2 libcairo-gobject2 libcairo-script-interpreter2 \ |
10 | cairo-perf-utils" | 13 | cairo-perf-utils" |
11 | 14 | ||
diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb index e0403ec..052ae25 100644 --- a/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb +++ b/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb | |||
@@ -17,6 +17,9 @@ SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \ | |||
17 | file://fix-pkgconfig.patch \ | 17 | file://fix-pkgconfig.patch \ |
18 | file://97_fontconfig" | 18 | file://97_fontconfig" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "77e15a92006ddc2adbb06f840d591c0e" | ||
21 | SRC_URI[sha256sum] = "fa2a1c6eea654d9fce7a4b1220f10c99cdec848dccaf1625c01f076b31382335" | ||
22 | |||
20 | PACKAGES =+ "fontconfig-utils-dbg fontconfig-utils " | 23 | PACKAGES =+ "fontconfig-utils-dbg fontconfig-utils " |
21 | FILES_fontconfig-utils-dbg = "${bindir}/*.dbg" | 24 | FILES_fontconfig-utils-dbg = "${bindir}/*.dbg" |
22 | FILES_fontconfig-utils = "${bindir}/*" | 25 | FILES_fontconfig-utils = "${bindir}/*" |
diff --git a/meta/recipes-graphics/freetype/freetype_2.4.3.bb b/meta/recipes-graphics/freetype/freetype_2.4.3.bb index da62ffb..2508559 100644 --- a/meta/recipes-graphics/freetype/freetype_2.4.3.bb +++ b/meta/recipes-graphics/freetype/freetype_2.4.3.bb | |||
@@ -14,6 +14,9 @@ PR = "r0" | |||
14 | SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ | 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ |
15 | file://no-hardcode.patch" | 15 | file://no-hardcode.patch" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "75ac7082bde7b3805dc5d6bc806fa045" | ||
18 | SRC_URI[sha256sum] = "b4e626db62fd1b4549ff5d57f5eca3a41631fd6066adf8a31c11879b51249afc" | ||
19 | |||
17 | S = "${WORKDIR}/freetype-${PV}" | 20 | S = "${WORKDIR}/freetype-${PV}" |
18 | 21 | ||
19 | inherit autotools pkgconfig binconfig | 22 | inherit autotools pkgconfig binconfig |
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb index fb554b8..3bc912b 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb | |||
@@ -8,6 +8,9 @@ SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.t | |||
8 | file://check.m4 \ | 8 | file://check.m4 \ |
9 | file://matchbox-start-fix.patch;patch=1" | 9 | file://matchbox-start-fix.patch;patch=1" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "465fa15c43bf0091a3810e7702fe143f" | ||
12 | SRC_URI[sha256sum] = "f7054f93c57ba6b758d0e4f47d4d2dd96a7fe487e1157eb70a4d642910275aea" | ||
13 | |||
11 | do_configure_prepend () { | 14 | do_configure_prepend () { |
12 | cp ${WORKDIR}/check.m4 ${S}/ | 15 | cp ${WORKDIR}/check.m4 ${S}/ |
13 | } | 16 | } |
diff --git a/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb b/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb index 9cd15a2..9dcd56c 100644 --- a/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb +++ b/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb | |||
@@ -18,6 +18,9 @@ SRC_URI = "http://projects.o-hand.com/matchbox/sources/optional-dependencies/Xse | |||
18 | file://link-x11.patch;apply=yes \ | 18 | file://link-x11.patch;apply=yes \ |
19 | file://disable_Os_option.patch" | 19 | file://disable_Os_option.patch" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "c14aa9db6c097e0306dac97fb7da1add" | ||
22 | SRC_URI[sha256sum] = "f274a4bc969ae192994a856b7f786c6fce96bae77f96c1c2b71dd97599e06e43" | ||
23 | |||
21 | S = "${WORKDIR}/Xsettings-client-0.10" | 24 | S = "${WORKDIR}/Xsettings-client-0.10" |
22 | 25 | ||
23 | inherit autotools gettext | 26 | inherit autotools gettext |
diff --git a/meta/recipes-graphics/menu-cache/menu-cache_0.3.2.bb b/meta/recipes-graphics/menu-cache/menu-cache_0.3.2.bb index 90cc571..a812ece 100644 --- a/meta/recipes-graphics/menu-cache/menu-cache_0.3.2.bb +++ b/meta/recipes-graphics/menu-cache/menu-cache_0.3.2.bb | |||
@@ -12,6 +12,9 @@ DEPENDS = "glib-2.0" | |||
12 | 12 | ||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/menu-cache-${PV}.tar.gz" | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/menu-cache-${PV}.tar.gz" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "ac4a9ea77db68d3db3f9f53cc75af66a" | ||
16 | SRC_URI[sha256sum] = "6b7c1627b5102d8301a8a3e845f673a7181a71dde32f6455abf22d03e392b89f" | ||
17 | |||
15 | PR = "r0" | 18 | PR = "r0" |
16 | 19 | ||
17 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
diff --git a/meta/recipes-graphics/pango/pango_1.28.3.bb b/meta/recipes-graphics/pango/pango_1.28.3.bb index ae914ff..cb8208d 100644 --- a/meta/recipes-graphics/pango/pango_1.28.3.bb +++ b/meta/recipes-graphics/pango/pango_1.28.3.bb | |||
@@ -6,4 +6,7 @@ PR = "r0" | |||
6 | 6 | ||
7 | SRC_URI += "file://no-tests.patch" | 7 | SRC_URI += "file://no-tests.patch" |
8 | 8 | ||
9 | SRC_URI[archive.md5sum] = "caa74baea47e7e16bc73c89f9089d522" | ||
10 | SRC_URI[archive.sha256sum] = "5e278bc9430cc7bb00270f183360d262c5006b51248e8b537ea904573f200632" | ||
11 | |||
9 | PARALLEL_MAKE = "" | 12 | PARALLEL_MAKE = "" |
diff --git a/meta/recipes-graphics/startup-notification/startup-notification_0.10.bb b/meta/recipes-graphics/startup-notification/startup-notification_0.10.bb index 8b34982..da91051 100644 --- a/meta/recipes-graphics/startup-notification/startup-notification_0.10.bb +++ b/meta/recipes-graphics/startup-notification/startup-notification_0.10.bb | |||
@@ -21,3 +21,6 @@ DEPENDS = "virtual/libx11 libsm xcb-util" | |||
21 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
22 | 22 | ||
23 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${PN}-${PV}.tar.gz" | 23 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${PN}-${PV}.tar.gz" |
24 | |||
25 | SRC_URI[md5sum] = "bca0ed1c74bc4e483ea2ed12a5717354" | ||
26 | SRC_URI[sha256sum] = "64bbeb5c28619721fc19d6920ad2b8bf6c0dc3a0e96a1b0bc26f480fbc525459" | ||
diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/tslib_1.0.bb index 8db90d9..fd75d60 100644 --- a/meta/recipes-graphics/tslib/tslib_1.0.bb +++ b/meta/recipes-graphics/tslib/tslib_1.0.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \ | |||
14 | file://ts.conf-simpad-2.4 \ | 14 | file://ts.conf-simpad-2.4 \ |
15 | file://ts.conf-collie-2.4 \ | 15 | file://ts.conf-collie-2.4 \ |
16 | file://tslib.sh" | 16 | file://tslib.sh" |
17 | |||
18 | SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e" | ||
19 | SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8" | ||
17 | SRC_URI_append_mnci += " file://devfs.patch;patch=1" | 20 | SRC_URI_append_mnci += " file://devfs.patch;patch=1" |
18 | SRC_URI_append_mnci += " file://event1.patch;patch=1" | 21 | SRC_URI_append_mnci += " file://event1.patch;patch=1" |
19 | SRC_URI_append_qemumips += " file://32bitBE-support.patch;patch=1" | 22 | SRC_URI_append_qemumips += " file://32bitBE-support.patch;patch=1" |
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb index afb4a57..6e897a3 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | |||
@@ -13,6 +13,9 @@ PE = "1" | |||
13 | SRC_URI = "https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-${PV}.tar.gz \ | 13 | SRC_URI = "https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-${PV}.tar.gz \ |
14 | file://30-liberation-aliases.conf" | 14 | file://30-liberation-aliases.conf" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "4846797ef0fc70b0cbaede2514677c58" | ||
17 | SRC_URI[sha256sum] = "0e0d0957c85b758561a3d4aef4ebcd2c39959e5328429d96ae106249d83531a1" | ||
18 | |||
16 | do_install () { | 19 | do_install () { |
17 | install -d ${D}${datadir}/fonts/ttf/ | 20 | install -d ${D}${datadir}/fonts/ttf/ |
18 | for i in *.ttf; do | 21 | for i in *.ttf; do |
diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb index 1001e29..ed64b1e 100644 --- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb +++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | |||
@@ -33,3 +33,6 @@ fc-cache | |||
33 | 33 | ||
34 | 34 | ||
35 | FILES_${PN} = "/etc ${datadir}/fonts" | 35 | FILES_${PN} = "/etc ${datadir}/fonts" |
36 | |||
37 | SRC_URI[md5sum] = "bb22bd5b4675f5dbe17c6963d8c00ed6" | ||
38 | SRC_URI[sha256sum] = "db5b27df7bbb318036ebdb75acd3e98f1bd6eb6608fb70a67d478cd243d178dc" | ||
diff --git a/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb b/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb index af21786..87cda2c 100644 --- a/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb +++ b/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb | |||
@@ -11,5 +11,8 @@ DEPENDS = "openssl virtual/libx11 libxext avahi jpeg zlib" | |||
11 | 11 | ||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc-${PV}.tar.gz" | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc-${PV}.tar.gz" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "1498a68d02aa7b6c97bf746c073c8d00" | ||
15 | SRC_URI[sha256sum] = "60a7cceee2c9a5f1c854340b2bae13f975ac55906237042f81f795b28a154a79" | ||
16 | |||
14 | inherit autotools | 17 | inherit autotools |
15 | 18 | ||
diff --git a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb b/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb index 8ded7a0..3ef9ab2 100644 --- a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb +++ b/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb | |||
@@ -13,6 +13,9 @@ PARALLEL_MAKE = "" | |||
13 | 13 | ||
14 | SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2" | 14 | SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "e8fa31b42e13f87e8f5a7a2b731db7ee" | ||
17 | SRC_URI[sha256sum] = "35b6d54e3cc6f3ba28061da81af64b9a92b7b757319098172488a660e3d87299" | ||
18 | |||
16 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
17 | 20 | ||
18 | RDEPENDS_${PN}-dev = "" | 21 | RDEPENDS_${PN}-dev = "" |
diff --git a/meta/recipes-graphics/xcb/libxcb_1.7.bb b/meta/recipes-graphics/xcb/libxcb_1.7.bb index fc80927..426f790 100644 --- a/meta/recipes-graphics/xcb/libxcb_1.7.bb +++ b/meta/recipes-graphics/xcb/libxcb_1.7.bb | |||
@@ -8,3 +8,6 @@ PR = "r0" | |||
8 | DEPENDS += "libpthread-stubs xcb-proto-native" | 8 | DEPENDS += "libpthread-stubs xcb-proto-native" |
9 | 9 | ||
10 | PACKAGES =+ "libxcb-xinerama" | 10 | PACKAGES =+ "libxcb-xinerama" |
11 | |||
12 | SRC_URI[md5sum] = "925699df361b99491165ebc12068056b" | ||
13 | SRC_URI[sha256sum] = "e776dc35e2a66094e7308ce2e045fb4e27cf3ca30ab1813a8fc08538140724df" | ||
diff --git a/meta/recipes-graphics/xcb/xcb-proto_1.6.bb b/meta/recipes-graphics/xcb/xcb-proto_1.6.bb index a367b7c..74a6ec7 100644 --- a/meta/recipes-graphics/xcb/xcb-proto_1.6.bb +++ b/meta/recipes-graphics/xcb/xcb-proto_1.6.bb | |||
@@ -5,3 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \ | |||
5 | file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" | 5 | file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" |
6 | 6 | ||
7 | PR = "r0" | 7 | PR = "r0" |
8 | |||
9 | SRC_URI[md5sum] = "04313e1d914b44d0e457f6c494fc178b" | ||
10 | SRC_URI[sha256sum] = "f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2" | ||
diff --git a/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb b/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb index b0e50d8..1057b34 100644 --- a/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb +++ b/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb | |||
@@ -13,3 +13,6 @@ LIC_FILES_CHKSUM = "file://xcb-util-common.h;endline=30;md5=6c74595925fd773cc8cf | |||
13 | 13 | ||