diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 14:58:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 21:16:50 +0200 |
commit | 48ee17af942ac9860e834c8dec049370e7802a56 (patch) | |
tree | 004e47c94682eaa418c9e718c3264ca121732102 /recipes-qt/qt5/qtserialport.inc | |
parent | 3208763b8b3f65b17825ded4b2c9b9166d78f2b2 (diff) | |
download | meta-qt5-48ee17af942ac9860e834c8dec049370e7802a56.tar.gz |
qt5: merge .inc and _git.bb files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtserialport.inc')
-rw-r--r-- | recipes-qt/qt5/qtserialport.inc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-qt/qt5/qtserialport.inc b/recipes-qt/qt5/qtserialport.inc deleted file mode 100644 index c9877c67..00000000 --- a/recipes-qt/qt5/qtserialport.inc +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | require qt5.inc | ||
2 | |||
3 | SRC_URI += " \ | ||
4 | file://0001-Unix-Clear-serial_struct-instances.patch \ | ||
5 | " | ||
6 | |||
7 | DEPENDS += "qtbase" | ||
8 | |||
9 | # text of LGPL_EXCEPTION.txt and LICENSE.FDL is slightly different than what | ||
10 | # other qt* components use :/ | ||
11 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
12 | file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed \ | ||
13 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
14 | file://LGPL_EXCEPTION.txt;md5=eb6c371255e1262c55ae9b652a90b528 \ | ||
15 | file://LICENSE.FDL;md5=3801d7932fdc07fd9efe89f9854a6caa" | ||