[pisa-src] r2176 - trunk/openwrt/package/pisa/Makefile

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 18 Mar 2010 10:58:54 +0100

Author: biurrun
Date: Thu Mar 18 10:58:53 2010
New Revision: 2176

Log:
Remove forgotten reference to pisa-autoconf package.

Modified:
   trunk/openwrt/package/pisa/Makefile

Modified: trunk/openwrt/package/pisa/Makefile
==============================================================================
--- trunk/openwrt/package/pisa/Makefile Thu Mar 18 10:49:01 2010        (r2175)
+++ trunk/openwrt/package/pisa/Makefile Thu Mar 18 10:58:53 2010        (r2176)
@@ -25,7 +25,7 @@
 
 define Package/pisa
 $(call Package/pisa/Default)
-    DEPENDS:=+libconfig +libopenssl +pisa-mobile-guest +pisa-trust-point 
+pisa-autoconf
+    DEPENDS:=+libconfig +libopenssl +pisa-mobile-guest +pisa-trust-point
 endef
 
 CONFIGURE_ARGS += --enable-shared

Other related posts:

  • » [pisa-src] r2176 - trunk/openwrt/package/pisa/Makefile - Diego Biurrun