diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-10 20:44:42 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-10 20:44:42 +0000 |
commit | aafc161a44eba3694021a9f85f70c390a53affef (patch) | |
tree | 5340b2d84e32cc3356eb9333f5d233820ec991e1 /dbus/dbus_0.21.oe | |
parent | 0a5f99a3d2dfa0cb176e9ea4aa950b3acd455bd9 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/home/pb_/packages
2004/06/10 22:09:35+02:00 uni-frankfurt.de!pb_
fix naming of dbus initscript
2004/06/10 11:50:16+02:00 uni-frankfurt.de!pb_
update gpe-shield to 0.3
2004/06/08 15:42:55+02:00 uni-frankfurt.de!pb_
create include/private before trying to put files inside it
BKrev: 40c8c83azhfn6l8fO64Emw6-OA9fqw
Diffstat (limited to 'dbus/dbus_0.21.oe')
-rw-r--r-- | dbus/dbus_0.21.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus_0.21.oe b/dbus/dbus_0.21.oe index 99d999db11..6b4471f918 100644 --- a/dbus/dbus_0.21.oe +++ b/dbus/dbus_0.21.oe @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r2" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" DEPENDS = "expat glib-2.0" @@ -49,7 +49,7 @@ do_stage () { do_install_append () { install -d ${D}${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/dbus-1.init ${D}${sysconfdir}/init.d/ + install -m 0755 ${WORKDIR}/dbus-1.init ${D}${sysconfdir}/init.d/dbus-1 } python populate_packages_prepend () { |