summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/parted
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-07-28 16:33:20 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-04 15:04:33 +0100
commite69dd2f5098895db62e9d61e500f5252e21441a2 (patch)
tree75aad915c284ccd4587012ef2a5f3fa29026fab0 /meta/recipes-extended/parted
parentfa5d871577a9a48dbb1e33f5619938f4d2991682 (diff)
downloadpoky-e69dd2f5098895db62e9d61e500f5252e21441a2.tar.gz
parted: Upgrade to 3.0
(From OE-Core rev: deeebb52fd31c6100c140d340ca338d2b62f3ce2) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/parted')
-rw-r--r--meta/recipes-extended/parted/parted-3.0/no_check.patch (renamed from meta/recipes-extended/parted/parted-2.3/no_check.patch)0
-rw-r--r--meta/recipes-extended/parted/parted-3.0/syscalls.patch (renamed from meta/recipes-extended/parted/parted-2.3/syscalls.patch)0
-rw-r--r--meta/recipes-extended/parted/parted_3.0.bb (renamed from meta/recipes-extended/parted/parted_2.3.bb)4
3 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/parted/parted-2.3/no_check.patch b/meta/recipes-extended/parted/parted-3.0/no_check.patch
index 58d8db4426..58d8db4426 100644
--- a/meta/recipes-extended/parted/parted-2.3/no_check.patch
+++ b/meta/recipes-extended/parted/parted-3.0/no_check.patch
diff --git a/meta/recipes-extended/parted/parted-2.3/syscalls.patch b/meta/recipes-extended/parted/parted-3.0/syscalls.patch
index e9bbe9a956..e9bbe9a956 100644
--- a/meta/recipes-extended/parted/parted-2.3/syscalls.patch
+++ b/meta/recipes-extended/parted/parted-3.0/syscalls.patch
diff --git a/meta/recipes-extended/parted/parted_2.3.bb b/meta/recipes-extended/parted/parted_3.0.bb
index 14c9c256e1..29daf01df6 100644
--- a/meta/recipes-extended/parted/parted_2.3.bb
+++ b/meta/recipes-extended/parted/parted_3.0.bb
@@ -10,8 +10,8 @@ SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
10 file://no_check.patch \ 10 file://no_check.patch \
11 file://syscalls.patch " 11 file://syscalls.patch "
12 12
13SRC_URI[md5sum] = "30ceb6df7e8681891e865e2fe5a7903d" 13SRC_URI[md5sum] = "a94e84a9b9944715c4453f82ccc639bf"
14SRC_URI[sha256sum] = "e81fa140805b5cd029ff6dda5cfa94d223e83ac182ebcae94f841d62ce468829" 14SRC_URI[sha256sum] = "8886eece015202f6bd5ce8414f4b68838452cef509f2e3389ad56128219837b7"
15 15
16EXTRA_OECONF = "--disable-Werror --disable-device-mapper" 16EXTRA_OECONF = "--disable-Werror --disable-device-mapper"
17 17