From b193e2fb163ad697ca136b240b682382f54f1d87 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 27 May 2011 00:29:25 +0100 Subject: dbus: Fix commit typo, I mixed the patch versions up Signed-off-by: Richard Purdie --- meta/recipes-core/dbus/dbus.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/dbus/dbus.inc') 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" PACKAGES =+ "${PN}-lib ${PN}-x11 ${PN}-systemd" FILES_${PN}-x11 = "${bindir}/dbus-launch" -RDEPENDS_${PN}-x11 "${PN}" +RDEPENDS_${PN}-x11 = "${PN}" FILES_${PN}-systemd = "${base_libdir}/systemd/system/" -- cgit 1.2.3-korg