| Submitter | Otavio Salvador |
|---|---|
| Date | May 30, 2011, 2:54 p.m. |
| Message ID | <1306767263-29895-17-git-send-email-otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/5073/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc index b37e7ff..322f44c 100644 --- a/recipes/qt4/qt4.inc +++ b/recipes/qt4/qt4.inc @@ -95,7 +95,7 @@ OTHER_PACKAGES = "\ ${QT_BASE_NAME}-qml-plugins" PACKAGES += "${LIB_PACKAGES} ${DEV_PACKAGES} ${DBG_PACKAGES} ${OTHER_PACKAGES}" -PACKAGES_DYNAMIC = "${QT_BASE_NAME}-plugin-* ${QT_BASE_NAME}-translation-* ${QT_BASE_NAME}-fonts-*" +PACKAGES_DYNAMIC = "${QT_BASE_NAME}-plugin-* ${QT_BASE_NAME}-translation-* ${QT_BASE_NAME}-fonts-* ${PN}-locale-*" ALLOW_EMPTY_${PN} = "1" ALLOW_EMPTY_${QT_BASE_NAME}-fonts = "1"
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- recipes/qt4/qt4.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)