]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus-ptest: set INSANE_SKIP for build-deps
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 13 Jul 2015 10:02:42 +0000 (03:02 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jul 2015 14:08:40 +0000 (15:08 +0100)
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)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/dbus/dbus.inc

index 01066cbf6a051efc84c4bb480d2c1ce86270636d..3971081fd1bead997839989b0822443ba3a7ab26 100644 (file)
@@ -166,3 +166,5 @@ do_install_class-nativesdk() {
        rm -rf ${D}${localstatedir}/run
 }
 BBCLASSEXTEND = "native nativesdk"
+
+INSANE_SKIP_${PN}-ptest += "build-deps"