瀏覽代碼

libusb: fix missing link

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]>
Leo Soares 3 年之前
父節點
當前提交
dc59a22f1d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/libs/libusb/Makefile

+ 1 - 1
package/libs/libusb/Makefile

@@ -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))