* Requires autoconf 2.61. Without it, will build, but there
will be link errors when some other package will link against
libparted. This is actually due to fact that autoconf 2.61 doesn't want to
source OE site files. See #2633, $2634.
LICENSE = "GPLv2"
SECTION = "console/tools"
DEPENDS = "readline e2fsprogs-libs"
-PR = "r0"
+PR = "r1"
SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz"
do_stage() {
autotools_stage_all
}
+
+# Requires autoconf 2.61. Without it, will build, but there
+# will be link errors when some other package will link against
+# libparted.
+DEFAULT_PREFERENCE = "-1"