summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gpm
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-08-30 10:41:39 +0200
committerKhem Raj <raj.khem@gmail.com>2024-08-30 08:10:33 -0700
commit7e8a786c291659083d746a4fe066fbc68c2abf34 (patch)
treeaa400a2ef44f6225506be2bd8bbd0415e7fbd303 /meta-oe/recipes-support/gpm
parent65bac5505f306c693244186c769cef18aa436f60 (diff)
downloadmeta-openembedded-7e8a786c291659083d746a4fe066fbc68c2abf34.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>
Diffstat (limited to 'meta-oe/recipes-support/gpm')
-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 25e5414a35..a066488649 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}