diff options
Diffstat (limited to 'meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/top-autoconf.patch')
-rw-r--r-- | meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/top-autoconf.patch | 30 |
1 files changed, 22 insertions, 8 deletions
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/top-autoconf.patch b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/top-autoconf.patch index 4fe73d0171..f64da4fa2f 100644 --- a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/top-autoconf.patch +++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/top-autoconf.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | From 0b62f71eb5d44d4a57103566ba58022b6304fa4f Mon Sep 17 00:00:00 2001 | ||
2 | From: Tom Rini <tom_rini@mentor.com> | ||
3 | Date: Wed, 27 Jul 2011 03:46:52 +0000 | ||
4 | Subject: [PATCH] rp-pppoe: Port from oe.dev | ||
5 | |||
1 | The autoconf stuff is all in a subdirectory, which is rather annoying | 6 | The autoconf stuff is all in a subdirectory, which is rather annoying |
2 | as OE expects patches to be applied and autoconf stuff to be done in | 7 | as OE expects patches to be applied and autoconf stuff to be done in |
3 | S. This adds enough autoconf at the top level to allow it to be | 8 | S. This adds enough autoconf at the top level to allow it to be |
@@ -6,20 +11,29 @@ directory. | |||
6 | 11 | ||
7 | Upstream-Status: Inappropriate [build system specific change] | 12 | Upstream-Status: Inappropriate [build system specific change] |
8 | 13 | ||
9 | Index: rp-pppoe-3.8/Makefile.am | 14 | --- |
10 | =================================================================== | 15 | Makefile.am | 5 +++++ |
11 | --- /dev/null 1970-01-01 00:00:00.000000000 +0000 | 16 | configure.in | 4 ++++ |
12 | +++ rp-pppoe-3.8/Makefile.am 2007-06-08 15:58:16.000000000 +1000 | 17 | 2 files changed, 9 insertions(+) |
18 | create mode 100644 Makefile.am | ||
19 | create mode 100644 configure.in | ||
20 | |||
21 | diff --git a/Makefile.am b/Makefile.am | ||
22 | new file mode 100644 | ||
23 | index 0000000..eff6977 | ||
24 | --- /dev/null | ||
25 | +++ b/Makefile.am | ||
13 | @@ -0,0 +1,5 @@ | 26 | @@ -0,0 +1,5 @@ |
14 | +PACKAGE = rp-pppoe | 27 | +PACKAGE = rp-pppoe |
15 | +VERSION = 3.8 | 28 | +VERSION = 3.8 |
16 | + | 29 | + |
17 | +dnl AM_CFLAGS = -Wall -DDEBUG | 30 | +dnl AM_CFLAGS = -Wall -DDEBUG |
18 | +SUBDIRS = src | 31 | +SUBDIRS = src |
19 | Index: rp-pppoe-3.8/configure.in | 32 | diff --git a/configure.in b/configure.in |
20 | =================================================================== | 33 | new file mode 100644 |
21 | --- /dev/null 1970-01-01 00:00:00.000000000 +0000 | 34 | index 0000000..ac1a7e4 |
22 | +++ rp-pppoe-3.8/configure.in 2007-06-08 15:58:16.000000000 +1000 | 35 | --- /dev/null |
36 | +++ b/configure.in | ||
23 | @@ -0,0 +1,4 @@ | 37 | @@ -0,0 +1,4 @@ |
24 | +AC_INIT(src/pppoe.c) | 38 | +AC_INIT(src/pppoe.c) |
25 | +AM_INIT_AUTOMAKE([rp-pppoe], [3.8]) | 39 | +AM_INIT_AUTOMAKE([rp-pppoe], [3.8]) |