From 40b28c92b830fe7c8d98b9ea41e7a3d17a95ad53 Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Wed, 31 Dec 2008 11:17:05 -0600 Subject: [PATCH] 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 file 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 \ -- 2.7.4