From 873fd0ce55d29ac6958b8fdbf81cca57555f13f0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 4 Jun 2022 23:52:22 +0100 Subject: glibc: Drop make-native dependency Now that our make version is a minmum of 4.0 we can drop this dependency. (From OE-Core rev: 7a0c52fd44332abb24e0dea608229ab7c472d94e) Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc_2.35.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/glibc') diff --git a/meta/recipes-core/glibc/glibc_2.35.bb b/meta/recipes-core/glibc/glibc_2.35.bb index 6ea5b1efb5..96fe39c548 100644 --- a/meta/recipes-core/glibc/glibc_2.35.bb +++ b/meta/recipes-core/glibc/glibc_2.35.bb @@ -16,7 +16,7 @@ CVE_CHECK_IGNORE += "CVE-2019-1010022 CVE-2019-1010023 CVE-2019-1010024" # Potential patch at https://sourceware.org/bugzilla/show_bug.cgi?id=22853 CVE_CHECK_IGNORE += "CVE-2019-1010025" -DEPENDS += "gperf-native bison-native make-native" +DEPENDS += "gperf-native bison-native" NATIVESDKFIXES ?= "" NATIVESDKFIXES:class-nativesdk = "\ -- cgit v1.2.3-54-g00ecf