git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75f70c9
)
dbus-native-0.92: do_stage: create dir before putting files to it
author
Philipp Zabel
<philipp.zabel@gmail.com>
Mon, 28 Aug 2006 16:01:58 +0000
(16:01 +0000)
committer
Philipp Zabel
<philipp.zabel@gmail.com>
Mon, 28 Aug 2006 16:01:58 +0000
(16:01 +0000)
packages/dbus/dbus-native_0.92.bb
patch
|
blob
|
history
diff --git
a/packages/dbus/dbus-native_0.92.bb
b/packages/dbus/dbus-native_0.92.bb
index
db2d701
..
d782388
100644
(file)
--- a/
packages/dbus/dbus-native_0.92.bb
+++ b/
packages/dbus/dbus-native_0.92.bb
@@
-23,5
+23,6
@@
do_stage () {
autotools_stage_all
# for dbus-glib-native introspection generation
+ install -d ${STAGING_DATADIR}/dbus
install -m 0644 bus/session.conf ${STAGING_DATADIR}/dbus/session.conf
}