summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/geany/geany-plugins/0001-geany.m4-Do-not-tinker-with-pkg-config-paths.patch32
-rw-r--r--meta-oe/recipes-devtools/geany/geany-plugins_1.38.bb1
2 files changed, 33 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany-plugins/0001-geany.m4-Do-not-tinker-with-pkg-config-paths.patch b/meta-oe/recipes-devtools/geany/geany-plugins/0001-geany.m4-Do-not-tinker-with-pkg-config-paths.patch
new file mode 100644
index 0000000000..cd417e0d7b
--- /dev/null
+++ b/meta-oe/recipes-devtools/geany/geany-plugins/0001-geany.m4-Do-not-tinker-with-pkg-config-paths.patch
@@ -0,0 +1,32 @@
1From b2187b45f61ce362a9d58d9081d66daddb4e577f Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sun, 20 Mar 2022 15:54:14 -0700
4Subject: [PATCH] geany.m4: Do not tinker with pkg-config paths
5
6OE sets up these paths correctly w.r.t. target sysroot
7
8Upstream-Status: Inappropriate [OE-Specific]
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11 build/geany.m4 | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14--- a/build/geany.m4
15+++ b/build/geany.m4
16@@ -32,7 +32,8 @@ AC_DEFUN([GP_CHECK_GEANY],
17 [
18 AC_REQUIRE([PKG_PROG_PKG_CONFIG])
19
20- GP_GEANY_PKG_CONFIG_PATH_PUSH
21+ dnl GP_GEANY_PKG_CONFIG_PATH_PUSH
22+ AC_REQUIRE([_GP_GEANY_LIBDIR])
23
24 PKG_CHECK_MODULES([GEANY], [geany >= $1])
25 geanypluginsdir=$geany_libdir/geany
26@@ -40,5 +41,5 @@ AC_DEFUN([GP_CHECK_GEANY],
27 AC_SUBST([geanypluginsdir])
28 AC_SUBST([GEANY_VERSION])
29
30- GP_GEANY_PKG_CONFIG_PATH_POP
31+ dnl GP_GEANY_PKG_CONFIG_PATH_POP
32 ])
diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.38.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.38.bb
index b6857917f5..fa4cccca03 100644
--- a/meta-oe/recipes-devtools/geany/geany-plugins_1.38.bb
+++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.38.bb
@@ -32,6 +32,7 @@ SRC_URI = " \
32 https://plugins.geany.org/${BPN}/${BP}.tar.bz2 \ 32 https://plugins.geany.org/${BPN}/${BP}.tar.bz2 \
33 file://0001-Use-pkg-config-to-find-gpgme.patch \ 33 file://0001-Use-pkg-config-to-find-gpgme.patch \
34 file://0001-git-changebar-Adjust-structs-for-libgit2-1.4.x.patch \ 34 file://0001-git-changebar-Adjust-structs-for-libgit2-1.4.x.patch \
35 file://0001-geany.m4-Do-not-tinker-with-pkg-config-paths.patch \
35" 36"
36SRC_URI[sha256sum] = "1c578a7ebb390aa8882f195acd3d8da3ceb73925d291b28dec90cd3e5fd20586" 37SRC_URI[sha256sum] = "1c578a7ebb390aa8882f195acd3d8da3ceb73925d291b28dec90cd3e5fd20586"
37 38