From 13ad27be07dc74970853589c81f2e7e3d78b62c7 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sun, 3 Jan 2021 18:13:27 +0100 Subject: [PATCH] Provide maliit-framework-qt5 version 0.99.2 Note that this is packaged differently from the version in meta-qt, since maliit-framework switched the build system to CMake. --- recipes-support/maliit-framework-qt5.inc | 34 +++++++++++++++++++ .../maliit-framework-qt5_0.99.2.bb | 5 +++ 2 files changed, 39 insertions(+) create mode 100644 recipes-support/maliit-framework-qt5.inc create mode 100644 recipes-support/maliit-framework-qt5_0.99.2.bb diff --git a/recipes-support/maliit-framework-qt5.inc b/recipes-support/maliit-framework-qt5.inc new file mode 100644 index 0000000..9479bb2 --- /dev/null +++ b/recipes-support/maliit-framework-qt5.inc @@ -0,0 +1,34 @@ +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=5c917f6ce94ceb8d8d5e16e2fca5b9ad" + +SRC_URI = " \ + git://github.com/maliit/framework.git;nobranch=1 \ +" +S = "${WORKDIR}/git" + +DEPENDS += " \ + qtbase \ + qtdeclarative \ + qtmultimedia \ + qtwayland \ + qtwayland-native \ + glibc \ + glib-2.0-native \ + wayland \ +" + +inherit cmake_qt5 + +EXTRA_OECMAKE += "-Denable-docs=OFF -Denable-tests=OFF" + +FILES_${PN} += " \ + ${libdir}/qt5/plugins \ +" + +FILES_${PN}-dev += " \ + ${libdir}/qt5/mkspecs \ +" diff --git a/recipes-support/maliit-framework-qt5_0.99.2.bb b/recipes-support/maliit-framework-qt5_0.99.2.bb new file mode 100644 index 0000000..c2f949c --- /dev/null +++ b/recipes-support/maliit-framework-qt5_0.99.2.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${BPN}.inc +SRCREV = "${PV}"