diff options
| -rw-r--r-- | meta/packages/dbus/dbus-glib-native_0.78.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/packages/dbus/dbus-glib-native_0.78.bb b/meta/packages/dbus/dbus-glib-native_0.78.bb index 81be0e123f..8395fced0c 100644 --- a/meta/packages/dbus/dbus-glib-native_0.78.bb +++ b/meta/packages/dbus/dbus-glib-native_0.78.bb | |||
| @@ -7,8 +7,7 @@ PR = "r0" | |||
| 7 | 7 | ||
| 8 | SRC_URI += "file://run-with-tmp-session-bus.patch;patch=1" | 8 | SRC_URI += "file://run-with-tmp-session-bus.patch;patch=1" |
| 9 | 9 | ||
| 10 | do_stage() { | 10 | do_install_append() { |
| 11 | autotools_stage_all | 11 | install -d ${D}${datadir}/dbus |
| 12 | install -d ${STAGING_DATADIR}/dbus | 12 | install -m 0644 tools/dbus-glib-bindings.h ${D}${datadir}/dbus |
| 13 | install -m 0644 tools/dbus-glib-bindings.h ${STAGING_DATADIR}/dbus | ||
| 14 | } | 13 | } |
