[hipl-commit] [trunk] Rev 3909: Removed hipsetup from openWRT Makefile - the binary is missing at build-time

  • From: Tobias Heer <heer@xxxxxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 10 Mar 2010 15:54:53 +0200

Committer: Tobias Heer <heer@xxxxxxxxxxxxxxxxx>
Date: Wed Mar 10 14:47:25 2010 +0100
Revision: 3909
Revision-id: heer@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Removed hipsetup from openWRT Makefile - the binary is missing at build-time

Modified:
  M  patches/openwrt/package/Makefile

=== modified file 'patches/openwrt/package/Makefile'
--- patches/openwrt/package/Makefile    2010-03-10 10:56:11 +0000
+++ patches/openwrt/package/Makefile    2010-03-10 13:47:25 +0000
@@ -178,7 +178,6 @@
        $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libhiptool.la $(1)/usr/lib/
        $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libopphip.so* $(1)/usr/lib/
        $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libopphip.la $(1)/usr/lib/
-       $(INSTALL_BIN)  $(PKG_INSTALL_DIR)/usr/bin/hipsetup $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,hipl-common))

Other related posts:

  • » [hipl-commit] [trunk] Rev 3909: Removed hipsetup from openWRT Makefile - the binary is missing at build-time - Tobias Heer