mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 10:14:34 +00: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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
11 lines
255 B
BlitzBasic
11 lines
255 B
BlitzBasic
require qconnman.inc
|
|
|
|
RCONFLICTS_${PN} = "qconnman-e"
|
|
|
|
inherit qt4x11
|
|
|
|
PNBLACKLIST[qconnman] ?= "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}"
|