summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ppp/ppp_2.4.5.bb
diff options
context:
space:
mode:
authorLu Chong <Chong.Lu@windriver.com>2013-11-02 16:30:28 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-12 17:00:10 +0000
commitf46e8aa9f9ce8758bd23f743f355addb9baa6548 (patch)
tree81ea8168d56cc49dd47a1f4fb637fa092269fbea /meta/recipes-connectivity/ppp/ppp_2.4.5.bb
parent8b4c1515f12e95b84a7ca8a87b40537a76c19a9c (diff)
downloadpoky-f46e8aa9f9ce8758bd23f743f355addb9baa6548.tar.gz
ppp: Add two structures in if_pppol2tp.h
Some further structure definitions are needed in include/linux/if_pppol2tp.h for IPv6 support, else we would get the error as below: In file included from plugin.c:53:0: bitbake_build/tmp/sysroots/intel-x86-64/usr/include/linux/if_pppox.h:84:26: error: field 'pppol2tp' has incomplete type struct pppol2tpin6_addr pppol2tp; ^ bitbake_build/tmp/sysroots/intel-x86-64/usr/include/linux/if_pppox.h:99:28: error: field 'pppol2tp' has incomplete type struct pppol2tpv3in6_addr pppol2tp; ^ make[2]: *** [plugin.o] Error 1 (From OE-Core master rev: 73d08c4bf12e2cc4f291cb018d00b26a5a573be4) (From OE-Core rev: 398bae0d288f488020108c7d95bd376249e6ecbf) Signed-off-by: Lu Chong <Chong.Lu@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ppp/ppp_2.4.5.bb')
-rw-r--r--meta/recipes-connectivity/ppp/ppp_2.4.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.5.bb b/meta/recipes-connectivity/ppp/ppp_2.4.5.bb
index 39354efb17..dc8c9c110f 100644
--- a/meta/recipes-connectivity/ppp/ppp_2.4.5.bb
+++ b/meta/recipes-connectivity/ppp/ppp_2.4.5.bb
@@ -29,7 +29,9 @@ SRC_URI = "http://ppp.samba.org/ftp/ppp/ppp-${PV}.tar.gz \
29 file://copts.patch \ 29 file://copts.patch \
30 file://pap \ 30 file://pap \
31 file://ppp_on_boot \ 31 file://ppp_on_boot \
32 file://provider " 32 file://provider \
33 file://0001-ppp-Add-two-structures-in-if_pppol2tp.h.patch \
34"
33 35
34SRC_URI[md5sum] = "4621bc56167b6953ec4071043fe0ec57" 36SRC_URI[md5sum] = "4621bc56167b6953ec4071043fe0ec57"
35SRC_URI[sha256sum] = "43317afec9299f9920b96f840414c977f0385410202d48e56d2fdb8230003505" 37SRC_URI[sha256sum] = "43317afec9299f9920b96f840414c977f0385410202d48e56d2fdb8230003505"