From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SuduO-0005u3-6y for openembedded-core@lists.openembedded.org; Fri, 27 Jul 2012 08:20:20 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 26 Jul 2012 23:08:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208,217";a="173813873" Received: from dell-desktop (HELO [10.237.105.32]) ([10.237.105.32]) by azsmga001.ch.intel.com with ESMTP; 26 Jul 2012 23:08:46 -0700 Message-ID: <501230CF.6090000@intel.com> Date: Fri, 27 Jul 2012 09:10:23 +0300 From: Radu Moisan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: <1343283462-25435-1-git-send-email-radu.moisan@intel.com> In-Reply-To: Subject: Re: [PATCH v3] dbus: include dbus-launch in the main dbus package X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer 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, 27 Jul 2012 06:20:20 -0000 Content-Type: multipart/alternative; boundary="------------010300050203030904000608" --------------010300050203030904000608 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/27/2012 12:12 AM, Burton, Ross wrote: > On 26 July 2012 14:17, Enrico Scholz wrote: >> Radu Moisan >> writes: >> >>> Followed suggestions from Bugz 2261: >>> >>> 1) remove the --with-x/--without-x configure arguments. >> why? They are valid ./configure options and common when evaluating the >> x11 distro-feature. Selecting them explicitly makes the build more >> predictable and detects configuration errors earlier. >> >> Sense of '--without-x' was disabling of x11 dependency, but not turning >> off the x11-autolaunch feature. > That's my fault, and I can't remember my reasoning. Probably best to > bring it back so the recipe is explicit. > > Radu, bring back this fragment, but correct the options > > EXTRA_OECONF_X = "${@base_contains('DISTRO_FEATURES', 'x11', > '--enable-x11-autolaunch', '--disable-x11-autolaunch', d)}" > > Ross > I've looked into the configure script and found that autolaunch feature is depending on x11, in other words using --with-x/--without-x implies --enable-x11-autolaunch/--disable-x11-autolaunch, so I guess the initial EXTRA_OECONF_X line will do pretty much the same thing. EXTRA_OECONF_X = "${@base_contains('DISTRO_FEATURES', 'x11', '--with-x', '--without-x', d)}" Radu --------------010300050203030904000608 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
On 07/27/2012 12:12 AM, Burton, Ross wrote:
On 26 July 2012 14:17, Enrico Scholz <enrico.scholz@sigma-chemnitz.de> wrote:
Radu Moisan <radu.moisan-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
writes:

Followed suggestions from Bugz 2261:

1) remove the --with-x/--without-x configure arguments.
why? They are valid ./configure options and common when evaluating the
x11 distro-feature.  Selecting them explicitly makes the build more
predictable and detects configuration errors earlier.

Sense of '--without-x' was disabling of x11 dependency, but not turning
off the x11-autolaunch feature.
That's my fault, and I can't remember my reasoning.  Probably best to
bring it back so the recipe is explicit.

Radu, bring back this fragment, but correct the options

EXTRA_OECONF_X = "${@base_contains('DISTRO_FEATURES', 'x11',
'--enable-x11-autolaunch', '--disable-x11-autolaunch', d)}"

Ross

I've looked into the configure script and found that autolaunch feature is depending on x11, in other words using --with-x/--without-x implies --enable-x11-autolaunch/--disable-x11-autolaunch, so I guess the initial EXTRA_OECONF_X line will do pretty much the same thing.

EXTRA_OECONF_X = "${@base_contains('DISTRO_FEATURES', 'x11', '--with-x', '--without-x', d)}"

Radu
--------------010300050203030904000608--