mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
13 lines
291 B
BlitzBasic
13 lines
291 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/"
|