aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/parted/parted_3.0.bb
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:01:17 +0100
commitdeeebb52fd31c6100c140d340ca338d2b62f3ce2 (patch)
tree1b68e376f3c9dde6e2e45a6ec77def2ea290769d /meta/recipes-extended/parted/parted_3.0.bb
parent55be2b0f882dfa7ae1885ff0223d60606c02aad4 (diff)
downloadopenembedded-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/parted_3.0.bb')
-rw-r--r--meta/recipes-extended/parted/parted_3.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-extended/parted/parted_3.0.bb b/meta/recipes-extended/parted/parted_3.0.bb
new file mode 100644
index 0000000000..29daf01df6
--- /dev/null
+++ b/meta/recipes-extended/parted/parted_3.0.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "parted, the GNU partition resizing program"
+HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
+LICENSE = "GPLv3+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
+SECTION = "console/tools"
+DEPENDS = "readline e2fsprogs"
+PR = "r0"
+
+SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
+ file://no_check.patch \
+ file://syscalls.patch "
+
+SRC_URI[md5sum] = "a94e84a9b9944715c4453f82ccc639bf"
+SRC_URI[sha256sum] = "8886eece015202f6bd5ce8414f4b68838452cef509f2e3389ad56128219837b7"
+
+EXTRA_OECONF = "--disable-Werror --disable-device-mapper"
+
+inherit autotools pkgconfig gettext
+
+BBCLASSEXTEND = "native"