mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
rp-pppoe: Use "foreign" automake strictness
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
141aedb403
commit
d4591958f4
|
|
@ -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)
|
||||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user