diff options
author | Scott Garman <sgarman@zenlinux.com> | 2010-07-23 12:08:28 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-24 00:07:31 +0100 |
commit | ac5a0210322635055819da5c3f3bc0064da56f86 (patch) | |
tree | bc805450ef36137548f4fe9d8b270252c91f441a /meta/packages/tar/tar_1.23.bb | |
parent | 80986444aaa796b45658f4d903f88d26a2379b5f (diff) | |
download | poky-ac5a0210322635055819da5c3f3bc0064da56f86.tar.gz |
tar: New recipe additions 1.17 and 1.23
* tar 1.23 is GPLv3
* tar 1.17 is latest GPLv2
Recipes and patches dervied from OpenEmbedded and Debian
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/packages/tar/tar_1.23.bb')
-rw-r--r-- | meta/packages/tar/tar_1.23.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/packages/tar/tar_1.23.bb b/meta/packages/tar/tar_1.23.bb new file mode 100644 index 0000000000..093c0b43ce --- /dev/null +++ b/meta/packages/tar/tar_1.23.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require tar.inc | ||
2 | |||
3 | LICENSE = "GPLv3" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | ||
5 | |||
6 | PR = "r0" | ||
7 | |||
8 | SRC_URI[md5sum] = "41e2ca4b924ec7860e51b43ad06cdb7e" | ||
9 | SRC_URI[sha256sum] = "c9328372db62fbb1d94c9e4e3cefc961111af46de47085b635359c00a0eebe36" | ||