mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
* this makes it easier to unblacklist it from local.conf which is parsed before the recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
292 B
BlitzBasic
13 lines
292 B
BlitzBasic
require qconnman.inc
|
|
|
|
RCONFLICTS_${PN} = "qconnman"
|
|
|
|
inherit qt4e
|
|
|
|
PNBLACKLIST[qconnman-e] ?= "BROKEN: doesn't work with B!=S, ls: cannot access *.pro: No such file or directory"
|
|
|
|
EXTRA_QMAKEVARS_PRE += "PREFIX=/usr"
|
|
EXTRA_OEMAKE += "INSTALL_ROOT=${D}"
|
|
|
|
FILES_${PN} += "${datadir}/qconnman/"
|