diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-18 14:37:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-19 20:51:38 +0100 |
commit | a1120d46bca10525ec7b53857c962a028e9333e7 (patch) | |
tree | a8428ce8f8ac9a08ae347c5408c017a90cda41c1 /meta/recipes-bsp/usbutils/usbutils_0.86.bb | |
parent | c6dde3245eea43252c5bc1a9de616187a797909f (diff) | |
download | poky-a1120d46bca10525ec7b53857c962a028e9333e7.tar.gz |
usbutils: Update to 0.91
Also move the upstream location to kernel.org
(From OE-Core rev: 0e56f8a4cd0cfa0e08ed2dd091ec209d4f0f1a7f)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/usbutils/usbutils_0.86.bb')
-rw-r--r-- | meta/recipes-bsp/usbutils/usbutils_0.86.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-bsp/usbutils/usbutils_0.86.bb b/meta/recipes-bsp/usbutils/usbutils_0.86.bb deleted file mode 100644 index 239de2488b..0000000000 --- a/meta/recipes-bsp/usbutils/usbutils_0.86.bb +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | SUMMARY = "Host side USB console utilities." | ||
2 | DESCRIPTION = "Contains the lsusb utility for inspecting the devices connected to the USB bus." | ||
3 | HOMEPAGE = "http://www.linux-usb.org" | ||
4 | SECTION = "base" | ||
5 | PRIORITY = "optional" | ||
6 | |||
7 | LICENSE = "GPLv2+" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
9 | |||
10 | DEPENDS = "libusb zlib" | ||
11 | RDEPENDS_${PN} = "${PN}-ids" | ||
12 | PR = "r1" | ||
13 | |||
14 | SRC_URI = "${SOURCEFORGE_MIRROR}/linux-usb/usbutils-${PV}.tar.gz" | ||
15 | |||
16 | SRC_URI[md5sum] = "34979f675d2bcb3e1b45012fa830a53f" | ||
17 | SRC_URI[sha256sum] = "b3b2bea6d2cd87660c8201a47071bf2a9889d8ed90c7203cc768b597799c12f4" | ||
18 | |||
19 | inherit autotools | ||
20 | |||
21 | do_install_append() { | ||
22 | ln -s ../sbin/lsusb ${D}${bindir}/lsusb | ||
23 | # We only need the compressed copy, remove the uncompressed version | ||
24 | rm -f ${D}${datadir}/usb.ids | ||
25 | } | ||
26 | |||
27 | PACKAGES += "${PN}-ids" | ||
28 | FILES_${PN} += "${datadir}/pkgconfig" | ||
29 | FILES_${PN}-ids = "${datadir}/usb*" | ||