diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-05 20:36:42 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-07 11:01:55 +0200 |
commit | 996f91828c5275daa7c0dfa4875214f0f16f84ef (patch) | |
tree | 8db431f48e9d93bb0f9a0ea4f7296772b6a55dec /recipes-qt/qt5/qtxmlpatterns_5.0.1.bb | |
parent | 5d2b301bcb1637c60503b89cc8530fdd31892cb4 (diff) | |
download | meta-qt5-996f91828c5275daa7c0dfa4875214f0f16f84ef.tar.gz |
qt5: Add recipes for missing versions
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtxmlpatterns_5.0.1.bb')
-rw-r--r-- | recipes-qt/qt5/qtxmlpatterns_5.0.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtxmlpatterns_5.0.1.bb b/recipes-qt/qt5/qtxmlpatterns_5.0.1.bb new file mode 100644 index 00000000..0363dca2 --- /dev/null +++ b/recipes-qt/qt5/qtxmlpatterns_5.0.1.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require ${PN}.inc | ||
2 | require qt5-${PV}.inc | ||
3 | |||
4 | # LICENSE files are missing in 5.0.1 | ||
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780 \ | ||
6 | file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891 \ | ||
7 | file://${COMMON_LICENSE_DIR}/GFDL-1.3;md5=1083add59b39991c748ea70a92166959 \ | ||
8 | " | ||
9 | |||
10 | PR = "${INC_PR}.0" | ||
11 | |||
12 | SRC_URI[md5sum] = "de8b08656a0e1496b18a091dfca82e59" | ||
13 | SRC_URI[sha256sum] = "23cc183f96688992fee46537c8f50bbd20b20e4c92d29fff280e61758c97a59a" | ||