mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
lirc: Define SH_PATH=/bin/sh
It points to sh provided by HOSTTOOLS in the build systems path
Fixes
WARNING: lirc-0.10.2-r0 do_package_qa: QA Issue: File /usr/include/lirc/config.h in package lirc-dev contains reference to TMPDIR [buildpaths]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d112323521)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@ PACKAGECONFIG ?= " \
|
|||||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)} \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' x11', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' x11', '', d)} \
|
||||||
"
|
"
|
||||||
CACHED_CONFIGUREVARS = "HAVE_WORKING_POLL=yes"
|
CACHED_CONFIGUREVARS = "HAVE_WORKING_POLL=yes SH_PATH=/bin/sh"
|
||||||
|
|
||||||
#EXTRA_OEMAKE = 'SUBDIRS="lib daemons tools"'
|
#EXTRA_OEMAKE = 'SUBDIRS="lib daemons tools"'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user