summaryrefslogtreecommitdiffstats
path: root/meta/packages/gzip/gzip_1.4.bb
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-07-23 15:11:15 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-24 00:01:11 +0100
commitf23b594087dba38054a3001e66390d462fa61cbb (patch)
tree2010d7c96aebcf487e009ba5bb01809f0f6d09c9 /meta/packages/gzip/gzip_1.4.bb
parentd91b4f5c364a62d4ea5b23526d90bed0bb28a9b1 (diff)
downloadpoky-f23b594087dba38054a3001e66390d462fa61cbb.tar.gz
gzip: new package
borrow from OE gzip 1.3.13 after some cleanups: - no ${S} redefinition - configure.patch is not required also add native support Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/gzip/gzip_1.4.bb')
-rw-r--r--meta/packages/gzip/gzip_1.4.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/packages/gzip/gzip_1.4.bb b/meta/packages/gzip/gzip_1.4.bb
new file mode 100644
index 0000000000..93020ba50b
--- /dev/null
+++ b/meta/packages/gzip/gzip_1.4.bb
@@ -0,0 +1,5 @@
1require gzip.inc
2
3PR = "r0"
4
5BBCLASSEXTEND = "native"