From: Chris Larson Date: Mon, 31 Jan 2005 19:00:29 +0000 (+0000) Subject: Fix the usbutils packaging to not include the man page in the main subpackage, add... X-Git-Tag: Release-2010-05/1~15219 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fa26994ed0c5295bbcc18e1c51cf3d7725c45bb;p=openembedded.git 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 --- diff --git a/packages/usbutils/usbutils_0.70.bb b/packages/usbutils/usbutils_0.70.bb new file mode 100644 index 0000000000..e69de29bb2 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 +}