Fix the usbutils packaging to not include the man page in the main subpackage, add...
authorChris Larson <clarson@kergoth.com>
Mon, 31 Jan 2005 19:00:29 +0000 (19:00 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 31 Jan 2005 19:00:29 +0000 (19:00 +0000)
BKrev: 41fe804dl8rRQldLgDHWh1T6pitqgw

packages/usbutils/usbutils_0.70.bb [new file with mode: 0644]
packages/usbutils/usbutils_cvs.bb

diff --git a/packages/usbutils/usbutils_0.70.bb b/packages/usbutils/usbutils_0.70.bb
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..9a863b2 100644 (file)
@@ -0,0 +1,22 @@
+DESCRIPTION = "Host side USB console utilities."
+SECTION = "base"
+DEPENDS += "libusb"
+LICENSE = "GPL"
+PRIORITY = "optional"
+PV = "0.70-cvs${CVSDATE}"
+PR = "r3"
+
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/linux-usb;module=usbutils"
+S = "${WORKDIR}/usbutils"
+
+inherit autotools 
+
+EXTRA_OECONF = "--program-prefix="
+sbindir = "/sbin"
+bindir = "/bin"
+
+FILES_${PN} += "${datadir}/usb*"
+
+do_configure_prepend() {
+       rm -rf ${S}/libusb
+}