diff options
-rw-r--r-- | dbus/dbus_0.21.oe | 4 | ||||
-rw-r--r-- | gpe-shield/gpe-shield_0.3.oe | 0 | ||||
-rw-r--r-- | qt/qt-x11-free-native_3.3.2.oe | 1 |
3 files changed, 3 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 () { 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 --- /dev/null +++ b/gpe-shield/gpe-shield_0.3.oe 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/ |