summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-11-21 00:12:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 09:40:26 +0000
commit68f88a5a88f0e3ecc962fc1b03fec8e7fd98b7e8 (patch)
treea225cdb66908141470e931b432beb6c281d05fb9 /meta/recipes-connectivity/ppp/ppp_2.4.7.bb
parent4972eddecde755045ec9598812f8c6c2b4fd243d (diff)
downloadpoky-68f88a5a88f0e3ecc962fc1b03fec8e7fd98b7e8.tar.gz
ppp: Fix build with musl
Therer are assumptions about glibc headers and features which needs to be addressed for musl (From OE-Core rev: 1949b128b87f89a56a2794ad056f2e4f4dbf6a3c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ppp/ppp_2.4.7.bb')
-rw-r--r--meta/recipes-connectivity/ppp/ppp_2.4.7.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb b/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
index 5f06034727..4437b5c519 100644
--- a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
+++ b/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
@@ -32,6 +32,9 @@ SRC_URI = "http://ppp.samba.org/ftp/ppp/ppp-${PV}.tar.gz \
32 file://fix-CVE-2015-3310.patch \ 32 file://fix-CVE-2015-3310.patch \
33" 33"
34 34
35SRC_URI_append_libc-musl = "\
36 file://0001-Fix-build-with-musl.patch \
37"
35SRC_URI[md5sum] = "78818f40e6d33a1d1de68a1551f6595a" 38SRC_URI[md5sum] = "78818f40e6d33a1d1de68a1551f6595a"
36SRC_URI[sha256sum] = "02e0a3dd3e4799e33103f70ec7df75348c8540966ee7c948e4ed8a42bbccfb30" 39SRC_URI[sha256sum] = "02e0a3dd3e4799e33103f70ec7df75348c8540966ee7c948e4ed8a42bbccfb30"
37 40