mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
gpm: fix buildpaths QA issue
Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -24,6 +24,10 @@ inherit autotools-brokensep update-rc.d systemd texinfo
|
|||||||
INITSCRIPT_NAME = "gpm"
|
INITSCRIPT_NAME = "gpm"
|
||||||
INITSCRIPT_PARAMS = "defaults"
|
INITSCRIPT_PARAMS = "defaults"
|
||||||
|
|
||||||
|
# Avoid line statements with bison/yacc
|
||||||
|
# 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]
|
||||||
|
EXTRA_OEMAKE = "YFLAGS='-l'"
|
||||||
|
|
||||||
do_configure:prepend() {
|
do_configure:prepend() {
|
||||||
(cd ${S};./autogen.sh;cd -)
|
(cd ${S};./autogen.sh;cd -)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user