From patchwork Mon May 30 14:54:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [16/17] qt4.inc: add locale to PACKAGES_DYNAMIC list Date: Mon, 30 May 2011 14:54:22 -0000 From: Otavio Salvador X-Patchwork-Id: 5073 Message-Id: <1306767263-29895-17-git-send-email-otavio@ossystems.com.br> To: openembedded-devel@lists.openembedded.org Cc: Otavio Salvador Signed-off-by: Otavio Salvador --- recipes/qt4/qt4.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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"