From: Phil Blundell Date: Sun, 29 Aug 2004 11:53:16 +0000 (+0000) Subject: add /usr/lib/dbus-1.0/services to FILES_${PN} X-Git-Tag: Release-2010-05/1~17480 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55adb0927eb4230e68efeb1ddd9bc26bfb5e8d5d;p=openembedded.git add /usr/lib/dbus-1.0/services to FILES_${PN} BKrev: 4131c3ac9NraPVZcz93xtiNOQPOzqQ --- 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