[oe-commits] Holger Hans Peter Freyther : qt4.inc: Package the xmlpatterns utility

git version control git at git.openembedded.org
Sat Sep 25 16:10:51 UTC 2010


Module: openembedded.git
Branch: master
Commit: d784cb863c0326a555bdfdaa3acccc3dca45e5e5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d784cb863c0326a555bdfdaa3acccc3dca45e5e5

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Sat Sep 25 18:04:03 2010 +0800

qt4.inc: Package the xmlpatterns utility

---

 recipes/qt4/qt4.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc
index b652047..5da08a0 100644
--- a/recipes/qt4/qt4.inc
+++ b/recipes/qt4/qt4.inc
@@ -89,6 +89,7 @@ OTHER_PACKAGES = "\
              ${QT_BASE_NAME}-mkspecs \
              ${QT_BASE_NAME}-pixeltool \
              ${QT_BASE_NAME}-qmlviewer \
+             ${QT_BASE_NAME}-xmlpatterns \
              ${QT_BASE_NAME}-qt3to4"
 
 PACKAGES += "${LIB_PACKAGES} ${DEV_PACKAGES} ${DBG_PACKAGES} ${OTHER_PACKAGES}"
@@ -138,6 +139,8 @@ FILES_${QT_BASE_NAME}-qmlviewer-dbg        = "${bindir}/.debug/qmlviewer"
 FILES_${QT_BASE_NAME}-makeqpf              = "${bindir}/makeqpf"
 FILES_${QT_BASE_NAME}-makeqpf-dbg          = "${bindir}/.debug/makeqpf"
 FILES_${QT_BASE_NAME}-mkspecs              = "${datadir}/${QT_DIR_NAME}/mkspecs/*"
+FILES_${QT_BASE_NAME}-xmlpatterns          = "${bindir}/xmlpatterns*"
+FILES_${QT_BASE_NAME}-xmlpatterns-dbg      = "${bindir}/.debug/xmlpatterns*"
 
 
 do_configure() {





More information about the Openembedded-commits mailing list