Use commit hashes for playground recipes

(cherry picked from commit 4dd9801e9a)
This commit is contained in:
Andreas Cord-Landwehr
2022-05-29 12:12:28 +02:00
parent feb4d8a691
commit 42bbaec260
3 changed files with 3 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
# SPDX-License-Identifier: CC0-1.0
require ${BPN}.inc
SRCREV = "v${PV}"
SRCREV = "72e9a61e4b55f2558b8bfaeca8b533cf6275a4f5"

View File

@@ -21,6 +21,7 @@ SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit cmake_kdeapp
inherit pkgconfig
PACKAGES += " \
${PN}-browser \

View File

@@ -2,4 +2,4 @@
# SPDX-License-Identifier: CC0-1.0
require ${BPN}.inc
SRCREV = "v${PV}"
SRCREV = "b6ef51c830b85a080e09ca205bae667890601df1"