mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
dbus: clean up dbus-x11 packaging
Martin Jansa spotted some differences with OE dev, which this commit fixes: * dbus-launch is mentioned twice in FILES * dbus-x11 should drag in dbus-1 (From OE-Core rev: eef8f869dd908e4dbca68b7a20e017c4ee40d626) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5168b14018
commit
eed619c6d3
@@ -24,12 +24,12 @@ DEBIANNAME_${PN} = "dbus-1"
|
||||
PACKAGES =+ "${PN}-lib ${PN}-x11 ${PN}-systemd"
|
||||
|
||||
FILES_${PN}-x11 = "${bindir}/dbus-launch"
|
||||
RDEPENDS_${PN}-x11 "${PN}"
|
||||
|
||||
FILES_${PN}-systemd = "${base_libdir}/systemd/system/"
|
||||
|
||||
FILES_${PN} = "${bindir}/dbus-daemon* \
|
||||
${bindir}/dbus-uuidgen \
|
||||
${bindir}/dbus-launch \
|
||||
${bindir}/dbus-cleanup-sockets \
|
||||
${bindir}/dbus-send \
|
||||
${bindir}/dbus-monitor \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
include dbus.inc
|
||||
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI[md5sum] = "99cb057700c0455fb68f8d57902f77ac"
|
||||
SRC_URI[sha256sum] = "caa1a0ded2d0f2e95c1d4ec7e3c8bd44834928c5b0ed41a7189963f3593983bd"
|
||||
|
||||
Reference in New Issue
Block a user