slugos-packages.bb: replace libusb with libusb1 and libusb-compat
authorMike Westerhof <mwester@dls.net>
Wed, 31 Dec 2008 17:17:05 +0000 (11:17 -0600)
committerMike Westerhof <mwester@dls.net>
Wed, 31 Dec 2008 17:17:05 +0000 (11:17 -0600)
(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

index 9d263de..acc9bd3 100644 (file)
@@ -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 \