diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-03-20 23:16:06 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-03-20 23:16:06 +0000 |
commit | 1e9ae4ea5212588094928995c9f727ffdc61cd3c (patch) | |
tree | a3a854f0faec926353b51320550681b0d063983e /package | |
parent | 1fcdc8c4cb0aa7265e6ee8f3b420d22eb40a6918 (diff) |
libusb-compat: install libusb-config in host staging dir
A bunch of packages such as sispctl look for libusb-config to find it, install
libusb-config in staging_dir/*/host/bin which is in the TARGET_PATH.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39975 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/libusb-compat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/libusb-compat/Makefile b/package/libs/libusb-compat/Makefile index e80f80bf6b..3b770837da 100644 --- a/package/libs/libusb-compat/Makefile +++ b/package/libs/libusb-compat/Makefile @@ -39,6 +39,7 @@ TARGET_CFLAGS += $(FPIC) define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/* $(1)/ + $(CP) $(PKG_INSTALL_DIR)/usr/bin/libusb-config $(STAGING_DIR)/host/bin endef define Package/libusb-compat/install |