From 55adb0927eb4230e68efeb1ddd9bc26bfb5e8d5d Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 29 Aug 2004 11:53:16 +0000 Subject: [PATCH] add /usr/lib/dbus-1.0/services to FILES_${PN} BKrev: 4131c3ac9NraPVZcz93xtiNOQPOzqQ --- dbus/dbus_0.21.oe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dbus/dbus_0.21.oe b/dbus/dbus_0.21.oe index e9be99660d..952ff9034c 100644 --- a/dbus/dbus_0.21.oe +++ b/dbus/dbus_0.21.oe @@ -1,4 +1,4 @@ -PR = "r3" +PR = "r4" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" DEPENDS = "expat glib-2.0" @@ -14,7 +14,8 @@ INITSCRIPT_PARAMS = "defaults" CONFFILES_${PN} = "${sysconfdir}/dbus-1/system.conf ${sysconfdir}/dbus-1/session.conf" -FILES_${PN}-dev += " ${libdir}/dbus-1.0/include" +FILES_${PN} += "${libdir}/dbus-1.0/services" +FILES_${PN}-dev += "${libdir}/dbus-1.0/include" pkg_postinst_dbus() { #!/bin/sh -- 2.39.5