diff options
-rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 580a93661a..5864643996 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
@@ -141,5 +141,8 @@ do_install_class-nativesdk() { | |||
141 | # dbus-launch has no X support so lets not install it in case the host | 141 | # dbus-launch has no X support so lets not install it in case the host |
142 | # has a more featured and useful version | 142 | # has a more featured and useful version |
143 | rm -f ${D}${bindir}/dbus-launch | 143 | rm -f ${D}${bindir}/dbus-launch |
144 | |||
145 | # Remove /var/run to avoid QA error | ||
146 | rm -rf ${D}${localstatedir}/run | ||
144 | } | 147 | } |
145 | BBCLASSEXTEND = "native nativesdk" | 148 | BBCLASSEXTEND = "native nativesdk" |