diff options
Diffstat (limited to 'meta/recipes-bsp/usbutils/usbutils_0.91.bb')
-rw-r--r-- | meta/recipes-bsp/usbutils/usbutils_0.91.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-bsp/usbutils/usbutils_0.91.bb b/meta/recipes-bsp/usbutils/usbutils_0.91.bb index 04d1681e1d..abe807cd33 100644 --- a/meta/recipes-bsp/usbutils/usbutils_0.91.bb +++ b/meta/recipes-bsp/usbutils/usbutils_0.91.bb | |||
@@ -7,10 +7,11 @@ LICENSE = "GPLv2+" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
8 | 8 | ||
9 | DEPENDS = "libusb zlib" | 9 | DEPENDS = "libusb zlib" |
10 | PR = "r4" | 10 | PR = "r5" |
11 | 11 | ||
12 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \ | 12 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \ |
13 | file://usb-devices-avoid-dependency-on-bash.patch" | 13 | file://usb-devices-avoid-dependency-on-bash.patch \ |
14 | file://Fix-NULL-pointer-crash.patch" | ||
14 | 15 | ||
15 | SRC_URI[md5sum] = "49de2403b40bf3a9863faaa8d3858deb" | 16 | SRC_URI[md5sum] = "49de2403b40bf3a9863faaa8d3858deb" |
16 | SRC_URI[sha256sum] = "c122346b0225121bcf159abf804116f826a4a3462c94ce7b8871f7559e6b3a46" | 17 | SRC_URI[sha256sum] = "c122346b0225121bcf159abf804116f826a4a3462c94ce7b8871f7559e6b3a46" |