glibc-external: provide linux-libc-headers

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2019-10-25 23:57:04 +05:00
committed by Christopher Larson
parent f584899fe6
commit 68268179eb

View File

@@ -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')