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

(From OE-Core rev: 796b7510853e71f158ad18dcea4cd1a10c7ef294)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2013-10-03 14:24:08 +01:00 committed by Richard Purdie
parent 9d64f3de4a
commit 56ea7aca3e
1 changed files with 3 additions and 0 deletions

View File

@ -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"