summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"