summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tar/tar.inc
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-06-05 17:11:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-07 21:38:35 +0100
commita31422689138c68f452e49450b31ffaf55692dc7 (patch)
tree48ca3efc904a46750c6a21c38b3b293234ccf1f4 /meta/recipes-extended/tar/tar.inc
parent757db8a21b9b1a20fd9f8af8161d4b9fd7022c4f (diff)
downloadpoky-a31422689138c68f452e49450b31ffaf55692dc7.tar.gz
tar: upgrade to v1.26
(From OE-Core rev: 0be04e2931ec1f7d5bd3ff538913081e2e8ec04f) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tar/tar.inc')
-rw-r--r--meta/recipes-extended/tar/tar.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/tar/tar.inc b/meta/recipes-extended/tar/tar.inc
index 6e77051a33..bbed65c2cd 100644
--- a/meta/recipes-extended/tar/tar.inc
+++ b/meta/recipes-extended/tar/tar.inc
@@ -3,6 +3,7 @@ DESCRIPTION = "GNU tar saves many files together into a single tape \
3or disk archive, and can restore individual files from the archive." 3or disk archive, and can restore individual files from the archive."
4HOMEPAGE = "http://www.gnu.org/software/tar/" 4HOMEPAGE = "http://www.gnu.org/software/tar/"
5SECTION = "base" 5SECTION = "base"
6PRIORITY = "optional"
6 7
7SRC_URI = "${GNU_MIRROR}/tar/tar-${PV}.tar.bz2" 8SRC_URI = "${GNU_MIRROR}/tar/tar-${PV}.tar.bz2"
8 9