Warning, /packaging/yocto-meta-kde/recipes-integration/packagegroups/packagegroup-plasma-mobile.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     packagegroup-plasma-mobile-workspace \
0013     packagegroup-plasma-mobile-applications \
0014 "