aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-14 10:13:59 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-14 14:12:35 +0100
commit11f753c0a7905d2dc8517aa0794036bb540761cc (patch)
tree90416e7a2781b60f749ab22a5dd5d00e855e23fe
parenta4bddfe9e6a513a8ad1881ed2ffd419390cf20e7 (diff)
downloadopenembedded-11f753c0a7905d2dc8517aa0794036bb540761cc.tar.gz
libusb1: update to 1.0.4, convert to new style staging
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/libusb/libusb1_1.0.4.bb11
2 files changed, 15 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index de85d2b17b..ee698bf17b 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -16346,6 +16346,10 @@ sha256=510b9c7339e878324066ec1cb74c0f67d5df858065155a3239999ff911257d45
md5=dc8865eaff167aabe78e5799762b8067
sha256=9f5737019f3e4c14f68a2f829deb690330e89b634d1337683e453b94137669f1
+[http://downloads.sourceforge.net/libusb/libusb-1.0.4.tar.bz2]
+md5=a1f2206f1b4bd800e2461157faaa887f
+sha256=6de182e93c946d432ed04362f0b93d889072438448dad20a21d4fcfa34cffa1d
+
[http://downloads.sourceforge.net/libusb/libusb-compat-0.1.0-beta1.tar.bz2]
md5=3d9f7c3966d24c6e2d58becac96e4e27
sha256=9365108d71cecb78055de4df6eeb2fadf0fe9143ef105bcb6934dcf391983a49
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"