diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-18 08:25:16 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:55 +0200 |
commit | d4591958f4cc3379a753b9f38f29aa6a4596f6cf (patch) | |
tree | 8c85786a5e8527b559cecb4d493916ac3d890cb3 /meta-networking/recipes-protocols | |
parent | 141aedb403e4bb91dac6ffb109ee74dfaee59f81 (diff) | |
download | meta-openembedded-d4591958f4cc3379a753b9f38f29aa6a4596f6cf.tar.gz |
rp-pppoe: Use "foreign" automake strictness
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r-- | meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.8/configure.patch | 11 | ||||
-rw-r--r-- | meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb | 1 |
2 files changed, 12 insertions, 0 deletions
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 000000000..1380ba489 --- /dev/null +++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.8/configure.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | Index: rp-pppoe-3.8/configure.in | ||
2 | =================================================================== | ||
3 | --- rp-pppoe-3.8.orig/configure.in 2014-07-16 19:31:33.549991388 +0000 | ||
4 | +++ rp-pppoe-3.8/configure.in 2014-07-17 22:01:18.116590827 +0000 | ||
5 | @@ -1,4 +1,4 @@ | ||
6 | -AC_INIT(src/pppoe.c) | ||
7 | -AM_INIT_AUTOMAKE([rp-pppoe], [3.8]) | ||
8 | +AC_INIT([rp-pppoe], [3.8]) | ||
9 | +AM_INIT_AUTOMAKE([foreign]) | ||
10 | AC_CONFIG_SUBDIRS(src) | ||
11 | 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 b3e60fe4a..d1b0481b9 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 \ | |||
14 | file://dont-swallow-errors.patch \ | 14 | file://dont-swallow-errors.patch \ |
15 | file://discard-use-of-dnl-in-Makefile.am.patch \ | 15 | file://discard-use-of-dnl-in-Makefile.am.patch \ |
16 | file://use-ldflags.patch \ | 16 | file://use-ldflags.patch \ |
17 | file://configure.patch \ | ||
17 | file://pppoe-server.default \ | 18 | file://pppoe-server.default \ |
18 | file://pppoe-server.init" | 19 | file://pppoe-server.init" |
19 | 20 | ||