diff options
author | Jeff Polk <jeff.polk@windriver.com> | 2010-09-02 15:17:16 -0600 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-03 10:50:02 +0100 |
commit | 7f286e28ec6151081c06cf2b0c2933200730ade3 (patch) | |
tree | 7294b60e2351cb116a008f38fdcbbcf6c79ef7b2 | |
parent | f5389267b032558734481aeb0776e51660fe57d1 (diff) | |
download | openembedded-core-7f286e28ec6151081c06cf2b0c2933200730ade3.tar.gz openembedded-core-7f286e28ec6151081c06cf2b0c2933200730ade3.tar.bz2 openembedded-core-7f286e28ec6151081c06cf2b0c2933200730ade3.zip |
zlib: Add siteconfig cache generation
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
-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 () { cp ${WORKDIR}/Makefile.am ${S}/ } +inherit siteconfig + BBCLASSEXTEND = "native nativesdk" |