From aafc161a44eba3694021a9f85f70c390a53affef Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Thu, 10 Jun 2004 20:44:42 +0000 Subject: [PATCH] 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 --- dbus/dbus_0.21.oe | 4 ++-- gpe-shield/gpe-shield_0.3.oe | 0 qt/qt-x11-free-native_3.3.2.oe | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 gpe-shield/gpe-shield_0.3.oe 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 () { diff --git a/gpe-shield/gpe-shield_0.3.oe b/gpe-shield/gpe-shield_0.3.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/qt/qt-x11-free-native_3.3.2.oe b/qt/qt-x11-free-native_3.3.2.oe index d067fe5760..4aa547b2a4 100644 --- a/qt/qt-x11-free-native_3.3.2.oe +++ b/qt/qt-x11-free-native_3.3.2.oe @@ -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/ -- 2.39.5