All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] qt applications: Fix issue with SDK makefile.
@ 2014-02-12 19:13 Franklin S. Cooper Jr
  2014-02-12 19:14 ` [PATCH 2/4] matrix-gui-apps-git: Update description and scripts Franklin S. Cooper Jr
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2014-02-12 19:13 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Makefiles have been updated to insure that qmake is called as part of the make
  clean target.
* This insures that the App-Makefile always exist and will be able to clean the
  sources.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-core/matrix/matrix-gui-browser_2.0.bb  |    4 ++--
 .../recipes-core/matrix/refresh-screen_2.0.bb      |    4 ++--
 .../dual-camera-demo/dual-camera-demo_1.0.bb       |    4 ++--
 .../recipes-qt/qt-apps/qt-tstat_2.0.bb             |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
index 4d41b73..1e54444 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
@@ -11,9 +11,9 @@ RDEPENDS_${PN} += "${QT_RDEPENDS_FONTS}"
 
 DEPENDS += "${QT_DEPENDS_WEBKIT}"
 
-PR = "r4"
+PR = "r5"
 
-SRCREV = "d962b18b628f0006642491c2250ef01557591e66"
+SRCREV = "ac2338295ccb4c6c2ffa58b5ad48659a5430"
 BRANCH ?= "master"
 
 SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix_browser.git;protocol=git;branch=${BRANCH}"
diff --git a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
index f409c1e..2696978 100644
--- a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
@@ -7,9 +7,9 @@ SECTION = "multimedia"
 # Make sure that QT font libraries have been installed
 RDEPENDS_${PN} += "qt4-embedded-fonts"
 
-PR = "r3"
+PR = "r4"
 
-SRCREV = "e652edf9403fe9329e1bcd14b79503045a53705c"
+SRCREV = "4dfdf85f17033f950e01f25341665f979edde6c3"
 BRANCH ?= "master"
 
 SRC_URI = "git://gitorious.org/matrix-gui-v2/refresh-screen.git;protocol=git;branch=${BRANCH}"
diff --git a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
index 4e33d9d..ba3cc57 100644
--- a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
+++ b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=18;md5=1e0116b09fc3d8f88
 
 require recipes-core/matrix/matrix-gui-paths.inc
 
-PR = "r1"
+PR = "r2"
 
 BRANCH = "master"
-SRCREV = "ee954e04b3efe160b3fabf5a8d640740ce1a7e85"
+SRCREV = "e8412769dfe650afd528dc2eb791ddf96143771e"
 
 SRC_URI = "git://gitorious.org/dual-camera-demo/dual-camera-demo.git;protocol=git;branch=${BRANCH}"
 
diff --git a/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb b/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
index 6704354..d0a9f7a 100644
--- a/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
+++ b/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
@@ -12,12 +12,12 @@ require recipes-core/matrix/matrix-gui-paths.inc
 
 inherit qt-provider
 
-PR = "r6"
+PR = "r7"
 
 DEPENDS += "${QT_DEPENDS_SVG} ${QT_DEPENDS_SCRIPT}"
 
 BRANCH ?= "master"
-SRCREV = "e6225f9e485675e4390dcc7575810e9f63501692"
+SRCREV = "2960431fd38239cc089c8738776f3ff9dcfe7f1c"
 
 SRC_URI = " \
 	git://gitorious.org/thermostat-demo/thermostat-demo.git;protocol=git \
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-02-18 14:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-12 19:13 [PATCH 1/4] qt applications: Fix issue with SDK makefile Franklin S. Cooper Jr
2014-02-12 19:14 ` [PATCH 2/4] matrix-gui-apps-git: Update description and scripts Franklin S. Cooper Jr
2014-02-12 19:14 ` [PATCH 3/4] matrix-gui: Generate json.txt incase the file is empty Franklin S. Cooper Jr
2014-02-12 19:14 ` [PATCH 4/4] ti-crypto-examples: Update commit to fix mknod issues Franklin S. Cooper Jr
2014-02-12 19:41 ` [PATCH 1/4] qt applications: Fix issue with SDK makefile Denys Dmytriyenko
2014-02-12 20:31   ` Cooper Jr., Franklin
2014-02-18 14:48     ` Cooper Jr., Franklin

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.