diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-26 21:39:32 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-27 00:27:25 +0100 |
commit | eed619c6d3c54d129177f153bb7568eb5a749e76 (patch) | |
tree | 5c5efde083bbf52fc3263f60fec776c99853489e /meta/recipes-core/dbus | |
parent | 5168b140183c569409d35b19d8a80265ef8d0a78 (diff) | |
download | poky-eed619c6d3c54d129177f153bb7568eb5a749e76.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/dbus/dbus_1.4.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 8275a1be71..74be30f91a 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
@@ -24,12 +24,12 @@ DEBIANNAME_${PN} = "dbus-1" | |||
24 | PACKAGES =+ "${PN}-lib ${PN}-x11 ${PN}-systemd" | 24 | PACKAGES =+ "${PN}-lib ${PN}-x11 ${PN}-systemd" |
25 | 25 | ||
26 | FILES_${PN}-x11 = "${bindir}/dbus-launch" | 26 | FILES_${PN}-x11 = "${bindir}/dbus-launch" |
27 | RDEPENDS_${PN}-x11 "${PN}" | ||
27 | 28 | ||
28 | FILES_${PN}-systemd = "${base_libdir}/systemd/system/" | 29 | FILES_${PN}-systemd = "${base_libdir}/systemd/system/" |
29 | 30 | ||
30 | FILES_${PN} = "${bindir}/dbus-daemon* \ | 31 | FILES_${PN} = "${bindir}/dbus-daemon* \ |
31 | ${bindir}/dbus-uuidgen \ | 32 | ${bindir}/dbus-uuidgen \ |
32 | ${bindir}/dbus-launch \ | ||
33 | ${bindir}/dbus-cleanup-sockets \ | 33 | ${bindir}/dbus-cleanup-sockets \ |
34 | ${bindir}/dbus-send \ | 34 | ${bindir}/dbus-send \ |
35 | ${bindir}/dbus-monitor \ | 35 | ${bindir}/dbus-monitor \ |
diff --git a/meta/recipes-core/dbus/dbus_1.4.1.bb b/meta/recipes-core/dbus/dbus_1.4.1.bb index 00720fd88f..1c8aeaa5cc 100644 --- a/meta/recipes-core/dbus/dbus_1.4.1.bb +++ b/meta/recipes-core/dbus/dbus_1.4.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | include dbus.inc | 1 | include dbus.inc |
2 | 2 | ||
3 | PR = "r3" | 3 | PR = "r4" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "99cb057700c0455fb68f8d57902f77ac" | 5 | SRC_URI[md5sum] = "99cb057700c0455fb68f8d57902f77ac" |
6 | SRC_URI[sha256sum] = "caa1a0ded2d0f2e95c1d4ec7e3c8bd44834928c5b0ed41a7189963f3593983bd" | 6 | SRC_URI[sha256sum] = "caa1a0ded2d0f2e95c1d4ec7e3c8bd44834928c5b0ed41a7189963f3593983bd" |