Skip to content

Commit

Permalink
libusb: fix missing link
Browse files Browse the repository at this point in the history
adds `libusb-1.0.so` link on the target root again.

Fixes: 43539a6 ("libusb: make InstallDev explicit")
Signed-off-by: Leo Soares <leo@hyper.ag>
(added fixed tag, reworded commit)
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
  • Loading branch information
leojrfs authored and chunkeey committed Jun 19, 2022
1 parent 087f2cb commit dc59a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/libs/libusb/Makefile
Expand Up @@ -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))

0 comments on commit dc59a22

Please sign in to comment.