Both packages use the same package name. This is bad, because it prevents
that libusb-1.x can be installed besides libusb-0.x.
By design libusb-1.x is build such that these 2 can coexist together, using
the same name makes it fail on generation of the target image, beause ipkg
cannot choose the proper version.
This also make it impossible to use the libusb-compatibility layer.

Signed-off-by: Remy Bohmer <[email protected]>
---
 rules/libusb1.make |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rules/libusb1.make b/rules/libusb1.make
index 6af4a50..1dafc5b 100644
--- a/rules/libusb1.make
+++ b/rules/libusb1.make
@@ -65,7 +65,7 @@ $(STATEDIR)/libusb1.targetinstall:
 
 ifndef PTXCONF_LIBUSB1_BUILD_STATIC
        @$(call install_init, libusb1)
-       @$(call install_fixup, libusb1,PACKAGE,libusb)
+       @$(call install_fixup, libusb1,PACKAGE,libusb1)
        @$(call install_fixup, libusb1,PRIORITY,optional)
        @$(call install_fixup, libusb1,VERSION,$(LIBUSB1_VERSION))
        @$(call install_fixup, libusb1,SECTION,base)
-- 
1.5.6.3


--
ptxdist mailing list
[email protected]

Reply via email to