[oe-commits] org.oe.dev parted 1.8.7: Set DEFAULT_PREFERENCE = "-1", requires autoconf 2.61 to be built properly.

pfalcon commit openembedded-commits at lists.openembedded.org
Tue Jul 10 15:59:25 UTC 2007


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.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 82e025b5fb67d750a67c0db1bb958a82ca1f7ec7
ViewMTN: http://monotone.openembedded.org/revision.psp?id=82e025b5fb67d750a67c0db1bb958a82ca1f7ec7
Files:
1
packages/parted/parted_1.8.7.bb
Diffs:

#
# mt diff -r5675a11f29ad06019a800afe9d5c0b13611dc46a -r82e025b5fb67d750a67c0db1bb958a82ca1f7ec7
#
# 
# 
# patch "packages/parted/parted_1.8.7.bb"
#  from [869ca28033957bf8a0406bc4d16876bd71dff378]
#    to [35f9b305760bd77fe10ab9d0cbac3681d29a911f]
# 
============================================================
--- packages/parted/parted_1.8.7.bb	869ca28033957bf8a0406bc4d16876bd71dff378
+++ packages/parted/parted_1.8.7.bb	35f9b305760bd77fe10ab9d0cbac3681d29a911f
@@ -1,9 +1,9 @@ DEPENDS = "readline e2fsprogs-libs"
 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"
+PR = "r1"
 
 SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz"
            
@@ -20,3 +20,8 @@ do_stage() {
 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"






More information about the Openembedded-commits mailing list