From 6be97e537192fa1fcf767ea634e52d454c10ed48 Mon Sep 17 00:00:00 2001 From: Johannes Morgenroth Date: Mon, 25 Aug 2014 18:34:31 +0200 Subject: [PATCH 1/3] ibrdtn: Add autoreconf to fixup The fixup is necessary since there is a patch for configure.ac in this recipe. Signed-off-by: Johannes Morgenroth --- libs/ibrdtn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ibrdtn/Makefile b/libs/ibrdtn/Makefile index 2c023f9ca..bd5448527 100644 --- a/libs/ibrdtn/Makefile +++ b/libs/ibrdtn/Makefile @@ -18,7 +18,7 @@ PKG_MAINTAINER:=Johannes Morgenroth PKG_LICENSE:=Apache-2.0 PKG_INSTALL:=1 -PKG_FIXUP:=libtool +PKG_FIXUP:=libtool autoreconf include $(INCLUDE_DIR)/package.mk From 64a449806905ca5baed6bae4a169c23f402e06b1 Mon Sep 17 00:00:00 2001 From: Johannes Morgenroth Date: Mon, 25 Aug 2014 18:34:36 +0200 Subject: [PATCH 2/3] ibrdtnd: Add autoreconf to fixup The fixup is necessary since there is a patch for configure.ac in this recipe. Signed-off-by: Johannes Morgenroth --- net/ibrdtnd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ibrdtnd/Makefile b/net/ibrdtnd/Makefile index a75dfff8e..eff86703e 100644 --- a/net/ibrdtnd/Makefile +++ b/net/ibrdtnd/Makefile @@ -18,6 +18,7 @@ PKG_MAINTAINER:=Johannes Morgenroth PKG_LICENSE:=Apache-2.0 PKG_INSTALL:=1 +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk From aa9fb41b2a6dfe15064eaf84f0d180984b46747c Mon Sep 17 00:00:00 2001 From: Johannes Morgenroth Date: Mon, 25 Aug 2014 18:34:50 +0200 Subject: [PATCH 3/3] ibrdtn-tools: Add autoreconf to fixup The fixup is necessary since there is a patch for configure.ac in this recipe. Signed-off-by: Johannes Morgenroth --- net/ibrdtn-tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ibrdtn-tools/Makefile b/net/ibrdtn-tools/Makefile index a649e10ad..f7dd3a804 100644 --- a/net/ibrdtn-tools/Makefile +++ b/net/ibrdtn-tools/Makefile @@ -18,6 +18,7 @@ PKG_MAINTAINER:=Johannes Morgenroth PKG_LICENSE:=Apache-2.0 PKG_INSTALL:=1 +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk