Merge bk://openembedded@openembedded.bkbits.net/packages
authorRene Wagner <rw@handhelds.org>
Thu, 5 Aug 2004 21:54:03 +0000 (21:54 +0000)
committerRene Wagner <rw@handhelds.org>
Thu, 5 Aug 2004 21:54:03 +0000 (21:54 +0000)
into sugarcube.dyndns.org:/home/oe/oe/packages

2004/08/05 23:53:36+02:00 dyndns.org!reenoo
dbus_0.21.oe:
  add /usr/lib/dbus-1.0/services to make dbus-daemon-1 --session work

BKrev: 4112ac7bl3Z52JjAN_53q5RxTac5DA

dbus/dbus_0.21.oe

index 6b4471f..710bdbd 100644 (file)
@@ -50,6 +50,7 @@ do_stage () {
 do_install_append () {
        install -d ${D}${sysconfdir}/init.d
        install -m 0755 ${WORKDIR}/dbus-1.init ${D}${sysconfdir}/init.d/dbus-1
+       install -d ${D}/usr/lib/dbus-1.0/services
 }
 
 python populate_packages_prepend () {