diff options
Diffstat (limited to 'meta/recipes-support/libusb')
-rw-r--r-- | meta/recipes-support/libusb/libusb-compat_0.1.3.bb | 3 | ||||
-rw-r--r-- | meta/recipes-support/libusb/libusb1_1.0.8.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-support/libusb/libusb-compat_0.1.3.bb b/meta/recipes-support/libusb/libusb-compat_0.1.3.bb index e8d6338e57..ef8552bc44 100644 --- a/meta/recipes-support/libusb/libusb-compat_0.1.3.bb +++ b/meta/recipes-support/libusb/libusb-compat_0.1.3.bb | |||
@@ -20,4 +20,7 @@ PR = "r0" | |||
20 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-compat-${PV}.tar.bz2 \ | 20 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-compat-${PV}.tar.bz2 \ |
21 | file://0.1.0-beta1-gcc3.4-fix.patch" | 21 | file://0.1.0-beta1-gcc3.4-fix.patch" |
22 | 22 | ||
23 | SRC_URI[md5sum] = "570ac2ea085b80d1f74ddc7c6a93c0eb" | ||
24 | SRC_URI[sha256sum] = "a590a03b6188030ee1ca1a0af55685fcde005ca807b963970f839be776031d94" | ||
25 | |||
23 | inherit autotools pkgconfig binconfig | 26 | inherit autotools pkgconfig binconfig |
diff --git a/meta/recipes-support/libusb/libusb1_1.0.8.bb b/meta/recipes-support/libusb/libusb1_1.0.8.bb index 26a535ab4e..302a8bed40 100644 --- a/meta/recipes-support/libusb/libusb1_1.0.8.bb +++ b/meta/recipes-support/libusb/libusb1_1.0.8.bb | |||
@@ -9,6 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | |||
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2" | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2" |
12 | |||
13 | SRC_URI[md5sum] = "37d34e6eaa69a4b645a19ff4ca63ceef" | ||
14 | SRC_URI[sha256sum] = "21d0d3a5710f7f4211c595102c6b9eccb42435a17a4f5bd2c3f4166ab1badba9" | ||
12 | S = "${WORKDIR}/libusb-${PV}" | 15 | S = "${WORKDIR}/libusb-${PV}" |
13 | 16 | ||
14 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |