]> code.ossystems Code Review - openembedded-core.git/commitdiff
parted: upgrade to version 2.3
authorQing He <qing.he@intel.com>
Thu, 30 Dec 2010 06:07:06 +0000 (14:07 +0800)
committerSaul Wold <sgw@linux.intel.com>
Sun, 2 Jan 2011 09:25:39 +0000 (01:25 -0800)
from 1.9.0

license checksum is changed due to one extra line in the COPYING

Signed-off-by: Qing He <qing.he@intel.com>
meta/recipes-extended/parted/parted-2.3/no_check.patch [moved from meta/recipes-extended/parted/parted-1.9.0/no_check.patch with 100% similarity]
meta/recipes-extended/parted/parted-2.3/syscalls.patch [moved from meta/recipes-extended/parted/parted-1.9.0/syscalls.patch with 100% similarity]
meta/recipes-extended/parted/parted_2.3.bb [moved from meta/recipes-extended/parted/parted_1.9.0.bb with 54% similarity]

similarity index 54%
rename from meta/recipes-extended/parted/parted_1.9.0.bb
rename to meta/recipes-extended/parted/parted_2.3.bb
index 3601fb100672d2d1f877282b7991ded1b3a2abd8..14c9c256e1645158b15d83b9d7c0a32291e3e506 100644 (file)
@@ -1,17 +1,17 @@
 DESCRIPTION = "parted, the GNU partition resizing program"
 HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
 LICENSE = "GPLv3+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
 SECTION = "console/tools"
 DEPENDS = "readline e2fsprogs"
-PR = "r3"
+PR = "r0"
 
 SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
-           file://no_check.patch;patch=1 \
-           file://syscalls.patch;patch=1 "
+           file://no_check.patch \
+           file://syscalls.patch "
 
-SRC_URI[md5sum] = "055305bc7bcf472ce38f9abf69a9d94d"
-SRC_URI[sha256sum] = "53231241ba24c104c207bd2920d70d31fda86df86a69c90e11f35144ffc55509"
+SRC_URI[md5sum] = "30ceb6df7e8681891e865e2fe5a7903d"
+SRC_URI[sha256sum] = "e81fa140805b5cd029ff6dda5cfa94d223e83ac182ebcae94f841d62ce468829"
 
 EXTRA_OECONF = "--disable-Werror --disable-device-mapper"