diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-07-28 16:33:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:01:17 +0100 |
commit | deeebb52fd31c6100c140d340ca338d2b62f3ce2 (patch) | |
tree | 1b68e376f3c9dde6e2e45a6ec77def2ea290769d /meta/recipes-extended/parted | |
parent | 55be2b0f882dfa7ae1885ff0223d60606c02aad4 (diff) | |
download | openembedded-core-contrib-deeebb52fd31c6100c140d340ca338d2b62f3ce2.tar.gz |
parted: Upgrade to 3.0
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
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 58d8db44264..58d8db44264 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 e9bbe9a956d..e9bbe9a956d 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 14c9c256e16..29daf01df6a 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 \ file://no_check.patch \ file://syscalls.patch " -SRC_URI[md5sum] = "30ceb6df7e8681891e865e2fe5a7903d" -SRC_URI[sha256sum] = "e81fa140805b5cd029ff6dda5cfa94d223e83ac182ebcae94f841d62ce468829" +SRC_URI[md5sum] = "a94e84a9b9944715c4453f82ccc639bf" +SRC_URI[sha256sum] = "8886eece015202f6bd5ce8414f4b68838452cef509f2e3389ad56128219837b7" EXTRA_OECONF = "--disable-Werror --disable-device-mapper" |