* Since the last parted version in OE was quite old ( > 7months)
its time for a new version.
--- /dev/null
+DESCRIPTION = "parted, the GNU partition resizing program"
+HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
+LICENSE = "GPLv2"
+SECTION = "console/tools"
+DEPENDS = "readline e2fsprogs-libs"
+PR = "r0"
+
+SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz"
+
+EXTRA_OECONF = "--disable-Werror"
+#export CFLAGS = "-mstructure-size-boundary=8"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}