Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Thu, 10 Jun 2004 20:44:42 +0000 (20:44 +0000)
committerPhil Blundell <philb@gnu.org>
Thu, 10 Jun 2004 20:44:42 +0000 (20:44 +0000)
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

dbus/dbus_0.21.oe
gpe-shield/gpe-shield_0.3.oe [new file with mode: 0644]
qt/qt-x11-free-native_3.3.2.oe

index 99d999d..6b4471f 100644 (file)
@@ -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 () {
diff --git a/gpe-shield/gpe-shield_0.3.oe b/gpe-shield/gpe-shield_0.3.oe
new file mode 100644 (file)
index 0000000..e69de29
index d067fe5..4aa547b 100644 (file)
@@ -45,6 +45,7 @@ do_stage() {
        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/