From: Mike Westerhof Date: Wed, 31 Dec 2008 17:17:05 +0000 (-0600) Subject: slugos-packages.bb: replace libusb with libusb1 and libusb-compat X-Git-Tag: Release-2010-05/1~4620 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b28c92b830fe7c8d98b9ea41e7a3d17a95ad53;p=openembedded.git 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.) --- diff --git a/packages/meta/slugos-packages.bb b/packages/meta/slugos-packages.bb index 9d263de639..acc9bd3597 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 \