From patchwork Mon May 12 14:44:13 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 348051 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id B914814008F for ; Tue, 13 May 2014 00:46:59 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1E0918B7DA; Mon, 12 May 2014 14:46:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CAfKqLJhJQ5J; Mon, 12 May 2014 14:46:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C77CD8B7D8; Mon, 12 May 2014 14:46:50 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A9FD81C2E73 for ; Mon, 12 May 2014 14:46:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A514E84956 for ; Mon, 12 May 2014 14:46:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2DeCjhMm6LaK for ; Mon, 12 May 2014 14:46:43 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0C9478147C for ; Mon, 12 May 2014 14:46:42 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id f8so4619717wiw.10 for ; Mon, 12 May 2014 07:46:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:subject :message-id:in-reply-to:references:user-agent:date:from:to:cc; bh=qL3ZcJDJeTY+t7k7hdLyXJ2YcijZaUg/ZwkyejYs2G8=; b=uqj9KNEsKcIzswfoXY4IXIXDOQddlIx+og041tlAr2OraPuX5RzMVZ2ldr6L17mPJE XF/UpPbxE9LatxzcST6XoM1Z6AJk5vH22VRlBm0jOIOjmsJ905m5fkCnAJdZCN0CLoIc bD83odhNF6Fr72w2CBLifVQkNg0SZ1jefL+4Kn/v3UYSpoZZ2RB80RQCGr9GACaqc8Rf vW/SKzS8hbNnFxoWwIGDt/C2bdlBWJObOYB6fhTJQnIYazVFDIoXd0BXcNM0wZUa26uZ I3QqdA7Pq5SB61tUmgoRa1GCIv+FH3bBqiue6aHd4Wzp2Cp/VGEji5CeitvUK5HI9QoV 6a1w== X-Received: by 10.194.81.98 with SMTP id z2mr22043194wjx.12.1399906001484; Mon, 12 May 2014 07:46:41 -0700 (PDT) Received: from [127.0.1.1] (alc112.alcatel.be. [195.207.101.112]) by mx.google.com with ESMTPSA id h19sm16499969wiw.17.2014.05.12.07.46.40 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 12 May 2014 07:46:40 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: edfef86e565d4540f1a1eea56e3b6f7887a8d075 Message-Id: In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Mon, 12 May 2014 16:44:13 +0200 From: Thomas De Schampheleire To: buildroot@buildroot.org Cc: thomas.petazzoni@free-electrons.com, "Yann E. MORIN" Subject: [Buildroot] [PATCH 5 of 7 v2] toolchain-external: change version from 'undefined' to 'virtual' X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The toolchain-external package displays the version 'undefined' in the build messages and the directory in output/build, which is not very nice. This patch sets the version to 'virtual', in analogy to the toolchain and toolchain-buildroot packages (which use the virtual-package infrastructure). Although toolchain-external is not strictly a virtual package, since it uses the generic-package infrastructure, it can be considered as a virtual package in the sense that it does not have a fixed version or source (they depend on the selected external toolchain). Signed-off-by: Thomas De Schampheleire Acked-by: "Yann E. MORIN" --- v2: no changes toolchain/toolchain-external/toolchain-external.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/toolchain/toolchain-external/toolchain-external.mk b/toolchain/toolchain-external/toolchain-external.mk --- a/toolchain/toolchain-external/toolchain-external.mk +++ b/toolchain/toolchain-external/toolchain-external.mk @@ -410,6 +410,8 @@ TOOLCHAIN_EXTERNAL_SITE = TOOLCHAIN_EXTERNAL_SOURCE = endif +TOOLCHAIN_EXTERNAL_VERSION = virtual + TOOLCHAIN_EXTERNAL_ADD_TOOLCHAIN_DEPENDENCY = NO TOOLCHAIN_EXTERNAL_INSTALL_STAGING = YES