mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 20:39:39 +01:00
Drop patches that are applied upstream Fix the license checksums for changes in LICENSES file the new changes add more copyright notices that were missing earlier Moving ports is no longer needed since ports is now part of libc proper Refresh tzselect-sh.patch to accomodate upstream changes C++ headers discovery relative to target sysroot is fixed differently upstream hence we drop use-sysroot-cxx-headers.patch aarch64 support is already available in 2.17 hence drop the local patches (From OE-Core rev: 83b6fe6d91b924be5a7676e6ee973ce26b5eefc5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
269 B
BlitzBasic
12 lines
269 B
BlitzBasic
require eglibc_${PV}.bb
|
|
require eglibc-initial.inc
|
|
|
|
DEPENDS += "kconfig-frontends-native"
|
|
|
|
# main eglibc recipes muck with TARGET_CPPFLAGS to point into
|
|
# final target sysroot but we
|
|
# are not there when building eglibc-initial
|
|
# so reset it here
|
|
|
|
TARGET_CPPFLAGS = ""
|