Explorar el Código

glibc-external: provide linux-libc-headers

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Christopher Larson hace 4 años
padre
commit
68268179eb
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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')