Commit b34ac6ed authored by Ming Liu's avatar Ming Liu Committed by Martin Jansa
Browse files

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: default avatarMing Liu <liu.ming50@gmail.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment