All of lore.kernel.org
 help / color / mirror / Atom feed
From: Otavio Salvador <otavio@debian.org>
To: openembedded-devel@lists.openembedded.org
Cc: Otavio Salvador <otavio@ossystems.com.br>
Subject: [PATCH 4/6] qt4-tools-native: add qdbusxml2cpp
Date: Wed, 22 Apr 2009 22:17:39 -0300	[thread overview]
Message-ID: <1240449461-26116-5-git-send-email-otavio@debian.org> (raw)
In-Reply-To: <1240449461-26116-4-git-send-email-otavio@debian.org>

From: Otavio Salvador <otavio@ossystems.com.br>

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 recipes/qt4/qt4-tools-native.inc      |    4 +++-
 recipes/qt4/qt4-tools-native_4.4.3.bb |    2 +-
 recipes/qt4/qt4-tools-native_4.5.0.bb |    2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes/qt4/qt4-tools-native.inc b/recipes/qt4/qt4-tools-native.inc
index df5afd3..ead27c1 100644
--- a/recipes/qt4/qt4-tools-native.inc
+++ b/recipes/qt4/qt4-tools-native.inc
@@ -37,6 +37,7 @@ TOBUILD = "\
   src/tools/moc \
   src/corelib \
   src/sql \
+  src/dbus \
   src/qt3support \
   src/xml \
   src/tools/uic \
@@ -46,6 +47,7 @@ TOBUILD = "\
   src/tools/uic3 \
   tools/linguist/lrelease \
   tools/linguist/lupdate \
+  tools/qdbus \
 "
 
 do_compile() {
@@ -57,7 +59,7 @@ do_compile() {
 do_stage() {
 	install -d ${STAGING_BINDIR_NATIVE}/
     install -m 0755 bin/qmake ${STAGING_BINDIR_NATIVE}/qmake2
-    for i in moc uic uic3 rcc lrelease lupdate; do
+    for i in moc uic uic3 rcc lrelease lupdate qdbusxml2cpp; do
         install -m 0755 bin/${i} ${STAGING_BINDIR_NATIVE}/${i}4
     done
     
diff --git a/recipes/qt4/qt4-tools-native_4.4.3.bb b/recipes/qt4/qt4-tools-native_4.4.3.bb
index ef86db4..e8fc316 100644
--- a/recipes/qt4/qt4-tools-native_4.4.3.bb
+++ b/recipes/qt4/qt4-tools-native_4.4.3.bb
@@ -1,2 +1,2 @@
 require qt4-tools-native.inc
-PR = "r3"
+PR = "r4"
diff --git a/recipes/qt4/qt4-tools-native_4.5.0.bb b/recipes/qt4/qt4-tools-native_4.5.0.bb
index ab63314..158a4dd 100644
--- a/recipes/qt4/qt4-tools-native_4.5.0.bb
+++ b/recipes/qt4/qt4-tools-native_4.5.0.bb
@@ -1,5 +1,5 @@
 require qt4-tools-native.inc
-PR = "r1"
+PR = "r2"
 
 DEFAULT_PREFERENCE = "-1"
 TOBUILD := "src/tools/bootstrap ${TOBUILD}"
-- 
1.6.2.1.303.g63699




  reply	other threads:[~2009-04-23  1:22 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-23  1:17 Small patchset being used at O.S. Systems and ready for pushing Otavio Salvador
2009-04-23  1:17 ` [PATCH 1/6] qt4.inc: add translation packages to the dynamic list Otavio Salvador
2009-04-23  1:17   ` [PATCH 2/6] gtk-engines: add 2.18.1 Otavio Salvador
2009-04-23  1:17     ` [PATCH 3/6] machine/geode[gl]x: use more optimization while compiling Otavio Salvador
2009-04-23  1:17       ` Otavio Salvador [this message]
2009-04-23  1:17         ` [PATCH 5/6] qmake2.bbclass: add OE_QMAKE_QDBUSXML2CPP var Otavio Salvador
2009-04-23  1:17           ` [PATCH 6/6] acpid: add 1.0.8 (with netlink support) Otavio Salvador
2009-04-24 17:52           ` [PATCH 5/6] qmake2.bbclass: add OE_QMAKE_QDBUSXML2CPP var Jeremy Lainé
2009-04-24 17:20         ` [PATCH 4/6] qt4-tools-native: add qdbusxml2cpp Jeremy Lainé
2009-04-23  6:29       ` [PATCH 3/6] machine/geode[gl]x: use more optimization while compiling Koen Kooi
2009-04-23 12:56         ` Otavio Salvador
2009-04-23 14:37           ` Koen Kooi
2009-04-23 14:48             ` Otavio Salvador
2009-04-23 10:01       ` Marcin Juszkiewicz
2009-04-23 12:57         ` Otavio Salvador
2009-04-24 17:03   ` [PATCH 1/6] qt4.inc: add translation packages to the dynamic list Jeremy Lainé
2009-04-23 14:22 ` Small patchset being used at O.S. Systems and ready for pushing Michael 'Mickey' Lauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1240449461-26116-5-git-send-email-otavio@debian.org \
    --to=otavio@debian.org \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=otavio@ossystems.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.