From b4e0df20e3724251ae39945a0aa91e6d00078b29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jeremy=20Lain=C3=A9?= Date: Fri, 24 Apr 2009 18:18:02 +0200 Subject: [PATCH] qt4.inc: add translation packages to the dynamic list MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit From: Otavio Salvador Signed-off-by: Otavio Salvador Acked-by: Jeremy Lainé --- recipes/qt4/qt4.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc index dede5cb43e..3deffa6617 100644 --- a/recipes/qt4/qt4.inc +++ b/recipes/qt4/qt4.inc @@ -62,7 +62,7 @@ OTHER_PACKAGES = "\ ${QT_BASE_NAME}-pixeltool" PACKAGES += "${LIB_PACKAGES} ${DEV_PACKAGES} ${DBG_PACKAGES} ${OTHER_PACKAGES}" -PACKAGES_DYNAMIC = "${QT_BASE_NAME}-plugin-*" +PACKAGES_DYNAMIC = "${QT_BASE_NAME}-plugin-* ${QT_BASE_NAME}-translation-*" ALLOW_EMPTY_${PN} = "1" FILES_${PN} = "" -- 2.39.5