aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorJeff Polk <jeff.polk@windriver.com>2010-09-02 15:17:16 -0600
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-03 10:50:02 +0100
commit7f286e28ec6151081c06cf2b0c2933200730ade3 (patch)
tree7294b60e2351cb116a008f38fdcbbcf6c79ef7b2 /meta/recipes-core
parentf5389267b032558734481aeb0776e51660fe57d1 (diff)
downloadopenembedded-core-contrib-7f286e28ec6151081c06cf2b0c2933200730ade3.tar.gz
zlib: Add siteconfig cache generation
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/zlib/site_config/headers1
-rw-r--r--meta/recipes-core/zlib/zlib_1.2.5.bb2
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 () {
cp ${WORKDIR}/Makefile.am ${S}/
}
+inherit siteconfig
+
BBCLASSEXTEND = "native nativesdk"