diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-03-04 10:02:10 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-05 11:47:34 +0100 |
commit | b6c10d7c7ef6010e79d58227615045c84c118c43 (patch) | |
tree | 4621e24c2faadb352694d96bc3290b006d5484b2 | |
parent | fb880b1c6069217960a333b2a2a152ce69d6a821 (diff) | |
download | meta-qt5-b6c10d7c7ef6010e79d58227615045c84c118c43.tar.gz |
qt5-creator: update to 3.3.1
* LGPL_EXCEPTION.TXT: 'Digia' -> 'The Qt Company'
* LICENSE.LGPLv3: Preamble added
* LICENSE.LGPLv21: Preamble added
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qt5-creator_3.3.1.bb (renamed from recipes-qt/qt5/qt5-creator_3.3.0.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qt5-creator_3.3.0.bb b/recipes-qt/qt5/qt5-creator_3.3.1.bb index cbcd4bb8..8f993cae 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" | |||
9 | HOMEPAGE = "https://qt-project.org/" | 9 | HOMEPAGE = "https://qt-project.org/" |
10 | LICENSE = "LGPLv2.1 | GPLv3" | 10 | LICENSE = "LGPLv2.1 | GPLv3" |
11 | LIC_FILES_CHKSUM = " \ | 11 | LIC_FILES_CHKSUM = " \ |
12 | file://LGPL_EXCEPTION.TXT;md5=eb6c371255e1262c55ae9b652a90b528 \ | 12 | file://LGPL_EXCEPTION.TXT;md5=f4748b0d1a72c5c8fb5dab2dd1f7fa46 \ |
13 | file://LICENSE.LGPLv21;md5=243b725d71bb5df4a1e5920b344b86ad \ | 13 | file://LICENSE.LGPLv21;md5=825920de5f6db2eeb1bebe625476346d \ |
14 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | 14 | file://LICENSE.LGPLv3;md5=0786418af032b9e608909874f334a2d1 \ |
15 | " | 15 | " |
16 | 16 | ||
17 | inherit qmake5 | 17 | inherit qmake5 |
@@ -23,8 +23,8 @@ SRC_URI = " \ | |||
23 | file://0001-Fix-Allow-qt-creator-to-build-on-arm-aarch32-and-aar.patch \ | 23 | file://0001-Fix-Allow-qt-creator-to-build-on-arm-aarch32-and-aar.patch \ |
24 | file://qtcreator.desktop.in \ | 24 | file://qtcreator.desktop.in \ |
25 | " | 25 | " |
26 | SRC_URI[md5sum] = "5e33988908282c779f2e6e4dca2bba3e" | 26 | SRC_URI[md5sum] = "54cb5918c6852731612672a22627dd08" |
27 | SRC_URI[sha256sum] = "27a5c8815fab95f959134047f8315686de4de6f99b0bedfd46b5dedae390525a" | 27 | SRC_URI[sha256sum] = "afefb73a05cdc36cdfb8a760c2b39eb6c366a22ef47c7d365d446092dd1d5331" |
28 | 28 | ||
29 | S = "${WORKDIR}/qt-creator-opensource-src-${PV}" | 29 | S = "${WORKDIR}/qt-creator-opensource-src-${PV}" |
30 | 30 | ||