From 401b1195d465b7242ce40eed3c3ec8e33b548f1d Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 10 Sep 2016 11:59:29 +0200 Subject: lxde-common: fix autoconf Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- .../lxde-common-replace_am_glib_gnu_gettext.patch | 13 +++++++++++++ recipes-lxde/lxde-common/lxde-common_0.99.1.bb | 4 +++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 recipes-lxde/lxde-common/lxde-common/lxde-common-replace_am_glib_gnu_gettext.patch diff --git a/recipes-lxde/lxde-common/lxde-common/lxde-common-replace_am_glib_gnu_gettext.patch b/recipes-lxde/lxde-common/lxde-common/lxde-common-replace_am_glib_gnu_gettext.patch new file mode 100644 index 0000000..642f5e0 --- /dev/null +++ b/recipes-lxde/lxde-common/lxde-common/lxde-common-replace_am_glib_gnu_gettext.patch @@ -0,0 +1,13 @@ +--- lxde-common-0.99.1/configure.ac~ 2016-02-21 00:42:36.000000000 +0100 ++++ lxde-common-0.99.1/configure.ac 2016-06-18 18:33:03.941490336 +0200 +@@ -59,7 +59,9 @@ + echo $lang >> $srcdir/po/LINGUAS + done + +-AM_GLIB_GNU_GETTEXT ++#http://blogs.gnome.org/jjardon/2010/10/08/use-upstream-gettext-instead-the-gl ++AM_GNU_GETTEXT([external]) ++AM_GNU_GETTEXT_VERSION([0.17]) + + IT_PROG_INTLTOOL([0.40.0]) + diff --git a/recipes-lxde/lxde-common/lxde-common_0.99.1.bb b/recipes-lxde/lxde-common/lxde-common_0.99.1.bb index 12bd3a2..23185ff 100644 --- a/recipes-lxde/lxde-common/lxde-common_0.99.1.bb +++ b/recipes-lxde/lxde-common/lxde-common_0.99.1.bb @@ -8,7 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=597980c597fe9ce16d7b6b19c44cfced" RDEPENDS_{PN} = "lxde-icon-theme" DEPENDS = "intltool-native" -SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxde-common-${PV}.tar.xz" +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxde-common-${PV}.tar.xz \ + file://lxde-common-replace_am_glib_gnu_gettext.patch \ +" SRC_URI[md5sum] = "3ab92bd7bcff8bc8e6395651d164cf76" SRC_URI[sha256sum] = "8ca5ea3185fd3cacc28116cd9adfdc3b1d92a4ff891fccf135d35f0224c29827" -- cgit v1.2.3