From 8a8cc7ae3c5ef92565258b9e4ae387f196e4ada3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Thu, 17 Jul 2014 00:00:39 +0200 Subject: [PATCH] package/parted: gettextize to match the new gettext version The gettext macros in the package are from a gettext version older than the one we have in Buildroot, so autoreconf fails. Run gettextize prior to running autoreconf, like we do in wget. Fixes: http://autobuild.buildroot.net/results/ee2/ee20455ead785200847f50e463c32c55821f8925/ http://autobuild.buildroot.net/results/3fe/3fe46e1a6ef10645e46a2e9efdf651f60f05dea8/ http://autobuild.buildroot.net/results/ecd/ecdacafb3245afa1cce4f587eff9bdfe5c162f81/ ... Signed-off-by: "Yann E. MORIN" Cc: Gustavo Zacarias Cc: Thomas Petazzoni Acked-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/parted/parted.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/parted/parted.mk b/package/parted/parted.mk index fd82684a4f..75537a7916 100644 --- a/package/parted/parted.mk +++ b/package/parted/parted.mk @@ -11,6 +11,7 @@ PARTED_DEPENDENCIES = util-linux PARTED_INSTALL_STAGING = YES # For uclinux patch PARTED_AUTORECONF = YES +PARTED_GETTEXTIZE = YES PARTED_LICENSE = GPLv3+ PARTED_LICENSE_FILES = COPYING -- 2.30.2