diff options
author | Ross Burton <ross.burton@arm.com> | 2025-08-01 21:49:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-04 18:04:04 +0100 |
commit | 752eca419d273520342e5c9a57cbedb2124d2f07 (patch) | |
tree | e3d7f0970443a4d06e9ec09efd396cf8568f6768 /meta | |
parent | ab1c97e4e9353a77d076eda920c0b7928d57b844 (diff) | |
download | poky-752eca419d273520342e5c9a57cbedb2124d2f07.tar.gz |
dbus: remove obsolete cleanups
The removal of the Red Hat initscript has been redundant since 2017[1].
The test directory is not installed, so there's no need to remove it.
(From OE-Core rev: 904b6967ad4730ae32aad785d6b53ca3f5af2cd4)
Signed-off-by: Ross Burton <ross.burton@arm.com>
[1] dbus: 708a44d0 ("Remove distribution-specific init-scripts")
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/dbus/dbus_1.16.2.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-core/dbus/dbus_1.16.2.bb b/meta/recipes-core/dbus/dbus_1.16.2.bb index aabc4c3efb..5d6336545d 100644 --- a/meta/recipes-core/dbus/dbus_1.16.2.bb +++ b/meta/recipes-core/dbus/dbus_1.16.2.bb | |||
@@ -159,12 +159,6 @@ do_install:append:class-target() { | |||
159 | chmod 4755 ${D}${libexecdir}/dbus-daemon-launch-helper | 159 | chmod 4755 ${D}${libexecdir}/dbus-daemon-launch-helper |
160 | fi | 160 | fi |
161 | 161 | ||
162 | # Remove Red Hat initscript | ||
163 | rm -rf ${D}${sysconfdir}/rc.d | ||
164 | |||
165 | # Remove empty testexec directory as we don't build tests | ||
166 | rm -rf ${D}${libdir}/dbus-1.0/test | ||
167 | |||
168 | # Remove /run as it is created on startup | 162 | # Remove /run as it is created on startup |
169 | rm -rf ${D}${runtimedir} | 163 | rm -rf ${D}${runtimedir} |
170 | } | 164 | } |