mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-04 05:04:36 +02:00
qt5: set ALLOW_EMPTY for mkspecs subpackage
Some recipes might not export mkspecs so set ALLOW_EMPTY. This fixes a qt3d-mkspecs package missing issue during populating SDK. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -53,6 +53,7 @@ INSANE_SKIP:${PN}-examples += "libdir staticdev dev-so"
|
||||
PACKAGES =. "${PN}-qmldesigner ${PN}-qmlplugins ${PN}-tools ${PN}-plugins ${PN}-mkspecs ${PN}-examples "
|
||||
|
||||
ALLOW_EMPTY:${PN} = "1"
|
||||
ALLOW_EMPTY:${PN}-mkspecs = "1"
|
||||
ALLOW_EMPTY:${PN}-plugins = "1"
|
||||
ALLOW_EMPTY:${PN}-qmlplugins = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user