aboutsummaryrefslogtreecommitdiffstats
path: root/packages/parted
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-07-10 11:02:40 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-07-10 11:02:40 +0000
commit72159e4645ae57e4e1fa0cd178e9146e89db6469 (patch)
treeec783957a9f4806c8500dfa11509ce2ab73f6d5a /packages/parted
parentbfebcd6cd76f2fb46bf72e26b42482f212c3d9fd (diff)
downloadopenembedded-72159e4645ae57e4e1fa0cd178e9146e89db6469.tar.gz
parted 1.8.7: Set DEFAULT_PREFERENCE = "-1", requires autoconf 2.61 to be built properly.
* 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.
Diffstat (limited to 'packages/parted')
-rw-r--r--packages/parted/parted_1.8.7.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/parted/parted_1.8.7.bb b/packages/parted/parted_1.8.7.bb
index f29771d5a4..dcb3ad7cb4 100644
--- a/packages/parted/parted_1.8.7.bb
+++ b/packages/parted/parted_1.8.7.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
LICENSE = "GPLv2"
SECTION = "console/tools"
DEPENDS = "readline e2fsprogs-libs"
-PR = "r0"
+PR = "r1"
SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz"
@@ -20,3 +20,8 @@ do_configure() {
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"