diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-08-30 10:41:39 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-09-15 12:16:46 -0400 |
commit | ea1926c7428442cabafaa9b24eb8482ea70e4960 (patch) | |
tree | ba900c8e8fa122b8bfe7feb36f6090d6e90a728b | |
parent | fc5b65d80fa21031149a99d5008864b13d1f02a1 (diff) | |
download | meta-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.bb | 4 |
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 | |||
24 | INITSCRIPT_NAME = "gpm" | 24 | INITSCRIPT_NAME = "gpm" |
25 | INITSCRIPT_PARAMS = "defaults" | 25 | INITSCRIPT_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] | ||
29 | EXTRA_OEMAKE = "YFLAGS='-l'" | ||
30 | |||
27 | do_configure:prepend() { | 31 | do_configure:prepend() { |
28 | (cd ${S};./autogen.sh;cd -) | 32 | (cd ${S};./autogen.sh;cd -) |
29 | } | 33 | } |