diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-27 00:29:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-27 00:29:33 +0100 |
commit | a57a1db35d92f715bb3de7c05540d8caff03f3a5 (patch) | |
tree | ef2a629e2e0762c61ee06a645860f4a4f5d53509 /meta | |
parent | bd97aa3a54f9b58d9527200953568dc713d4edca (diff) | |
download | poky-a57a1db35d92f715bb3de7c05540d8caff03f3a5.tar.gz |
dbus: Fix commit typo, I mixed the patch versions up
(From OE-Core rev: b193e2fb163ad697ca136b240b682382f54f1d87)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 74be30f91a..2a5f8bdb98 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
@@ -24,7 +24,7 @@ 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 | RDEPENDS_${PN}-x11 = "${PN}" |
28 | 28 | ||
29 | FILES_${PN}-systemd = "${base_libdir}/systemd/system/" | 29 | FILES_${PN}-systemd = "${base_libdir}/systemd/system/" |
30 | 30 | ||