diff options
-rw-r--r-- | meta/recipes-core/zlib/site_config/headers | 1 | ||||
-rw-r--r-- | meta/recipes-core/zlib/zlib_1.2.5.bb | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/zlib/site_config/headers b/meta/recipes-core/zlib/site_config/headers new file mode 100644 index 0000000000..50268918aa --- /dev/null +++ b/meta/recipes-core/zlib/site_config/headers | |||
@@ -0,0 +1 @@ | |||
zlib.h | |||
diff --git a/meta/recipes-core/zlib/zlib_1.2.5.bb b/meta/recipes-core/zlib/zlib_1.2.5.bb index e6db69e3a6..3984fc5016 100644 --- a/meta/recipes-core/zlib/zlib_1.2.5.bb +++ b/meta/recipes-core/zlib/zlib_1.2.5.bb | |||
@@ -19,4 +19,6 @@ do_configure_prepend () { | |||
19 | cp ${WORKDIR}/Makefile.am ${S}/ | 19 | cp ${WORKDIR}/Makefile.am ${S}/ |
20 | } | 20 | } |
21 | 21 | ||
22 | inherit siteconfig | ||
23 | |||
22 | BBCLASSEXTEND = "native nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |