summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/ppp/ppp_2.4.7.bb4
1 files changed, 4 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 60c56dd0bd..76c1cc62a7 100644
--- a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
+++ b/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
@@ -42,6 +42,10 @@ SRC_URI_append_libc-musl = "\
42SRC_URI[md5sum] = "78818f40e6d33a1d1de68a1551f6595a" 42SRC_URI[md5sum] = "78818f40e6d33a1d1de68a1551f6595a"
43SRC_URI[sha256sum] = "02e0a3dd3e4799e33103f70ec7df75348c8540966ee7c948e4ed8a42bbccfb30" 43SRC_URI[sha256sum] = "02e0a3dd3e4799e33103f70ec7df75348c8540966ee7c948e4ed8a42bbccfb30"
44 44
45# This CVE is specific to a patch applied by Ubuntu that is not used by
46# OpenEmbedded.
47CVE_CHECK_WHITELIST += "CVE-2020-15704"
48
45inherit autotools-brokensep systemd 49inherit autotools-brokensep systemd
46 50
47TARGET_CC_ARCH += " ${LDFLAGS}" 51TARGET_CC_ARCH += " ${LDFLAGS}"