aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan <ronan.lemartret@iot.bzh>2016-10-21 16:50:08 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-01-11 22:22:59 +0000
commit9322258dfb573777e127f357d30d29565682036b (patch)
tree22bc517bd5a1f917e0589f4c4e86eefa537d9746
parentaf59127f7fbfe0f88b4860251eb32f12908f81e2 (diff)
fix build ppp for kernel 3.10
Change-Id: I71ae82235a91a4071235878c666714a9c867eb51 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
-rw-r--r--meta-rcar-gen2/recipes-connectivity/ppp/ppp_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-rcar-gen2/recipes-connectivity/ppp/ppp_%.bbappend b/meta-rcar-gen2/recipes-connectivity/ppp/ppp_%.bbappend
new file mode 100644
index 0000000..838abb0
--- /dev/null
+++ b/meta-rcar-gen2/recipes-connectivity/ppp/ppp_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+SRC_URI_remove = "file://ppp-fix-building-with-linux-4.8.patch"