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
-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"
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 () {
do
install -m 0644 $f ${STAGING_INCDIR}/
done
+ install -d ${STAGING_INCDIR}/private
for f in include/private/*.h
do
install -m 0644 $f ${STAGING_INCDIR}/private/