diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-02-19 23:03:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-23 23:59:37 +0000 |
commit | 762966eaae1022f14345964bec9023342d9d6985 (patch) | |
tree | b7706229bb11665943babc3d0a49198b2aa69b37 /meta/recipes-core/dbus | |
parent | 566ae9796baa6e5bb5b0a658d758296e51a36cb2 (diff) | |
download | poky-762966eaae1022f14345964bec9023342d9d6985.tar.gz |
dbus: Remove empty ${lindir}dbus-1.0/test directory as we don't build tests
This empty directory generates a QA warning of unshippped files/dirs.
(From OE-Core rev: d3573ae136c532d3cf537ef05c22f163275f4f41)
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 2a2525676f..588209fb80 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
@@ -10,7 +10,7 @@ DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X | |||
10 | DEPENDS_virtclass-native = "expat-native virtual/libintl-native" | 10 | DEPENDS_virtclass-native = "expat-native virtual/libintl-native" |
11 | DEPENDS_virtclass-nativesdk = "expat-nativesdk virtual/libintl-nativesdk virtual/libx11" | 11 | DEPENDS_virtclass-nativesdk = "expat-nativesdk virtual/libintl-nativesdk virtual/libx11" |
12 | 12 | ||
13 | INC_PR = "r1" | 13 | INC_PR = "r2" |
14 | 14 | ||
15 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | 15 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ |
16 | file://tmpdir.patch; \ | 16 | file://tmpdir.patch; \ |
@@ -91,6 +91,9 @@ do_install() { | |||
91 | # Remove Red Hat initscript | 91 | # Remove Red Hat initscript |
92 | rm -rf ${D}${sysconfdir}/rc.d | 92 | rm -rf ${D}${sysconfdir}/rc.d |
93 | 93 | ||
94 | # Remove empty testexec directory as we don't build tests | ||
95 | rm -rf ${D}${libdir}/dbus-1.0/test | ||
96 | |||
94 | # disable dbus-1 sysv script on systemd installs | 97 | # disable dbus-1 sysv script on systemd installs |
95 | # nearly all distros call the initscript plain 'dbus', but OE-core is different | 98 | # nearly all distros call the initscript plain 'dbus', but OE-core is different |
96 | ln -sf /dev/null ${D}/${base_libdir}/systemd/system/dbus-1.service | 99 | ln -sf /dev/null ${D}/${base_libdir}/systemd/system/dbus-1.service |