libusb: fix missing link
authorLeo Soares <[email protected]>
Thu, 16 Jun 2022 22:25:39 +0000 (23:25 +0100)
committerChristian Lamparter <[email protected]>
Sun, 19 Jun 2022 10:40:30 +0000 (12:40 +0200)
adds `libusb-1.0.so` link on the target root again.

Fixes: 43539a6aabbe ("libusb: make InstallDev explicit")
Signed-off-by: Leo Soares <[email protected]>
(added fixed tag, reworded commit)
Signed-off-by: Christian Lamparter <[email protected]>
package/libs/libusb/Makefile

index 6b80b3848d70550ed5a1c569427f4b63560c58ce..fc26468c49ac2cc1e8b78eb2d051971078d69441 100644 (file)
@@ -56,7 +56,7 @@ endef
 
 define Package/libusb-1.0/install
        $(INSTALL_DIR) $(1)/usr/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libusb-1.0.so.* $(1)/usr/lib/
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libusb-1.0.so* $(1)/usr/lib/
 endef
 
 $(eval $(call BuildPackage,libusb-1.0))