diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2024-09-05 00:51:47 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-05 21:48:47 +0100 |
| commit | 4e2aa7e4a1508e228a69722f0f2c753e1ae1f2f8 (patch) | |
| tree | 8e87303b15ff577080d0df739173c5ff3c030528 | |
| parent | 1231f5d34f05742ecdc115bdee1d9f4c5c5045d8 (diff) | |
| download | poky-4e2aa7e4a1508e228a69722f0f2c753e1ae1f2f8.tar.gz | |
systemd: Remove a leftover reference to ${datadir}/mime
${MIMEDIR} (aka ${datadir}/mime) is packaged in ${PN}-mime and the
reference to ${datadir}/mime/packages/io.systemd.xml for FILES:${PN}
should have been removed in commit
5560243137f772683e53b614f134dd632b62be8b.
(From OE-Core rev: 3dba1443ef123714a4b1c77ade1ea3b2d0ad3f21)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/systemd/systemd_256.5.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_256.5.bb b/meta/recipes-core/systemd/systemd_256.5.bb index 1d45670780..11b0fc5f05 100644 --- a/meta/recipes-core/systemd/systemd_256.5.bb +++ b/meta/recipes-core/systemd/systemd_256.5.bb | |||
| @@ -717,7 +717,6 @@ FILES:${PN} = " ${base_bindir}/* \ | |||
| 717 | ${datadir}/dbus-1/system.d/org.freedesktop.portable1.conf \ | 717 | ${datadir}/dbus-1/system.d/org.freedesktop.portable1.conf \ |
| 718 | ${datadir}/dbus-1/system.d/org.freedesktop.oom1.conf \ | 718 | ${datadir}/dbus-1/system.d/org.freedesktop.oom1.conf \ |
| 719 | ${datadir}/dbus-1/system.d/org.freedesktop.home1.conf \ | 719 | ${datadir}/dbus-1/system.d/org.freedesktop.home1.conf \ |
| 720 | ${datadir}/mime/packages/io.systemd.xml \ | ||
| 721 | " | 720 | " |
| 722 | 721 | ||
| 723 | FILES:${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd" | 722 | FILES:${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd" |
