[rcar-gen3] Remove fix on ppp 37/8737/6
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Fri, 24 Feb 2017 09:35:26 +0000 (10:35 +0100)
committerRonan Le Martret <ronan.lemartret@iot.bzh>
Sun, 19 Mar 2017 11:25:48 +0000 (12:25 +0100)
 * if you build ppp with a kernel >= 4.8 you need this fix
 * if you build ppp with a kernel < 4.8 you need to remove this fix
 * the version of the kernel from Renesas rcar gen3 v2.16 is 4.9, so
   we need this fix.

Bug-AGL: SPEC-471

Change-Id: Iffefa52571163b15c7acd2d1ffc53b9b1ffb0c3b
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
meta-agl-bsp/meta-rcar-gen3/recipes-connectivity/ppp/ppp_%.bbappend [deleted file]

diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-connectivity/ppp/ppp_%.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-connectivity/ppp/ppp_%.bbappend
deleted file mode 100644 (file)
index 838abb0..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-SRC_URI_remove = "file://ppp-fix-building-with-linux-4.8.patch"