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}"