diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
| commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
| tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/packages/usbutils | |
| parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
| download | poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz | |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/usbutils')
| -rw-r--r-- | meta/packages/usbutils/usbutils_0.86.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/packages/usbutils/usbutils_0.86.bb b/meta/packages/usbutils/usbutils_0.86.bb deleted file mode 100644 index 8e4a3da453..0000000000 --- a/meta/packages/usbutils/usbutils_0.86.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | DESCRIPTION = "Host side USB console utilities." | ||
| 2 | HOMEPAGE = "http://www.linux-usb.org" | ||
| 3 | SECTION = "base" | ||
| 4 | PRIORITY = "optional" | ||
| 5 | |||
| 6 | LICENSE = "GPLv2+" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 8 | |||
| 9 | DEPENDS = "libusb zlib" | ||
| 10 | RDEPENDS_${PN} = "${PN}-ids" | ||
| 11 | PR = "r0" | ||
| 12 | |||
| 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/linux-usb/usbutils-${PV}.tar.gz" | ||
| 14 | |||
| 15 | inherit autotools | ||
| 16 | |||
| 17 | do_install_append() { | ||
| 18 | ln -s ../sbin/lsusb ${D}${bindir}/lsusb | ||
| 19 | } | ||
| 20 | |||
| 21 | PACKAGES += "${PN}-ids" | ||
| 22 | |||
| 23 | FILES_${PN} += "${datadir}/pkgconfig" | ||
| 24 | FILES_${PN}-ids = "${datadir}/usb*" | ||
