Convert override syntax to new version
For details see: https://docs.yoctoproject.org/next/migration-guides/migration-3.4.html Note that due to this change the latest point release of Dunfell is the minimal requirement to be compatible with this layer.
This commit is contained in:
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
RDEPENDS:${PN} = " \
|
||||
kdialog \
|
||||
kirigami-gallery \
|
||||
konsole \
|
||||
|
||||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
RDEPENDS:${PN} = " \
|
||||
alligator \
|
||||
calindori \
|
||||
kasts \
|
||||
|
||||
@@ -14,7 +14,7 @@ inherit packagegroup features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland x11 kde"
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
RDEPENDS:${PN} = " \
|
||||
bluedevil \
|
||||
breeze \
|
||||
discover \
|
||||
|
||||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
RDEPENDS:${PN} = " \
|
||||
packagegroup-plasma-mobile-workspace \
|
||||
packagegroup-plasma-mobile-applications \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user