summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-08-30 10:41:39 +0200
committerArmin Kuster <akuster808@gmail.com>2024-09-15 12:16:46 -0400
commitea1926c7428442cabafaa9b24eb8482ea70e4960 (patch)
treeba900c8e8fa122b8bfe7feb36f6090d6e90a728b
parentfc5b65d80fa21031149a99d5008864b13d1f02a1 (diff)
downloadmeta-openembedded-ea1926c7428442cabafaa9b24eb8482ea70e4960.tar.gz
gpm: fix buildpaths QA issue
Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 7e8a786c291659083d746a4fe066fbc68c2abf34) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/gpm/gpm_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gpm/gpm_git.bb b/meta-oe/recipes-support/gpm/gpm_git.bb
index 31503e9c62..1a96bea099 100644
--- a/meta-oe/recipes-support/gpm/gpm_git.bb
+++ b/meta-oe/recipes-support/gpm/gpm_git.bb
@@ -24,6 +24,10 @@ inherit autotools-brokensep update-rc.d systemd texinfo
24INITSCRIPT_NAME = "gpm" 24INITSCRIPT_NAME = "gpm"
25INITSCRIPT_PARAMS = "defaults" 25INITSCRIPT_PARAMS = "defaults"
26 26
27# Avoid line statements with bison/yacc
28# ERROR: lib32-gpm-1.99.7+gite82d1a653ca94aa4ed12441424da6ce780b1e530-r0 do_package_qa: QA Issue: File /usr/src/debug/lib32-gpm/1.99.7+gite82d1a653ca94aa4ed12441424da6ce780b1e530/src/prog/gpm-root.c in package lib32-gpm-src contains reference to TMPDIR [buildpaths]
29EXTRA_OEMAKE = "YFLAGS='-l'"
30
27do_configure:prepend() { 31do_configure:prepend() {
28 (cd ${S};./autogen.sh;cd -) 32 (cd ${S};./autogen.sh;cd -)
29} 33}