mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
systemd: Move the MIME file to a separate package
The systemd-mime package is added as a recommendation for systemd so that it is installed by default, but can be excluded, e.g., via BAD_RECOMMENDATIONS. Excluding it avoids pulling in the MIME database for products that have no use for it. (From OE-Core rev: 5560243137f772683e53b614f134dd632b62be8b) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
67f3f2edd3
commit
8dbeec7e04
@@ -430,6 +430,7 @@ PACKAGE_BEFORE_PN = "\
|
|||||||
${PN}-journal-upload \
|
${PN}-journal-upload \
|
||||||
${PN}-journal-remote \
|
${PN}-journal-remote \
|
||||||
${PN}-kernel-install \
|
${PN}-kernel-install \
|
||||||
|
${PN}-mime \
|
||||||
${PN}-rpm-macros \
|
${PN}-rpm-macros \
|
||||||
${PN}-udev-rules \
|
${PN}-udev-rules \
|
||||||
${PN}-vconsole-setup \
|
${PN}-vconsole-setup \
|
||||||
@@ -635,6 +636,9 @@ FILES:${PN}-extra-utils = "\
|
|||||||
${rootlibexecdir}/systemd/systemd-cgroups-agent \
|
${rootlibexecdir}/systemd/systemd-cgroups-agent \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
FILES:${PN}-mime = "${MIMEDIR}"
|
||||||
|
RRECOMMENDS:${PN} += "${PN}-mime"
|
||||||
|
|
||||||
FILES:${PN}-udev-rules = "\
|
FILES:${PN}-udev-rules = "\
|
||||||
${rootlibexecdir}/udev/rules.d/70-uaccess.rules \
|
${rootlibexecdir}/udev/rules.d/70-uaccess.rules \
|
||||||
${rootlibexecdir}/udev/rules.d/71-seat.rules \
|
${rootlibexecdir}/udev/rules.d/71-seat.rules \
|
||||||
@@ -732,7 +736,7 @@ RDEPENDS:${PN} += "kmod dbus util-linux-mount util-linux-umount udev (= ${EXTEND
|
|||||||
RDEPENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'serial-getty-generator', '', 'systemd-serialgetty', d)}"
|
RDEPENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'serial-getty-generator', '', 'systemd-serialgetty', d)}"
|
||||||
RDEPENDS:${PN} += "volatile-binds"
|
RDEPENDS:${PN} += "volatile-binds"
|
||||||
|
|
||||||
RRECOMMENDS:${PN} += "systemd-extra-utils \
|
RRECOMMENDS:${PN} += "${PN}-extra-utils \
|
||||||
udev-hwdb \
|
udev-hwdb \
|
||||||
e2fsprogs-e2fsck \
|
e2fsprogs-e2fsck \
|
||||||
kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 kernel-module-sch-fq-codel \
|
kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 kernel-module-sch-fq-codel \
|
||||||
|
|||||||
Reference in New Issue
Block a user