mirror of
https://github.com/Fishwaldo/yocto-meta-kde.git
synced 2025-03-16 12:11:36 +00:00
Cleanup mime-xdg dependency warnings
This commit is contained in:
parent
9d03fa0288
commit
da062866a0
4 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,7 @@ SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https"
|
|||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_plasma
|
||||
inherit mime-xdg
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/bluedevilwizard \
|
||||
|
|
|
@ -30,6 +30,7 @@ SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https"
|
|||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_plasma
|
||||
inherit mime-xdg
|
||||
|
||||
FILES_${PN} += " \
|
||||
${libdir}/qml/org/kde/discovernotifier \
|
||||
|
|
|
@ -29,6 +29,7 @@ S = "${WORKDIR}/git"
|
|||
|
||||
inherit cmake_plasma
|
||||
inherit kdoctools
|
||||
inherit mime-xdg
|
||||
|
||||
FILES_SOLIBSDEV = ""
|
||||
|
||||
|
|
|
@ -25,3 +25,4 @@ inherit cmake_kdeapp
|
|||
inherit kconfig
|
||||
inherit kcoreaddons
|
||||
inherit kauth
|
||||
inherit mime-xdg
|
||||
|
|
Loading…
Add table
Reference in a new issue