]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus: fix install for virtclass-nativesdk
authorEric Bénard <eric@eukrea.com>
Tue, 8 Nov 2011 08:41:48 +0000 (09:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2012 16:27:12 +0000 (16:27 +0000)
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)

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>
meta/recipes-core/dbus/dbus.inc

index 346da4efc5a2976ed2bdd23a1dde232c943591fc..9ea42c27cbc72e2190a4a06d11ee4da01798ab19 100644 (file)
@@ -102,4 +102,8 @@ do_install_virtclass-native() {
        # dbus-glib-native and dbus-glib need this xml file
        ./bus/dbus-daemon --introspect > ${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml
 }
+
+do_install_virtclass-nativesdk() {
+       autotools_do_install
+}
 BBCLASSEXTEND = "native nativesdk"