diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-07-13 03:02:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-16 15:09:16 +0100 |
commit | a79007b4b2345971dc54a873f6e580d8c4884073 (patch) | |
tree | 4ed073e6d0e22375124e0bf51ebc6f3a658a03f0 /meta/recipes-core/dbus | |
parent | 49f1d971d2ea0ac086b0fbc8ca0ac112c1376cb5 (diff) | |
download | poky-a79007b4b2345971dc54a873f6e580d8c4884073.tar.gz |
dbus-ptest: set INSANE_SKIP for build-deps
Skip the warning for dbus-ptest:
dbus-1.8.18: dbus-ptest rdepends on dbus-test-ptest, but it isn't a build dependency? [build-deps]
We add dbus-test to dbus' DEPENDS to fix the problem usually, but
dbus-test DEPENDS on dbus, so we can't do that, use INSANE_SKIP to fix
the problem.
(From OE-Core rev: 7bf27752cdfcb83a951086d6e5609593c79437c3)
(From OE-Core rev: e26e348d7b6301f0e1cb15018ebadfa0eea4013c)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 01066cbf6a..3971081fd1 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
@@ -166,3 +166,5 @@ do_install_class-nativesdk() { | |||
166 | rm -rf ${D}${localstatedir}/run | 166 | rm -rf ${D}${localstatedir}/run |
167 | } | 167 | } |
168 | BBCLASSEXTEND = "native nativesdk" | 168 | BBCLASSEXTEND = "native nativesdk" |
169 | |||
170 | INSANE_SKIP_${PN}-ptest += "build-deps" | ||