qcoro: package QCoro library
This commit is contained in:
29
recipes-support/qcoro.inc
Normal file
29
recipes-support/qcoro.inc
Normal file
@@ -0,0 +1,29 @@
|
||||
# SPDX-FileCopyrightText: 2021-2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
DESCRIPTION = "QCoro"
|
||||
HOMEPAGE = "https://github.com/danvratil/qcoro"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSES/MIT.txt;md5=387248cdf922178ee3fdc379e28542dc"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
qtbase \
|
||||
qtdeclarative \
|
||||
qttools \
|
||||
qttools-native \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/danvratil/qcoro.git;nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit qt6-cmake
|
||||
|
||||
EXTRA_OECMAKE += " \
|
||||
-DQCORO_WITH_QTWEBSOCKETS=OFF \
|
||||
"
|
||||
|
||||
FILES:${PN}-dev += " \
|
||||
${prefix}/mkspecs \
|
||||
"
|
||||
5
recipes-support/qcoro_0.9.0.bb
Normal file
5
recipes-support/qcoro_0.9.0.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "e66e8882acdea951cd379045167fc9be30564942"
|
||||
Reference in New Issue
Block a user