Warning, /packaging/yocto-meta-kde/recipes-integration/packagegroups/packagegroup-plasma-mobile-applications.bb is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "KDE Plasma Mobile"
0006 LICENSE = "MIT"
0007 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
0008 
0009 inherit packagegroup
0010 
0011 RDEPENDS:${PN} = " \
0012     alligator \
0013     calindori \
0014     kasts \
0015     kclock \
0016     koko \
0017     kongress \
0018     krecorder \
0019     ktrip \
0020     kweather \
0021 "