[oe] [PATCH 21/27] rp-pppoe: Use "foreign" automake strictness

Richard Purdie richard.purdie at linuxfoundation.org
Fri Jul 18 08:42:40 UTC 2014


Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../recipes-protocols/rp-pppoe/rp-pppoe-3.8/configure.patch   | 11 +++++++++++
 meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb    |  1 +
 2 files changed, 12 insertions(+)
 create mode 100644 meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.8/configure.patch

diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.8/configure.patch b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.8/configure.patch
new file mode 100644
index 0000000..1380ba4
--- /dev/null
+++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.8/configure.patch
@@ -0,0 +1,11 @@
+Index: rp-pppoe-3.8/configure.in
+===================================================================
+--- rp-pppoe-3.8.orig/configure.in	2014-07-16 19:31:33.549991388 +0000
++++ rp-pppoe-3.8/configure.in	2014-07-17 22:01:18.116590827 +0000
+@@ -1,4 +1,4 @@
+-AC_INIT(src/pppoe.c)
+-AM_INIT_AUTOMAKE([rp-pppoe], [3.8])
++AC_INIT([rp-pppoe], [3.8])
++AM_INIT_AUTOMAKE([foreign])
+ AC_CONFIG_SUBDIRS(src)
+ AC_OUTPUT(Makefile)
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb
index b3e60fe..d1b0481 100644
--- a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb
+++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb
@@ -14,6 +14,7 @@ SRC_URI = "http://www.roaringpenguin.com/files/download/${BP}.tar.gz \
            file://dont-swallow-errors.patch \
            file://discard-use-of-dnl-in-Makefile.am.patch \
            file://use-ldflags.patch \
+           file://configure.patch \
            file://pppoe-server.default \
            file://pppoe-server.init"
 
-- 
2.0.2




More information about the Openembedded-devel mailing list