diff options
author | Chris Larson <clarson@kergoth.com> | 2005-01-31 19:00:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-01-31 19:00:29 +0000 |
commit | 0fa26994ed0c5295bbcc18e1c51cf3d7725c45bb (patch) | |
tree | 7f633700af5357ebdbdcf35dceb2b195f1380d0d /packages/usbutils | |
parent | 7c967ef13d2fc55b2f74c91a750bf3551d6bc3d7 (diff) |
Fix the usbutils packaging to not include the man page in the main subpackage, add usbutils 0.70 release, and use that by default (bumped DEFAULT_PREFERENCE).
BKrev: 41fe804dl8rRQldLgDHWh1T6pitqgw
Diffstat (limited to 'packages/usbutils')
-rw-r--r-- | packages/usbutils/usbutils_0.70.bb | 0 | ||||
-rw-r--r-- | packages/usbutils/usbutils_cvs.bb | 22 |
2 files changed, 22 insertions, 0 deletions
diff --git a/packages/usbutils/usbutils_0.70.bb b/packages/usbutils/usbutils_0.70.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/usbutils/usbutils_0.70.bb diff --git a/packages/usbutils/usbutils_cvs.bb b/packages/usbutils/usbutils_cvs.bb index e69de29bb2..9a863b2fd0 100644 --- a/packages/usbutils/usbutils_cvs.bb +++ b/packages/usbutils/usbutils_cvs.bb @@ -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 +} |