[pisa-src] r1323 - in trunk/openwrt/trunk/package: hipl/Makefile pisa/Makefile

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 27 Oct 2009 15:12:29 +0100

Author: biurrun
Date: Tue Oct 27 15:12:28 2009
New Revision: 1323

Log:
Remove unused/unavailable DEPENDS declarations.
'make menuconfig' kept complaining about these.

Modified:
   trunk/openwrt/trunk/package/hipl/Makefile
   trunk/openwrt/trunk/package/pisa/Makefile

Modified: trunk/openwrt/trunk/package/hipl/Makefile
==============================================================================
--- trunk/openwrt/trunk/package/hipl/Makefile   Tue Oct 27 15:10:20 2009        
(r1322)
+++ trunk/openwrt/trunk/package/hipl/Makefile   Tue Oct 27 15:12:28 2009        
(r1323)
@@ -85,7 +85,7 @@
 #note: modules will be automatically selected for compilation and
 #will be required by ipkg on the openwrt box
 #TODO remove unnecessary modules
-  DEPENDS:=+kmod-crypto-aes +kmod-crypto-hmac +kmod-crypto-null 
+kmod-crypto-sha1 +kmod-ipv6 +libgcc +libgmp +libopenssl +libxml2 +uclibc
+  DEPENDS:=+kmod-crypto-aes +kmod-crypto-hmac +kmod-crypto-null 
+kmod-crypto-sha1 +kmod-ipv6 +libgcc +libopenssl +libxml2
   TITLE:=HIPL common files
   URL:=http://hipl.hiit.fi/
 endef

Modified: trunk/openwrt/trunk/package/pisa/Makefile
==============================================================================
--- trunk/openwrt/trunk/package/pisa/Makefile   Tue Oct 27 15:10:20 2009        
(r1322)
+++ trunk/openwrt/trunk/package/pisa/Makefile   Tue Oct 27 15:12:28 2009        
(r1323)
@@ -25,7 +25,7 @@
 
 define Package/pisa
 $(call Package/pisa/Default)
-  DEPENDS:=+libconfig +libopenssl +uclibc +pisa-mobile-guest +pisa-trust-point
+  DEPENDS:=+libconfig +libopenssl +pisa-mobile-guest +pisa-trust-point
 endef
 
 CONFIGURE_VARS += \

Other related posts:

  • » [pisa-src] r1323 - in trunk/openwrt/trunk/package: hipl/Makefile pisa/Makefile - Diego Biurrun