summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-07-10 11:04:17 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-07-10 11:04:17 +0000
commit5e4e06663099c1b2f193068d38654f9ced7f48aa (patch)
tree8ebe35defd00516e28e34d2159e514f021b0b6ab /packages
parentf85735e8fcce1cd7aaea62b60f1d6dd5038675a1 (diff)
parent72159e4645ae57e4e1fa0cd178e9146e89db6469 (diff)
merge of '59a848bab30b6f09ae13f3d51b2db712a8e660d9'
and '82e025b5fb67d750a67c0db1bb958a82ca1f7ec7'
Diffstat (limited to 'packages')
-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"