OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 6... Line 6...
6 # 6 #
Line 7... Line 7...
7   7  
Line 8... Line 8...
8 include $(TOPDIR)/rules.mk 8 include $(TOPDIR)/rules.mk
9   9  
10 PKG_NAME:=libnl 10 PKG_NAME:=libnl
Line 11... Line 11...
11 PKG_VERSION:=3.4.0 11 PKG_VERSION:=3.3.0
12 PKG_RELEASE:=2 12 PKG_RELEASE:=1
13   13  
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Line 15... Line 15...
15 PKG_SOURCE_URL:=https://github.com/thom311/libnl/releases/download/libnl3_4_0 15 PKG_SOURCE_URL:=https://github.com/thom311/libnl/releases/download/libnl3_3_0
16 PKG_HASH:=b7287637ae71c6db6f89e1422c995f0407ff2fe50cecd61a312b6a9b0921f5bf 16 PKG_HASH:=705468b5ae4cd1eb099d2d1c476d6a3abe519bc2810becf12fb1e32de1e074e4
Line 23... Line 23...
23   23  
24 define Package/libnl/default 24 define Package/libnl/default
25 SECTION:=libs 25 SECTION:=libs
26 CATEGORY:=Libraries 26 CATEGORY:=Libraries
27 URL:=http://www.infradead.org/~tgr/libnl/ -  
28 ABI_VERSION:=200 27 URL:=http://www.infradead.org/~tgr/libnl/
Line 29... Line 28...
29 endef 28 endef
30   29  
31 define Package/libnl-core 30 define Package/libnl-core
Line 77... Line 76...
77 define Package/libnl/description 76 define Package/libnl/description
78 Socket handling, connection management, sending and receiving of data, 77 Socket handling, connection management, sending and receiving of data,
79 message construction and parsing, object caching system, etc. 78 message construction and parsing, object caching system, etc.
80 endef 79 endef
Line 81... Line 80...
81   80  
Line 82... Line 81...
82 TARGET_CFLAGS += -ffunction-sections -fdata-sections $(FPIC) 81 TARGET_CFLAGS += -ffunction-sections $(FPIC)
83   82  
Line 84... Line 83...
84 CONFIGURE_ARGS += \ 83 CONFIGURE_ARGS += \
Line 97... Line 96...
97 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl-route-3.so $(1)/usr/lib/libnl-route.so 96 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl-route-3.so $(1)/usr/lib/libnl-route.so
98 endef 97 endef
Line 99... Line 98...
99   98  
100 define Package/libnl-core/install 99 define Package/libnl-core/install
101 $(INSTALL_DIR) $(1)/usr/lib 100 $(INSTALL_DIR) $(1)/usr/lib
-   101 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl-3.so* $(1)/usr/lib/
102 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl-3.so.* $(1)/usr/lib/ 102 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl-3.so $(1)/usr/lib/libnl.so
Line 103... Line 103...
103 endef 103 endef
104   104  
105 define Package/libnl-genl/install 105 define Package/libnl-genl/install
-   106 $(INSTALL_DIR) $(1)/usr/lib
106 $(INSTALL_DIR) $(1)/usr/lib 107 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl-genl-3.so* $(1)/usr/lib/
Line 107... Line 108...
107 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl-genl-3.so.* $(1)/usr/lib/ 108 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl-genl-3.so $(1)/usr/lib/libnl-genl.so
108 endef 109 endef
109   110  
-   111 define Package/libnl-route/install
110 define Package/libnl-route/install 112 $(INSTALL_DIR) $(1)/usr/lib
Line 111... Line 113...
111 $(INSTALL_DIR) $(1)/usr/lib 113 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl-route-3.so* $(1)/usr/lib/
112 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl-route-3.so.* $(1)/usr/lib/ 114 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl-route-3.so $(1)/usr/lib/libnl-route.so
113 endef 115 endef
-   116  
114   117 define Package/libnl-nf/install
Line 115... Line 118...
115 define Package/libnl-nf/install 118 $(INSTALL_DIR) $(1)/usr/lib
116 $(INSTALL_DIR) $(1)/usr/lib 119 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl-nf-3.so* $(1)/usr/lib/
117 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl-nf-3.so.* $(1)/usr/lib/ 120 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl-nf-3.so $(1)/usr/lib/libnl-nf.so