From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UJ52A-0003xw-DY for openembedded-core@lists.openembedded.org; Fri, 22 Mar 2013 17:41:38 +0100 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r2MGXLcD011404; Fri, 22 Mar 2013 16:34:04 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id t5R2yldAumtU; Fri, 22 Mar 2013 16:34:03 +0000 (GMT) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r2MGXvfr011419 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Fri, 22 Mar 2013 16:34:01 GMT Message-ID: <1363969462.3097.15.camel@ted> From: Richard Purdie To: Saul Wold Date: Fri, 22 Mar 2013 16:24:22 +0000 In-Reply-To: <1363909196-10482-1-git-send-email-sgw@linux.intel.com> References: <1363909196-10482-1-git-send-email-sgw@linux.intel.com> X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] dbus: remove uneeded RDEPENDS on ptest X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 16:41:45 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2013-03-21 at 16:39 -0700, Saul Wold wrote: > This solves a multiple provider issue along with a build failure with ptest enabled > > Signed-off-by: Saul Wold > --- > meta/recipes-core/dbus/dbus.inc | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc > index affffbc..a1b56a5 100644 > --- a/meta/recipes-core/dbus/dbus.inc > +++ b/meta/recipes-core/dbus/dbus.inc > @@ -9,8 +9,6 @@ X11DEPENDS = "virtual/libx11 libsm" > DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X11DEPENDS}', '', d)}" > DEPENDS_class-native = "expat-native virtual/libintl-native" > DEPENDS_class-nativesdk = "nativesdk-expat virtual/nativesdk-libintl" > -RDEPENDS_dbus = "${@base_contains('DISTRO_FEATURES', 'ptest', 'dbus-ptest', '', d)}" > -RDEPENDS_class-native = "" > > INC_PR = "r6" We need to fix this but the idea was to trigger a dependency on dbus-ptest being built, if dbus was built... Cheers, Richard