diff options
author | Laszlo Papp <lpapp@kde.org> | 2013-08-23 09:16:05 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-13 14:57:38 +0200 |
commit | f770c5dca9d755ebda51deb1f578f1ec43c68d8b (patch) | |
tree | d5235937e0e72b54dca6a810eebb1b8d820a7169 | |
parent | c67873216bb476935a753c3597ba91d8029f307b (diff) | |
download | meta-qt5-f770c5dca9d755ebda51deb1f578f1ec43c68d8b.tar.gz |
QtSerialPort: Add 5.1.0 version
Signed-off-by: Laszlo Papp <lpapp@kde.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtserialport.inc | 3 | ||||
-rw-r--r-- | recipes-qt/qt5/qtserialport_5.1.0.bb | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtserialport.inc b/recipes-qt/qt5/qtserialport.inc new file mode 100644 index 00000000..bbb05a65 --- /dev/null +++ b/recipes-qt/qt5/qtserialport.inc | |||
@@ -0,0 +1,3 @@ | |||
1 | require qt5.inc | ||
2 | |||
3 | DEPENDS += "qtbase" | ||
diff --git a/recipes-qt/qt5/qtserialport_5.1.0.bb b/recipes-qt/qt5/qtserialport_5.1.0.bb new file mode 100644 index 00000000..11b53460 --- /dev/null +++ b/recipes-qt/qt5/qtserialport_5.1.0.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c \ | ||
5 | file://LICENSE.FDL;md5=3801d7932fdc07fd9efe89f9854a6caa \ | ||
6 | file://LGPL_EXCEPTION.txt;md5=eb6c371255e1262c55ae9b652a90b528\ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "1f70621ae40cbda948106b070c6c37d2" | ||
10 | SRC_URI[sha256sum] = "0f36803c480b2b7111b343e9dd871ffab1b4fd53147bd564125ef2994b09cfb9" | ||