summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/parted/parted_3.1.bb
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-03-21 14:08:25 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-21 15:33:06 +0000
commit5259a706ec53807fda6af690d0078307622af06a (patch)
tree2c04be039fbc2c7af36859f9cffe2a43022c3e45 /meta/recipes-extended/parted/parted_3.1.bb
parente3a848699e891c019c974c6f9f9f8597ac6d633f (diff)
downloadpoky-5259a706ec53807fda6af690d0078307622af06a.tar.gz
parted: update to version 3.1
* Supports disks > 2TB [RP:Add in missing delta of fixed in subsequent version] (From OE-Core rev: daa6d80d902cb35af1b3f3f1e9e55cb944eb2de0) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/parted/parted_3.1.bb')
-rw-r--r--meta/recipes-extended/parted/parted_3.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/parted/parted_3.1.bb b/meta/recipes-extended/parted/parted_3.1.bb
index 267e53b4f1..21d3a66b70 100644
--- a/meta/recipes-extended/parted/parted_3.1.bb
+++ b/meta/recipes-extended/parted/parted_3.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
3LICENSE = "GPLv3+" 3LICENSE = "GPLv3+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c" 4LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
5SECTION = "console/tools" 5SECTION = "console/tools"
6DEPENDS = "readline e2fsprogs" 6DEPENDS = "ncurses readline util-linux"
7PR = "r0" 7PR = "r0"
8 8
9SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.xz \ 9SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.xz \