krdp: restructure recipe
Since krdp is now in recipes-plasma it should follow the same structure as the other recipes. This makes it possible to update the recipe automatically with the release script. Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
This commit is contained in:
@@ -24,9 +24,6 @@ DEPENDS = " \
|
||||
plasma-wayland-protocols \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kdeapp kf6-kconfig kf6-kcmutils systemd
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
|
||||
6
recipes-plasma/krdp_6.1.3.bb
Normal file
6
recipes-plasma/krdp_6.1.3.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI += "https://download.kde.org/stable/plasma/6.1.3/krdp-6.1.3.tar.xz"
|
||||
SRC_URI[sha256sum] = "9797b9fa9ce76f48c72d93272bdd47c778e760d4a6d94c1f63922275b346d3ea"
|
||||
@@ -1,6 +0,0 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
PV = "6.1.3"
|
||||
require ${BPN}.inc
|
||||
SRCREV = "2d95ca34ac465936f274a54e733a93589cef14d7"
|
||||
Reference in New Issue
Block a user