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:
1
extends-meta-qt5/qtsvg_git.bbappend
Normal file
1
extends-meta-qt5/qtsvg_git.bbappend
Normal file
@@ -0,0 +1 @@
|
||||
BBCLASSEXTEND = "native"
|
||||
@@ -28,3 +28,8 @@ FILES:${PN} += " \
|
||||
${datadir}/lxqt \
|
||||
${OE_QMAKE_PATH_PLUGINS}/iconengines \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
do_sysroot_cmake_sanity:class-native() {
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
14
recipes-lxqt/qtxdg-tools/qtxdg-tools.bb
Normal file
14
recipes-lxqt/qtxdg-tools/qtxdg-tools.bb
Normal 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"
|
||||
Reference in New Issue
Block a user