diff options
-rw-r--r-- | meta/recipes-bsp/usbutils/usbutils_006.bb (renamed from meta/recipes-bsp/usbutils/usbutils_0.91.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-bsp/usbutils/usbutils_0.91.bb b/meta/recipes-bsp/usbutils/usbutils_006.bb index abe807cd33..c1c9fc0a1d 100644 --- a/meta/recipes-bsp/usbutils/usbutils_0.91.bb +++ b/meta/recipes-bsp/usbutils/usbutils_006.bb | |||
@@ -7,19 +7,18 @@ 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 = "r5" | 10 | PR = "r0" |
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 | file://Fix-NULL-pointer-crash.patch" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "49de2403b40bf3a9863faaa8d3858deb" | 16 | SRC_URI[md5sum] = "850790442f5eb487cdc7e35f8ee03e11" |
17 | SRC_URI[sha256sum] = "c122346b0225121bcf159abf804116f826a4a3462c94ce7b8871f7559e6b3a46" | 17 | SRC_URI[sha256sum] = "553270b4030f0844cb70aed57e61c7f10a7ed6641c3bed20249201cec9bcf122" |
18 | 18 | ||
19 | inherit autotools | 19 | inherit autotools |
20 | 20 | ||
21 | do_install_append() { | 21 | do_install_append() { |
22 | ln -s ../sbin/lsusb ${D}${bindir}/lsusb | ||
23 | # We only need the compressed copy, remove the uncompressed version | 22 | # We only need the compressed copy, remove the uncompressed version |
24 | rm -f ${D}${datadir}/usb.ids | 23 | rm -f ${D}${datadir}/usb.ids |
25 | } | 24 | } |