mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-05-04 16:39:48 +02:00
Move git specific SRC_URI data to generated inc file
This allows to provide two different mechanism (git + tarballs) which can be selected on demand without having to manually change any code.
This commit is contained in:
@@ -30,9 +30,6 @@ DEPENDS = " \
|
||||
openssl \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECMAKE_class-target += " -DHAVE_GOOD_GETADDRINFO=ON"
|
||||
|
||||
require kdelibs4support_metainfo.inc
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -13,9 +13,6 @@ DEPENDS = " \
|
||||
kdesignerplugin-native \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kdesignerplugin_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -9,9 +9,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase kjs-native pcre"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kjs_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit perlnative
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -14,9 +14,6 @@ DEPENDS = " \
|
||||
kjs \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kjsembed_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit ki18n
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -12,9 +12,6 @@ DEPENDS = " \
|
||||
qtbase \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require attica_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -9,9 +9,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require bluez-qt_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -6,9 +6,6 @@ LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require breeze-icons_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
# bash is in the hosttools folder in PATH, but that's not detected automatically
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -12,11 +12,8 @@ require extra-cmake-modules_metainfo.inc
|
||||
inherit cmake_qt5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
|
||||
FILES_${PN}-dev += " ${datadir}/ECM"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -11,9 +11,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "zlib bzip2 xz qtbase"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require karchive_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -14,9 +14,6 @@ DEPENDS = " \
|
||||
libical \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kcalendarcore_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -10,9 +10,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase gperf-native"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kcodecs_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -11,9 +11,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase kconfig-native"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kconfig_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -10,9 +10,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase kcoreaddons-native"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kcoreaddons_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -10,9 +10,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kdbusaddons_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -10,9 +10,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase avahi"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kdnssd_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -17,9 +17,6 @@ DEPENDS = " \
|
||||
qtwayland-native \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kguiaddons_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -8,9 +8,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kholidays_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -19,9 +19,6 @@ DEPENDS_class-target += " \
|
||||
extra-cmake-modules \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require ki18n_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit python3native
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -13,9 +13,6 @@ DEPENDS = " \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kidletime_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -10,9 +10,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kimageformats_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -11,9 +11,6 @@ DEPENDS = " \
|
||||
qtsvg \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kirigami_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -10,9 +10,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kitemmodels_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -10,9 +10,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kitemviews_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -10,9 +10,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kplotting_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -11,9 +11,6 @@ DEPENDS = " \
|
||||
qtquickcontrols2 \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kquickcharts_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -17,9 +17,6 @@ DEPENDS = " \
|
||||
virtual/egl \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kwayland_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -10,9 +10,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kwidgetsaddons_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -13,9 +13,6 @@ DEPENDS = " \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras libxrender", "", d)} \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kwindowsystem_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -8,9 +8,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase modemmanager"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require modemmanager-qt_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -8,9 +8,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase networkmanager"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require networkmanager-qt_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -6,9 +6,6 @@ LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/oxygen-icons5;nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require oxygen-icons5_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -8,9 +8,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase qtdeclarative qrencode libdmtx"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require prison_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -11,9 +11,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase bison-native"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require solid_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -8,9 +8,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase sonnet-native"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require sonnet_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -14,9 +14,6 @@ DEPENDS = " \
|
||||
${BPN}-native \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/syntax-highlighting;nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require syntax-highlighting_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit perlnative
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -10,9 +10,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require threadweaver_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -17,9 +17,6 @@ DEPENDS = " \
|
||||
boost \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kactivities_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -10,9 +10,6 @@ PR = "r0"
|
||||
DEPENDS_class-native = "extra-cmake-modules qtbase-native kcoreaddons-native"
|
||||
DEPENDS_class-target = "qtbase kcoreaddons kauth-native polkit-qt-1"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kauth_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -13,9 +13,6 @@ DEPENDS = " \
|
||||
kconfig-native \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kcompletion_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -18,9 +18,6 @@ DEPENDS = " \
|
||||
|
||||
RDEPENDS_${PN} += "iso-codes"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kcontacts_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit ki18n
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -13,9 +13,6 @@ DEPENDS = " \
|
||||
kwindowsystem \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kcrash_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -18,9 +18,6 @@ DEPENDS = " \
|
||||
kdoctools-native \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kdoctools_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit gettext
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -14,9 +14,6 @@ DEPENDS = " \
|
||||
kcoreaddons-native \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kfilemetadata_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit ki18n
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -15,9 +15,6 @@ DEPENDS = " \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kjobwidgets_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -16,9 +16,6 @@ DEPENDS = " \
|
||||
phonon \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require knotifications_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -13,9 +13,6 @@ DEPENDS = " \
|
||||
kpackage-native \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kpackage_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit ki18n
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -13,9 +13,6 @@ DEPENDS = " \
|
||||
kcoreaddons-native \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kpty_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit ki18n
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -10,9 +10,6 @@ PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kunitconversion_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit ki18n
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -11,9 +11,6 @@ DEPENDS = " \
|
||||
kcodecs \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require syndication_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit reuse_license_checksums
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -25,9 +25,6 @@ DEPENDS = " \
|
||||
lmdb \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require baloo_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit ki18n
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user