All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH 1/2] qt5-creator: add qtquick1 to DEPENDS
@ 2015-03-04  9:02 Andreas Müller
  2015-03-04  9:02 ` [meta-qt5][PATCH 2/2] qt5-creator: update to 3.3.1 Andreas Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Müller @ 2015-03-04  9:02 UTC (permalink / raw)
  To: openembedded-devel

| qt5-creator-3.3.0: qt5-creator rdepends on qtquick1, but it isn't a build dependency? [build-deps]

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qt5-creator_3.3.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qt5-creator_3.3.0.bb b/recipes-qt/qt5/qt5-creator_3.3.0.bb
index 76f9982..cbcd4bb 100644
--- a/recipes-qt/qt5/qt5-creator_3.3.0.bb
+++ b/recipes-qt/qt5/qt5-creator_3.3.0.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = " \
 
 inherit qmake5
 
-DEPENDS = "qtbase qtscript qtwebkit qtxmlpatterns qtx11extras qtdeclarative qttools qttools-native qtsvg"
+DEPENDS = "qtbase qtscript qtwebkit qtxmlpatterns qtx11extras qtdeclarative qttools qttools-native qtsvg qtquick1"
 
 SRC_URI = " \
     http://download.qt.io/official_releases/qtcreator/3.3/${PV}/qt-creator-opensource-src-${PV}.tar.gz \
-- 
1.9.3



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

* [meta-qt5][PATCH 2/2] qt5-creator: update to 3.3.1
  2015-03-04  9:02 [meta-qt5][PATCH 1/2] qt5-creator: add qtquick1 to DEPENDS Andreas Müller
@ 2015-03-04  9:02 ` Andreas Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Müller @ 2015-03-04  9:02 UTC (permalink / raw)
  To: openembedded-devel

* LGPL_EXCEPTION.TXT: 'Digia' -> 'The Qt Company'
* LICENSE.LGPLv3: Preamble added
* LICENSE.LGPLv21: Preamble added

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/{qt5-creator_3.3.0.bb => qt5-creator_3.3.1.bb} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
 rename recipes-qt/qt5/{qt5-creator_3.3.0.bb => qt5-creator_3.3.1.bb} (88%)

diff --git a/recipes-qt/qt5/qt5-creator_3.3.0.bb b/recipes-qt/qt5/qt5-creator_3.3.1.bb
similarity index 88%
rename from recipes-qt/qt5/qt5-creator_3.3.0.bb
rename to recipes-qt/qt5/qt5-creator_3.3.1.bb
index cbcd4bb..8f993ca 100644
--- a/recipes-qt/qt5/qt5-creator_3.3.0.bb
+++ b/recipes-qt/qt5/qt5-creator_3.3.1.bb
@@ -9,9 +9,9 @@ SUMMARY = "Qt Creator is a new cross-platform Qt IDE"
 HOMEPAGE = "https://qt-project.org/"
 LICENSE = "LGPLv2.1 | GPLv3"
 LIC_FILES_CHKSUM = " \
-    file://LGPL_EXCEPTION.TXT;md5=eb6c371255e1262c55ae9b652a90b528 \
-    file://LICENSE.LGPLv21;md5=243b725d71bb5df4a1e5920b344b86ad \
-    file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \
+    file://LGPL_EXCEPTION.TXT;md5=f4748b0d1a72c5c8fb5dab2dd1f7fa46 \
+    file://LICENSE.LGPLv21;md5=825920de5f6db2eeb1bebe625476346d \
+    file://LICENSE.LGPLv3;md5=0786418af032b9e608909874f334a2d1 \
 "
 
 inherit qmake5
@@ -23,8 +23,8 @@ SRC_URI = " \
     file://0001-Fix-Allow-qt-creator-to-build-on-arm-aarch32-and-aar.patch \
     file://qtcreator.desktop.in \
 "
-SRC_URI[md5sum] = "5e33988908282c779f2e6e4dca2bba3e"
-SRC_URI[sha256sum] = "27a5c8815fab95f959134047f8315686de4de6f99b0bedfd46b5dedae390525a"
+SRC_URI[md5sum] = "54cb5918c6852731612672a22627dd08"
+SRC_URI[sha256sum] = "afefb73a05cdc36cdfb8a760c2b39eb6c366a22ef47c7d365d446092dd1d5331"
 
 S = "${WORKDIR}/qt-creator-opensource-src-${PV}"
 
-- 
1.9.3



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

end of thread, other threads:[~2015-03-04  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-04  9:02 [meta-qt5][PATCH 1/2] qt5-creator: add qtquick1 to DEPENDS Andreas Müller
2015-03-04  9:02 ` [meta-qt5][PATCH 2/2] qt5-creator: update to 3.3.1 Andreas Müller

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.