From 1eccf0ec67ad661ed754de7d1488b4cdb5534960 Mon Sep 17 00:00:00 2001 From: gabri94 Date: Wed, 1 Mar 2017 09:23:48 +0100 Subject: [PATCH 1/5] New makefile for prince v0.3 --- poprouting/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/poprouting/Makefile b/poprouting/Makefile index 6a88905..cb43487 100644 --- a/poprouting/Makefile +++ b/poprouting/Makefile @@ -1,16 +1,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=prince -PKG_VERSION:=v0.2 -PKG_RELEASE:=2 +PKG_VERSION:=v0.3 +PKG_RELEASE:=3 PKG_BUILD_DIR:=$(BUILD_DIR)/prince-$(PKG_VERSION) PKG_USE_MIPS16:=0 PKG_SOURCE_PROTO:=git PKG_SOURCE:=prince-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/gabri94/poprouting.git -PKG_SOURCE_VERSION:=v0.2 -PKG_SOURCE_SUBDIR:=prince-v0.2 +PKG_SOURCE_VERSION:=346e59afefe5c46ddd6377a814da40254f64d26d +PKG_SOURCE_SUBDIR:=prince-v0.3 include $(INCLUDE_DIR)/package.mk define Package/prince @@ -36,10 +36,9 @@ endef define Package/prince/install $(INSTALL_DIR) $(1)/usr/lib - $(INSTALL_DATA) $(PKG_BUILD_DIR)/graph-parser_c/build/lib/libgraphcparser.so $(1)/usr/lib/ $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/prince/build/prince_c $(1)/usr/sbin/ - $(INSTALL_DATA) $(PKG_BUILD_DIR)/prince/build/libprince_oonf.so $(1)/usr/lib/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/output/prince $(1)/usr/sbin/ + $(INSTALL_DATA) $(PKG_BUILD_DIR)/output/libprince_oonf_c.so $(1)/usr/lib/ endef From 7da2bbccc02ab0ee05619adf04ee339a03acfa97 Mon Sep 17 00:00:00 2001 From: gabri94 Date: Thu, 2 Mar 2017 12:55:11 +0100 Subject: [PATCH 2/5] compile v0.3 --- poprouting/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poprouting/Makefile b/poprouting/Makefile index cb43487..28b2010 100644 --- a/poprouting/Makefile +++ b/poprouting/Makefile @@ -9,7 +9,7 @@ PKG_USE_MIPS16:=0 PKG_SOURCE_PROTO:=git PKG_SOURCE:=prince-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/gabri94/poprouting.git -PKG_SOURCE_VERSION:=346e59afefe5c46ddd6377a814da40254f64d26d +PKG_SOURCE_VERSION:=v0.3 PKG_SOURCE_SUBDIR:=prince-v0.3 include $(INCLUDE_DIR)/package.mk From aa6c4711cdcb7bdeb19dce76ebd1d868400833a3 Mon Sep 17 00:00:00 2001 From: gabri94 Date: Thu, 2 Mar 2017 18:06:11 +0100 Subject: [PATCH 3/5] Symbolic Version number --- poprouting/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poprouting/Makefile b/poprouting/Makefile index 28b2010..67f3701 100644 --- a/poprouting/Makefile +++ b/poprouting/Makefile @@ -4,13 +4,13 @@ PKG_NAME:=prince PKG_VERSION:=v0.3 PKG_RELEASE:=3 -PKG_BUILD_DIR:=$(BUILD_DIR)/prince-$(PKG_VERSION) +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_USE_MIPS16:=0 PKG_SOURCE_PROTO:=git PKG_SOURCE:=prince-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/gabri94/poprouting.git PKG_SOURCE_VERSION:=v0.3 -PKG_SOURCE_SUBDIR:=prince-v0.3 +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) include $(INCLUDE_DIR)/package.mk define Package/prince From 50560d22db24ebf0dabab15f17312728697cdff6 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 4 Mar 2017 17:17:22 +0100 Subject: [PATCH 4/5] Makefile for v0.3.1 --- poprouting/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poprouting/Makefile b/poprouting/Makefile index 67f3701..c68db92 100644 --- a/poprouting/Makefile +++ b/poprouting/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=prince -PKG_VERSION:=v0.3 -PKG_RELEASE:=3 +PKG_VERSION:=v0.3.1 +PKG_RELEASE:=4 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_USE_MIPS16:=0 PKG_SOURCE_PROTO:=git PKG_SOURCE:=prince-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/gabri94/poprouting.git -PKG_SOURCE_VERSION:=v0.3 +PKG_SOURCE_VERSION:=v0.3.1 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) include $(INCLUDE_DIR)/package.mk From a377a065f4129afd511fcd4775e08af270a80675 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 4 Mar 2017 21:51:30 +0100 Subject: [PATCH 5/5] fixed +PKG_RELEASE --- poprouting/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poprouting/Makefile b/poprouting/Makefile index c68db92..0f51a8b 100644 --- a/poprouting/Makefile +++ b/poprouting/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=prince PKG_VERSION:=v0.3.1 -PKG_RELEASE:=4 +PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_USE_MIPS16:=0