mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-08-22 21:58:07 +02:00
glibc-external: provide linux-libc-headers
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
committed by
Christopher Larson
parent
f584899fe6
commit
68268179eb
@@ -17,7 +17,9 @@ DEPENDS = "virtual/${TARGET_PREFIX}binutils"
|
||||
PROVIDES += "glibc \
|
||||
virtual/libc \
|
||||
virtual/libintl \
|
||||
virtual/libiconv"
|
||||
virtual/libiconv \
|
||||
linux-libc-headers \
|
||||
linux-libc-headers-dev"
|
||||
|
||||
def get_external_libc_license(d):
|
||||
errnosearch = os.path.join(d.getVar('includedir', True), 'errno.h')
|
||||
|
||||
Reference in New Issue
Block a user