[oe-commits] Mike Westerhof : slugos-packages.bb: replace libusb with libusb1 and libusb-compat

GIT User account git at amethyst.openembedded.net
Wed Dec 31 17:20:54 UTC 2008


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Wed Dec 31 11:17:05 2008 -0600

slugos-packages.bb: replace libusb with libusb1 and libusb-compat
(This won't fix the bad dependencies on the old libusb in the build,
but it's a place to start.)

---

 packages/meta/slugos-packages.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/meta/slugos-packages.bb b/packages/meta/slugos-packages.bb
index 9d263de..acc9bd3 100644
--- a/packages/meta/slugos-packages.bb
+++ b/packages/meta/slugos-packages.bb
@@ -5,7 +5,7 @@
 DESCRIPTION = "Packages that are compatible with the SlugOS firmware"
 HOMEPAGE = "http://www.nslu2-linux.org"
 LICENSE = "MIT"
-PR = "r59"
+PR = "r60"
 CONFLICTS = "db3"
 
 COMPATIBLE_MACHINE = "nslu2|ixp4xx"
@@ -129,7 +129,7 @@ SLUGOS_PACKAGES = "\
 	libpng \
 	libtool \
 	libupnp \
-	libusb \
+	libusb1 libusb-compat \
 	libvorbis \
 	libxml2 \
 	lighttpd \





More information about the Openembedded-commits mailing list