[oe-commits] Koen Kooi : libusb1: update to 1.0.4, convert to new style staging

git version control git at git.openembedded.org
Sat Nov 14 13:14:24 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 11f753c0a7905d2dc8517aa0794036bb540761cc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=11f753c0a7905d2dc8517aa0794036bb540761cc

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Nov 14 10:13:59 2009 +0100

libusb1: update to 1.0.4, convert to new style staging

---

 conf/checksums.ini              |    4 ++++
 recipes/libusb/libusb1_1.0.4.bb |   11 +++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index de85d2b..ee698bf 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 0000000..d2d4937
--- /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"





More information about the Openembedded-commits mailing list