]> code.ossystems Code Review - openembedded-core.git/commitdiff
zlib: Add siteconfig cache generation
authorJeff Polk <jeff.polk@windriver.com>
Thu, 2 Sep 2010 21:17:16 +0000 (15:17 -0600)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 3 Sep 2010 09:50:02 +0000 (10:50 +0100)
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
meta/recipes-core/zlib/site_config/headers [new file with mode: 0644]
meta/recipes-core/zlib/zlib_1.2.5.bb

diff --git a/meta/recipes-core/zlib/site_config/headers b/meta/recipes-core/zlib/site_config/headers
new file mode 100644 (file)
index 0000000..5026891
--- /dev/null
@@ -0,0 +1 @@
+zlib.h
index e6db69e3a60678d01684384b49f2ca645ad64069..3984fc50164a201c8a1690907c926be968cebe7c 100644 (file)
@@ -19,4 +19,6 @@ do_configure_prepend () {
        cp ${WORKDIR}/Makefile.am ${S}/
 }
 
+inherit siteconfig
+
 BBCLASSEXTEND = "native nativesdk"