[oe-commits] Paul Eggleton : dbus: fix QA error building nativesdk-dbus

git at git.openembedded.org git at git.openembedded.org
Fri Oct 4 17:14:11 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 796b7510853e71f158ad18dcea4cd1a10c7ef294
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=796b7510853e71f158ad18dcea4cd1a10c7ef294

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu Oct  3 14:24:08 2013 +0100

dbus: fix QA error building nativesdk-dbus

Fixes the following QA error:

ERROR: QA Issue: nativesdk-dbus: Files/directories were installed but not shipped
  /run
  /run/dbus

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 580a936..5864643 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -141,5 +141,8 @@ do_install_class-nativesdk() {
 	# dbus-launch has no X support so lets not install it in case the host
 	# has a more featured and useful version
 	rm -f ${D}${bindir}/dbus-launch
+
+	# Remove /var/run to avoid QA error
+	rm -rf ${D}${localstatedir}/run
 }
 BBCLASSEXTEND = "native nativesdk"



More information about the Openembedded-commits mailing list