diff options
author | Jonathan Liu <net147@gmail.com> | 2014-05-30 13:05:21 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-10 12:11:51 +0200 |
commit | e47180cf1f010547d682bf5ca04b3287b14161f2 (patch) | |
tree | 917e7bb345365f396806ccb336475dd7e17388b4 | |
parent | e9ad98bbed6065989ef4648e724f27275b35b838 (diff) | |
download | meta-qt5-e47180cf1f010547d682bf5ca04b3287b14161f2.tar.gz |
qtwebsockets: Add new module
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtwebsockets.inc | 6 | ||||
-rw-r--r-- | recipes-qt/qt5/qtwebsockets_5.3.0.bb | 5 | ||||
-rw-r--r-- | recipes-qt/qt5/qtwebsockets_git.bb | 6 |
3 files changed, 17 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebsockets.inc b/recipes-qt/qt5/qtwebsockets.inc new file mode 100644 index 00000000..eb442a64 --- /dev/null +++ b/recipes-qt/qt5/qtwebsockets.inc | |||
@@ -0,0 +1,6 @@ | |||
1 | require qt5.inc | ||
2 | |||
3 | DEPENDS += "qtbase qtdeclarative" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" | ||
6 | LICENSE = "LGPL-2.1" | ||
diff --git a/recipes-qt/qt5/qtwebsockets_5.3.0.bb b/recipes-qt/qt5/qtwebsockets_5.3.0.bb new file mode 100644 index 00000000..2437060d --- /dev/null +++ b/recipes-qt/qt5/qtwebsockets_5.3.0.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "0ced83d5555e969f05e1ea89607ad584" | ||
5 | SRC_URI[sha256sum] = "715f2e5196a29176bdb9980bf99334e5c8aefe5f4aac961d7de3c53b0a432ce6" | ||
diff --git a/recipes-qt/qt5/qtwebsockets_git.bb b/recipes-qt/qt5/qtwebsockets_git.bb new file mode 100644 index 00000000..3528ae76 --- /dev/null +++ b/recipes-qt/qt5/qtwebsockets_git.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require qt5-git.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | QT_MODULE_BRANCH = "release" | ||
5 | # v5.3.0 | ||
6 | SRCREV = "c6dfdcdacfdd8c8190301b930caf67ad50ac09bb" | ||