[oe-commits] Koen Kooi : parted 1.8.8: 'fix' configure, it builds again now

git version control git at git.openembedded.org
Thu Jun 24 14:28:48 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 00f9b91c338db545fc58653ab9e7f6c307fff48e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=00f9b91c338db545fc58653ab9e7f6c307fff48e

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jun 24 16:28:22 2010 +0200

parted 1.8.8: 'fix' configure, it builds again now

---

 recipes/parted/parted_1.8.8.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/parted/parted_1.8.8.bb b/recipes/parted/parted_1.8.8.bb
index c915f4c..df32ca8 100644
--- a/recipes/parted/parted_1.8.8.bb
+++ b/recipes/parted/parted_1.8.8.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
 LICENSE = "GPLv3"
 SECTION = "console/tools"
 DEPENDS = "readline util-linux-ng"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
 	   file://use_llseek_syscall.patch \
@@ -14,8 +14,8 @@ EXTRA_OECONF = "--disable-Werror ac_cv_func_calloc_0_nonnull=yes"
 
 inherit autotools pkgconfig
 
-do_stage() {
-	autotools_stage_all
+do_configure() {
+	oe_runconf
 }
 
 SRC_URI[md5sum] = "0d494591731082ec57cc18627728124a"





More information about the Openembedded-commits mailing list