diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/rp-pppoe/rp-pppoe-3.8/discard-use-of-dnl-in-Makefile.am.patch | 27 | ||||
| -rw-r--r-- | meta-oe/recipes-connectivity/rp-pppoe/rp-pppoe_3.8.bb | 3 |
2 files changed, 29 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/rp-pppoe/rp-pppoe-3.8/discard-use-of-dnl-in-Makefile.am.patch b/meta-oe/recipes-connectivity/rp-pppoe/rp-pppoe-3.8/discard-use-of-dnl-in-Makefile.am.patch new file mode 100644 index 0000000000..8b7886485a --- /dev/null +++ b/meta-oe/recipes-connectivity/rp-pppoe/rp-pppoe-3.8/discard-use-of-dnl-in-Makefile.am.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | From 611c9fe719c5aa264a2ad2eb920cf4522ae2ddec Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Ting Liu <b28495@freescale.com> | ||
| 3 | Date: Tue, 12 Jun 2012 14:26:16 -0400 | ||
| 4 | Subject: [PATCH] discard use of dnl in Makefile.am | ||
| 5 | |||
| 6 | Since Makefile.am is not processed by m4, but by automake, 'dnl' does | ||
| 7 | not introduce a comment. | ||
| 8 | |||
| 9 | Signed-off-by: Ting Liu <b28495@freescale.com> | ||
| 10 | --- | ||
| 11 | Makefile.am | 2 +- | ||
| 12 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
| 13 | |||
| 14 | diff --git a/Makefile.am b/Makefile.am | ||
| 15 | index eff6977..3091c33 100644 | ||
| 16 | --- a/Makefile.am | ||
| 17 | +++ b/Makefile.am | ||
| 18 | @@ -1,5 +1,5 @@ | ||
| 19 | PACKAGE = rp-pppoe | ||
| 20 | VERSION = 3.8 | ||
| 21 | |||
| 22 | -dnl AM_CFLAGS = -Wall -DDEBUG | ||
| 23 | +##dnl AM_CFLAGS = -Wall -DDEBUG | ||
| 24 | SUBDIRS = src | ||
| 25 | -- | ||
| 26 | 1.7.6.5 | ||
| 27 | |||
diff --git a/meta-oe/recipes-connectivity/rp-pppoe/rp-pppoe_3.8.bb b/meta-oe/recipes-connectivity/rp-pppoe/rp-pppoe_3.8.bb index 673633a083..7deac84e3a 100644 --- a/meta-oe/recipes-connectivity/rp-pppoe/rp-pppoe_3.8.bb +++ b/meta-oe/recipes-connectivity/rp-pppoe/rp-pppoe_3.8.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=a194eaefae2be54ee3221339b10d0581" | |||
| 6 | RDEPENDS_${PN} = "ppp" | 6 | RDEPENDS_${PN} = "ppp" |
| 7 | RDEPENDS_${PN}-server = "${PN}" | 7 | RDEPENDS_${PN}-server = "${PN}" |
| 8 | RRECOMMENDS_${PN} = "ppp-oe" | 8 | RRECOMMENDS_${PN} = "ppp-oe" |
| 9 | PR = "r8" | 9 | PR = "r9" |
| 10 | 10 | ||
| 11 | SRC_URI = "http://www.roaringpenguin.com/files/download/${P}.tar.gz \ | 11 | SRC_URI = "http://www.roaringpenguin.com/files/download/${P}.tar.gz \ |
| 12 | file://top-autoconf.patch \ | 12 | file://top-autoconf.patch \ |
| @@ -14,6 +14,7 @@ SRC_URI = "http://www.roaringpenguin.com/files/download/${P}.tar.gz \ | |||
| 14 | file://pppoe-src-restrictions.patch \ | 14 | file://pppoe-src-restrictions.patch \ |
| 15 | file://update-config.patch \ | 15 | file://update-config.patch \ |
| 16 | file://dont-swallow-errors.patch \ | 16 | file://dont-swallow-errors.patch \ |
| 17 | file://discard-use-of-dnl-in-Makefile.am.patch \ | ||
| 17 | file://use-ldflags.patch \ | 18 | file://use-ldflags.patch \ |
| 18 | file://pppoe-server.default \ | 19 | file://pppoe-server.default \ |
| 19 | file://pppoe-server.init" | 20 | file://pppoe-server.init" |
