libusb1: update to 1.0.4, convert to new style staging
authorKoen Kooi <koen@openembedded.org>
Sat, 14 Nov 2009 09:13:59 +0000 (10:13 +0100)
committerKoen Kooi <koen@openembedded.org>
Sat, 14 Nov 2009 13:12:35 +0000 (14:12 +0100)
conf/checksums.ini
recipes/libusb/libusb1_1.0.4.bb [new file with mode: 0644]

index de85d2b..ee698bf 100644 (file)
@@ -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 (file)
index 0000000..d2d4937
--- /dev/null
@@ -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"