mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
a2jmidid: Define own do_configure
waf script here does not support -o switch so define own which can be run in B Secondly, ensure to use python2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -23,4 +23,9 @@ LDFLAGS_append_libc-musl = " -lexecinfo"
|
|||||||
|
|
||||||
export LINKFLAGS="${LDFLAGS}"
|
export LINKFLAGS="${LDFLAGS}"
|
||||||
|
|
||||||
|
do_configure() {
|
||||||
|
sed -i 's|/usr/bin/.*python$|/usr/bin/env python2|' ${S}/a2j_control ${S}/waf ${S}/wscript
|
||||||
|
(cd ${B} && ${S}/waf configure --prefix=${prefix} ${WAF_EXTRA_CONF} ${EXTRA_OECONF})
|
||||||
|
}
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/dbus-1/services"
|
FILES_${PN} += "${datadir}/dbus-1/services"
|
||||||
|
|||||||
Reference in New Issue
Block a user