Browse Source

glibc-external: provide linux-libc-headers

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Christopher Larson 4 years ago
parent
commit
68268179eb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      recipes-external/glibc/glibc-external.bb

+ 3 - 1
recipes-external/glibc/glibc-external.bb

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