diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-08-30 10:41:39 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-30 08:10:33 -0700 |
| commit | 7e8a786c291659083d746a4fe066fbc68c2abf34 (patch) | |
| tree | aa400a2ef44f6225506be2bd8bbd0415e7fbd303 /meta-oe/recipes-support/gpm | |
| parent | 65bac5505f306c693244186c769cef18aa436f60 (diff) | |
| download | meta-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.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 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 | |||
| 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 | } |
