[Buildroot] [git commit] libfribidi: bump version

Peter Korsgaard peter at korsgaard.com
Sun May 4 18:53:46 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=5693f236a2a0e3ec0a5166b403eec1c350a2d7c4
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This patch also call autoreconf in order to use buildroot's libtool as
buildroot's libtool patch doesn't apply to the upstream ltmain.sh.

[Peter: clarified the need for AUTORECONF]
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libfribidi/libfribidi.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package/libfribidi/libfribidi.mk b/package/libfribidi/libfribidi.mk
index 99005c2..c9130fe 100644
--- a/package/libfribidi/libfribidi.mk
+++ b/package/libfribidi/libfribidi.mk
@@ -4,11 +4,13 @@
 #
 ################################################################################
 
-LIBFRIBIDI_VERSION = 0.19.5
+LIBFRIBIDI_VERSION = 0.19.6
 LIBFRIBIDI_SOURCE = fribidi-$(LIBFRIBIDI_VERSION).tar.bz2
 LIBFRIBIDI_SITE = http://www.fribidi.org/download/
 LIBFRIBIDI_LICENSE = LGPLv2.1+
 LIBFRIBIDI_LICENSE_FILES = COPYING
 LIBFRIBIDI_INSTALL_STAGING = YES
+# BR's libtool patch doesn't apply
+LIBFRIBIDI_AUTORECONF = YES
 
 $(eval $(autotools-package))


More information about the buildroot mailing list