diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-05 13:35:03 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-05 13:35:03 +0000 |
| commit | d7a6a01ed71805a2199439a931c1be9530707b9a (patch) | |
| tree | ffba1636b8ebc4caeade9e366f3fc91ec9b384a7 | |
| parent | a3158fa68455f7bd5df3626754cee70705ce95cb (diff) | |
| download | poky-d7a6a01ed71805a2199439a931c1be9530707b9a.tar.gz | |
usbutils: Don't install the uncompressed version of usb.ids, the compressed version will suffice
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-bsp/usbutils/usbutils_0.86.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-bsp/usbutils/usbutils_0.86.bb b/meta/recipes-bsp/usbutils/usbutils_0.86.bb index 4e8d0b3d7f..239de2488b 100644 --- a/meta/recipes-bsp/usbutils/usbutils_0.86.bb +++ b/meta/recipes-bsp/usbutils/usbutils_0.86.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
| 9 | 9 | ||
| 10 | DEPENDS = "libusb zlib" | 10 | DEPENDS = "libusb zlib" |
| 11 | RDEPENDS_${PN} = "${PN}-ids" | 11 | RDEPENDS_${PN} = "${PN}-ids" |
| 12 | PR = "r0" | 12 | PR = "r1" |
| 13 | 13 | ||
| 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/linux-usb/usbutils-${PV}.tar.gz" | 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/linux-usb/usbutils-${PV}.tar.gz" |
| 15 | 15 | ||
| @@ -20,9 +20,10 @@ inherit autotools | |||
| 20 | 20 | ||
| 21 | do_install_append() { | 21 | do_install_append() { |
| 22 | ln -s ../sbin/lsusb ${D}${bindir}/lsusb | 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 | ||
| 23 | } | 25 | } |
| 24 | 26 | ||
| 25 | PACKAGES += "${PN}-ids" | 27 | PACKAGES += "${PN}-ids" |
| 26 | |||
| 27 | FILES_${PN} += "${datadir}/pkgconfig" | 28 | FILES_${PN} += "${datadir}/pkgconfig" |
| 28 | FILES_${PN}-ids = "${datadir}/usb*" | 29 | FILES_${PN}-ids = "${datadir}/usb*" |
