summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2011-11-08 09:41:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:38:12 +0000
commitfb8d219960d04d492a7488438f50bb6710c1d88e (patch)
treec338fbaebcf7202ba626f31582d18653fdaa8a1b /meta/recipes-core
parentae88920decd23e2c8925f2af6e4ee2cdd5e5dbbe (diff)
downloadpoky-fb8d219960d04d492a7488438f50bb6710c1d88e.tar.gz
dbus: fix install for virtclass-nativesdk
* 46e6c3fa8034b12d178d605f3f5d7efe69671a13 changed do_install which now fails for nativesdk (chown messagebus leads to no such user) * tested by building meta-toolchain-qte and running the generated sdk (From OE-Core rev: 5818a885df489f4bc9579d17c6b0efa7777f5ccc) (From OE-Core rev: 7984cc2fec3179da2e1f8f3bbffca9e7e21a3788) Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/dbus/dbus.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index 346da4efc5..9ea42c27cb 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -102,4 +102,8 @@ do_install_virtclass-native() {
102 # dbus-glib-native and dbus-glib need this xml file 102 # dbus-glib-native and dbus-glib need this xml file
103 ./bus/dbus-daemon --introspect > ${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml 103 ./bus/dbus-daemon --introspect > ${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml
104} 104}
105
106do_install_virtclass-nativesdk() {
107 autotools_do_install
108}
105BBCLASSEXTEND = "native nativesdk" 109BBCLASSEXTEND = "native nativesdk"