From patchwork Fri Jun 6 20:13:01 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: 357012 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 914781400AC for ; Sat, 7 Jun 2014 06:13:38 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E69E987C45; Fri, 6 Jun 2014 20:13:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aJnXC2JSdBVf; Fri, 6 Jun 2014 20:13:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id A049E89BDF; Fri, 6 Jun 2014 20:13:26 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id F1C131BF978 for ; Fri, 6 Jun 2014 20:13:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id EE9E232CD5 for ; Fri, 6 Jun 2014 20:13:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1ssEv0xYJA0z for ; Fri, 6 Jun 2014 20:13:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by silver.osuosl.org (Postfix) with ESMTPS id 7B46732C99 for ; Fri, 6 Jun 2014 20:13:21 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id bs8so1621166wib.12 for ; Fri, 06 Jun 2014 13:13:20 -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=tobRyMBMASuXt5Ez3pjFme4MZuFwAAENI03fFlycVF0=; b=YIY1zty6uwBYIPQc8n8KfJCJMY5faxtH6Div7/WEAGerMrUSwmppLdB7bYYWKKRidy XWyAHfQz8x9S8cLoFuTtB/wlc7ISaZ+r3jYx4GFkDV3ShpbsdMxzF6PF+4yySHcsVZ1o gRAaYFiKQir6APKZXkopWdpZ1ebCiLcvFDsvaoZLqiiy7EbyeMTQEaEqMeJ8g95KDn0O dZMXPZDEicS32b7RWdyZTQzm3k5yZ7/AIG5y+wG9lxviC4CXvC/8cU7JLslrg0ePb9Bi Iwi0rgNkriFQVioAgUH+s/eucVW4ZjAdhWXHNUlKDkYlUoCCr5qXpLaTEA8wq7RKhPnI 3yTQ== X-Received: by 10.15.35.72 with SMTP id f48mr591717eev.13.1402085600006; Fri, 06 Jun 2014 13:13:20 -0700 (PDT) Received: from [127.0.0.1] (d54c62eeb.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id s9sm25061258ees.33.2014.06.06.13.13.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Jun 2014 13:13:18 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: 640c5d9c5ac14d44220774527bd228611f950dbd Message-Id: <640c5d9c5ac14d442207.1402085581@localhost> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.7.2 Date: Fri, 06 Jun 2014 22:13:01 +0200 From: Thomas De Schampheleire To: buildroot@buildroot.org Cc: thomas.petazzoni@free-electrons.com, "Yann E. MORIN" Subject: [Buildroot] [PATCH 5 of 7 v3] 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" --- v3: no changes v2: no changes toolchain/toolchain-external/toolchain-external.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff -r 58ea2200cf19 -r 640c5d9c5ac1 toolchain/toolchain-external/toolchain-external.mk --- a/toolchain/toolchain-external/toolchain-external.mk Tue May 06 09:36:14 2014 +0200 +++ b/toolchain/toolchain-external/toolchain-external.mk Sun May 11 14:28:02 2014 +0200 @@ -411,6 +411,8 @@ TOOLCHAIN_EXTERNAL_SOURCE = endif +TOOLCHAIN_EXTERNAL_VERSION = virtual + TOOLCHAIN_EXTERNAL_ADD_TOOLCHAIN_DEPENDENCY = NO TOOLCHAIN_EXTERNAL_INSTALL_STAGING = YES