[pisa-src] r2174 - in trunk/openwrt/patches: libconfig.patch readme

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

Author: biurrun
Date: Thu Mar 18 10:45:35 2010
New Revision: 2174

Log:
openwrt: Add patch to fix broken libconfig installation path.

Added:
   trunk/openwrt/patches/libconfig.patch
Modified:
   trunk/openwrt/patches/readme

Added: trunk/openwrt/patches/libconfig.patch
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/patches/libconfig.patch       Thu Mar 18 10:45:35 2010        
(r2174)
@@ -0,0 +1,14 @@
+Index: feeds/packages/libs/libconfig/Makefile
+===================================================================
+--- feeds/packages/libs/libconfig/Makefile     (revision 20254)
++++ feeds/packages/libs/libconfig/Makefile     (working copy)
+@@ -45,8 +45,7 @@
+       --disable-cxx
+ 
+ define Build/InstallDev
+-      $(INSTALL_DIR) $(1)/usr/include/libconfig/
+-      $(CP) $(PKG_INSTALL_DIR)/usr/include/libconfig.h 
$(1)/usr/include/libconfig/
++      $(CP) $(PKG_INSTALL_DIR)/usr/include/libconfig.h $(1)/usr/include/
+       $(INSTALL_DIR) $(1)/usr/lib
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libconfig.{a,so} $(1)/usr/lib/
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libconfig.so* $(1)/usr/lib/

Modified: trunk/openwrt/patches/readme
==============================================================================
--- trunk/openwrt/patches/readme        Thu Mar 18 10:27:41 2010        (r2173)
+++ trunk/openwrt/patches/readme        Thu Mar 18 10:45:35 2010        (r2174)
@@ -1,5 +1,7 @@
-Those files patch the kernel packaging of OpenWRT. Some kernel modules are not
-packaged at all (dummy network device), others incorrectly (ipcomp, various
+libconfig.patch: Adjust broken installation path for libconfig OpenWrt feed.
+
+The other files patch the kernel packaging of OpenWRT. Some kernel modules are
+not packaged at all (dummy network device), others incorrectly (ipcomp, various
 crypto modules).
 
 The patches have been submitted to the OpenWRT bug tracker and can be found at

Other related posts:

  • » [pisa-src] r2174 - in trunk/openwrt/patches: libconfig.patch readme - Diego Biurrun