diff options
-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" | ||