From e5932ca3195f972963619a2e4e52a8bd67069fcc Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Mon, 4 Dec 2017 21:30:14 +0500 Subject: [PATCH] ppp: drop, this was fixed upstream Signed-off-by: Christopher Larson --- core/recipes-connectivity/ppp/ppp_2.4.7.bbappend | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 core/recipes-connectivity/ppp/ppp_2.4.7.bbappend diff --git a/core/recipes-connectivity/ppp/ppp_2.4.7.bbappend b/core/recipes-connectivity/ppp/ppp_2.4.7.bbappend deleted file mode 100644 index 42fc086..0000000 --- a/core/recipes-connectivity/ppp/ppp_2.4.7.bbappend +++ /dev/null @@ -1,8 +0,0 @@ -inherit external-common - -# This patch is needed, at this time, to fix builds with linux-libc-headers -# from the 4.8 Linux kernel or newer, which is not the case for most external -# toolchains. As the external toolchain is available at parse time, we can -# check the version and only apply it when appropriate. -KERNEL_48_PATCH = "file://ppp-fix-building-with-linux-4.8.patch" -SRC_URI_remove_class-target := "${@'${KERNEL_48_PATCH}' if [int(i) for i in ('${EXTERNAL_LIBC_KERNEL_VERSION}' or '0.0').split('.')] < [4, 8] else ''}"