[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5183: Only the firewall depends on libconfig, so move the dependency to that package.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 23 Nov 2010 20:08:30 -0000

------------------------------------------------------------
revno: 5183
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: packaging
timestamp: Tue 2010-11-23 21:06:21 +0100
message:
  Only the firewall depends on libconfig, so move the dependency to that 
package.
modified:
  packaging/openwrt/package/Makefile


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'packaging/openwrt/package/Makefile'
--- packaging/openwrt/package/Makefile  2010-11-19 22:19:38 +0000
+++ packaging/openwrt/package/Makefile  2010-11-23 20:06:21 +0000
@@ -16,7 +16,7 @@
 define Package/hipl-hipd
     SECTION:=net
     CATEGORY:=Network
-    DEPENDS:=+hipl-common +genl +ip +kmod-ipsec +kmod-ipsec4 +kmod-ipsec6 
+kmod-loop +kmod-nbd +kmod-tun +libpthread +losetup +kmod-dummy +kmod-ipip 
+kmod-crypto-authenc +kmod-ip6-tunnel
+    DEPENDS:=+hipl-common +libconfig +genl +ip +kmod-ipsec +kmod-ipsec4 
+kmod-ipsec6 +kmod-loop +kmod-nbd +kmod-tun +libpthread +losetup +kmod-dummy 
+kmod-ipip +kmod-crypto-authenc +kmod-ip6-tunnel
     TITLE:=HIPL daemon
     URL:=http://hipl.hiit.fi/
 endef
@@ -46,7 +46,7 @@
     #note: modules will be automatically selected for compilation and
     #will be required by ipkg on the openwrt box
     #TODO remove unnecessary modules
-    DEPENDS:=+libconfig +kmod-crypto-aes +kmod-crypto-hmac +kmod-crypto-null 
+kmod-crypto-sha1 +kmod-ipv6 +libgcc +libopenssl
+    DEPENDS:=+kmod-crypto-aes +kmod-crypto-hmac +kmod-crypto-null 
+kmod-crypto-sha1 +kmod-ipv6 +libgcc +libopenssl
     TITLE:=HIPL common files
     URL:=http://hipl.hiit.fi/
 endef

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5183: Only the firewall depends on libconfig, so move the dependency to that package. - noreply