diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-04 23:52:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-06 13:36:05 +0100 |
commit | 873fd0ce55d29ac6958b8fdbf81cca57555f13f0 (patch) | |
tree | d40536cd3d70dc74dd4a394e0a000d5aad22252e /meta | |
parent | 979aad33c3399d60de40d093ebfce8729dd2bf53 (diff) | |
download | poky-873fd0ce55d29ac6958b8fdbf81cca57555f13f0.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/glibc/glibc_2.35.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
16 | # Potential patch at https://sourceware.org/bugzilla/show_bug.cgi?id=22853 | 16 | # Potential patch at https://sourceware.org/bugzilla/show_bug.cgi?id=22853 |
17 | CVE_CHECK_IGNORE += "CVE-2019-1010025" | 17 | CVE_CHECK_IGNORE += "CVE-2019-1010025" |
18 | 18 | ||
19 | DEPENDS += "gperf-native bison-native make-native" | 19 | DEPENDS += "gperf-native bison-native" |
20 | 20 | ||
21 | NATIVESDKFIXES ?= "" | 21 | NATIVESDKFIXES ?= "" |
22 | NATIVESDKFIXES:class-nativesdk = "\ | 22 | NATIVESDKFIXES:class-nativesdk = "\ |