mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
geany: Fix build with autotools 2.70+
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
|||||||
|
From 51e145b43e66134aa4b33c9af0319331ec8a5bce Mon Sep 17 00:00:00 2001
|
||||||
|
From: Khem Raj <raj.khem@gmail.com>
|
||||||
|
Date: Fri, 5 Feb 2021 23:15:45 -0800
|
||||||
|
Subject: [PATCH] configure: Use AC_PROG_INTLTOOL
|
||||||
|
|
||||||
|
Upstream-Status: Pending
|
||||||
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||||
|
---
|
||||||
|
configure.ac | 2 ++
|
||||||
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -8,7 +8,7 @@ AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
AM_INIT_AUTOMAKE([1.11 -Wall parallel-tests subdir-objects])
|
||||||
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
-
|
||||||
|
+AC_PROG_INTLTOOL
|
||||||
|
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
||||||
|
|
||||||
|
GEANY_PREFIX
|
||||||
@@ -9,16 +9,13 @@ inherit features_check autotools pkgconfig perlnative gettext mime-xdg
|
|||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
SRC_URI = "https://download.geany.org/${BP}.tar.bz2"
|
SRC_URI = "https://download.geany.org/${BP}.tar.bz2 \
|
||||||
|
file://0001-configure-Upgrade-to-a-modern-Gettext.patch \
|
||||||
|
"
|
||||||
SRC_URI[sha256sum] = "18c5756444c1d8bcd737c8ecfd4ef0b3607c924fc02560d4e8b78f6121531a18"
|
SRC_URI[sha256sum] = "18c5756444c1d8bcd737c8ecfd4ef0b3607c924fc02560d4e8b78f6121531a18"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/icons"
|
FILES_${PN} += "${datadir}/icons"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-html-docs"
|
EXTRA_OECONF = "--disable-html-docs"
|
||||||
|
|
||||||
do_configure_prepend() {
|
|
||||||
cd ${S}
|
|
||||||
intltoolize --copy --force --automake
|
|
||||||
}
|
|
||||||
|
|
||||||
RRECOMMENDS_${PN} += "source-code-pro-fonts"
|
RRECOMMENDS_${PN} += "source-code-pro-fonts"
|
||||||
|
|||||||
Reference in New Issue
Block a user