diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-03-28 19:30:16 -0700 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-04-25 15:55:36 -0400 |
| commit | d946331bc00f89fd8f232405bd9fff6da035ae72 (patch) | |
| tree | 5d19133541c95f814fcd2d01be64db1a2a050d97 /meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.12.bb | |
| parent | 2fee586153323fa42d55438e5a8be72f253d1a31 (diff) | |
| download | meta-openembedded-d946331bc00f89fd8f232405bd9fff6da035ae72.tar.gz | |
rp-pppoe: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.12.bb')
| -rw-r--r-- | meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.12.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.12.bb b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.12.bb index e1ca17fb32..fbe015f5e8 100644 --- a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.12.bb +++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.12.bb | |||
| @@ -17,7 +17,10 @@ SRC_URI = "http://www.roaringpenguin.com/files/download/${BP}.tar.gz \ | |||
| 17 | file://pppoe-server.default \ | 17 | file://pppoe-server.default \ |
| 18 | file://pppoe-server.init \ | 18 | file://pppoe-server.init \ |
| 19 | file://configure.in-Error-fix.patch \ | 19 | file://configure.in-Error-fix.patch \ |
| 20 | file://pppoe-server.service" | 20 | file://pppoe-server.service \ |
| 21 | file://0001-ppoe-Dont-include-linux-if_ether.h.patch \ | ||
| 22 | file://0002-Enable-support-for-the-kernel-module.patch \ | ||
| 23 | " | ||
| 21 | 24 | ||
| 22 | SRC_URI[md5sum] = "216eb52b69062b92a64ee37fd71f4b66" | 25 | SRC_URI[md5sum] = "216eb52b69062b92a64ee37fd71f4b66" |
| 23 | SRC_URI[sha256sum] = "00794e04031546b0e9b8cf286f2a6d1ccfc4a621b2a3abb2d7ef2a7ab7cc86c2" | 26 | SRC_URI[sha256sum] = "00794e04031546b0e9b8cf286f2a6d1ccfc4a621b2a3abb2d7ef2a7ab7cc86c2" |
