git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7590878
)
usbutils_0.73: Add new recipe
author
Khem Raj
<raj.khem@gmail.com>
Tue, 30 Dec 2008 23:21:53 +0000
(15:21 -0800)
committer
Khem Raj
<raj.khem@gmail.com>
Tue, 30 Dec 2008 23:21:53 +0000
(15:21 -0800)
packages/usbutils/usbutils_0.73.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/usbutils/usbutils_0.73.bb
b/packages/usbutils/usbutils_0.73.bb
new file mode 100644
(file)
index 0000000..
3ec4ade
--- /dev/null
+++ b/
packages/usbutils/usbutils_0.73.bb
@@ -0,0
+1,24
@@
+DESCRIPTION = "Host side USB console utilities."
+SECTION = "base"
+DEPENDS += "libusb-compat"
+LICENSE = "GPL"
+PRIORITY = "optional"
+DEFAULT_PREFERENCE = "1"
+
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/linux-usb/usbutils-${PV}.tar.gz \
+ "
+S = "${WORKDIR}/usbutils-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--program-prefix="
+sbindir = "/sbin"
+bindir = "/bin"
+
+FILES_${PN} += "${datadir}/usb*"
+
+do_configure_prepend() {
+ rm -rf ${S}/libusb
+}