From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eumx.net ([91.82.101.43]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TSlp3-0006ty-5b for openembedded-devel@lists.openembedded.org; Mon, 29 Oct 2012 10:39:53 +0100 Received: from localhost ([127.0.0.1]:41822 helo=eumx.net) by eumx.net with esmtp (Exim 4.72) (envelope-from ) id 1TSlbu-0006kJ-PI; Mon, 29 Oct 2012 09:26:18 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=from:to:cc :subject:date:message-id; s=default; bh=lB+2b5pcLrLkjMsq6oonO9eX 9jk=; b=w2Av+029bXRJa+52yqfXTbRl0uCFfns743nCptnEuVWtpi/BAq4DNRNa rAbDVDMXYx0arY3/S8YGa/9GMrIN6JV/AMMgalP6rUy3dJuL2DCLSXNa4yvI7AUs 8PHOury2sfGNF+aVLLTDbJYoG/EeC1gGvW7d13SjtyXarxuSGXY= Received: from [195.171.99.130] (port=64174 helo=archHP.dbnet.local) by eumx.net with esmtpa (Exim 4.72) (envelope-from ) id 1TSlbu-0006kF-Ji; Mon, 29 Oct 2012 09:26:18 +0000 From: Jack Mitchell To: openembedded-devel@lists.openembedded.org Date: Mon, 29 Oct 2012 09:28:11 +0000 Message-Id: <1351502894-2303-1-git-send-email-ml@communistcode.co.uk> X-Mailer: git-send-email 1.8.0 Cc: Jack Mitchell Subject: [PATCH 0/3] Improve x11 distro_feature checks X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2012 09:39:53 -0000 From: Jack Mitchell Improvement to the detection of the x11 distro_feature in a few recipes with the final achievement being that GTK+ is no longer required in core-image-minimal if dbg-pkgs, tools-profile and tools-debug are enabled when x11 is not in distro_features. V2 Added PR bumps to all recipes Jack Mitchell (3): latencytop: disable GTK and remove gtk+ dependacy packagegroup-core-tools-profile: include sysprof only if x11 is distro feature babeltrace: fix depends .../packagegroups/packagegroup-core-tools-profile.bb | 4 +++- .../latencytop/latencytop-0.5/latencytop-makefile.patch | 13 +++++++------ meta/recipes-kernel/latencytop/latencytop_0.5.bb | 6 ++++-- meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb | 2 +- 4 files changed, 15 insertions(+), 10 deletions(-) -- 1.8.0