Initial add qtxdg-tools(-native) 3.10.0

Extend dependencies to native build

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-11-06 17:55:27 +01:00
parent d654eba3c8
commit f23d55722f
4 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1 @@
BBCLASSEXTEND = "native"

View File

@@ -28,3 +28,8 @@ FILES:${PN} += " \
${datadir}/lxqt \
${OE_QMAKE_PATH_PLUGINS}/iconengines \
"
BBCLASSEXTEND = "native"
do_sysroot_cmake_sanity:class-native() {
}

View File

@@ -13,3 +13,5 @@ SRC_URI = "git://github.com/lxde/${BPN}.git;branch=master;protocol=https"
SRCREV = "bc7e872ed3a544efaa68f7820926975bf8d469d6"
PV = "0.12.0"
S = "${WORKDIR}/git"
BBCLASSEXTEND = "native"

View File

@@ -0,0 +1,14 @@
SUMMARY = "libqtxdg user tools"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6"
inherit lxqt
DEPENDS += " \
libqtxdg \
"
SRCREV = "8bf7a47ca014fc404cfda971e92fdf0c0ca50dd6"
PV = "3.10.0"
BBCLASSEXTEND = "native"