diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-14 10:13:59 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-14 14:12:35 +0100 |
commit | 11f753c0a7905d2dc8517aa0794036bb540761cc (patch) | |
tree | 90416e7a2781b60f749ab22a5dd5d00e855e23fe /recipes/libusb/libusb1_1.0.4.bb | |
parent | a4bddfe9e6a513a8ad1881ed2ffd419390cf20e7 (diff) |
libusb1: update to 1.0.4, convert to new style staging
Diffstat (limited to 'recipes/libusb/libusb1_1.0.4.bb')
-rw-r--r-- | recipes/libusb/libusb1_1.0.4.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/libusb/libusb1_1.0.4.bb b/recipes/libusb/libusb1_1.0.4.bb new file mode 100644 index 0000000000..d2d4937f2c --- /dev/null +++ b/recipes/libusb/libusb1_1.0.4.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "library to provide userspace access to USB devices" +HOMEPAGE = "http://libusb.sf.net" +SECTION = "libs" +LICENSE = "LGPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2" +S = "${WORKDIR}/libusb-${PV}" + +inherit autotools + +EXTRA_OECONF = "--disable-build-docs" |