diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/acpid/acpid_1.0.10.bb | 3 | ||||
-rw-r--r-- | meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | 10 | ||||
-rw-r--r-- | meta/recipes-bsp/grub/grub_0.97.bb | 3 | ||||
-rw-r--r-- | meta/recipes-bsp/hostap/hostap-utils_0.4.7.bb | 3 | ||||
-rw-r--r-- | meta/recipes-bsp/libacpi/libacpi_0.2.bb | 3 | ||||
-rw-r--r-- | meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | 3 | ||||
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.1.7.bb | 3 | ||||
-rw-r--r-- | meta/recipes-bsp/pcmciautils/pcmciautils_017.bb | 3 | ||||
-rw-r--r-- | meta/recipes-bsp/setserial/setserial_2.17.bb | 3 | ||||
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot-mkimage_2009.08.bb | 3 | ||||
-rw-r--r-- | meta/recipes-bsp/usbutils/usbutils_0.86.bb | 3 | ||||
-rw-r--r-- | meta/recipes-bsp/v86d/v86d_0.1.9.bb | 3 |
12 files changed, 41 insertions, 2 deletions
diff --git a/meta/recipes-bsp/acpid/acpid_1.0.10.bb b/meta/recipes-bsp/acpid/acpid_1.0.10.bb index ab4b582e25..2dd4fbd2ce 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 4cbb360850..5f6fce433f 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 d1eb645544..503dac07ea 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 9fe362b19f..7b224a8a4d 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 809e9a64f9..83d7cba71c 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 4367a9fec0..6d08084b19 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 4d75b48739..a48a29326e 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 109b17d767..ff67f7b6bb 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 f46b60ee23..a2fd24be82 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 895763bb88..822acb6f50 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 18f22759cb..4e8d0b3d7f 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 30d9f95a87..808dd4e1e2 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 | ||