From patchwork Wed Jun 11 19:12:28 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: 358868 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 243821400A7 for ; Thu, 12 Jun 2014 05:13:41 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 3C24F32AF4; Wed, 11 Jun 2014 19:13:40 +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 JVBdeIZlcL3p; Wed, 11 Jun 2014 19:13:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A878932C0C; Wed, 11 Jun 2014 19:12:52 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 050951BF9D3 for ; Wed, 11 Jun 2014 19:12:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 01EBE8B363 for ; Wed, 11 Jun 2014 19:12:49 +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 RMvFn-cd2Bhh for ; Wed, 11 Jun 2014 19:12:48 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by hemlock.osuosl.org (Postfix) with ESMTPS id AB5B58B201 for ; Wed, 11 Jun 2014 19:12:47 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id a1so192940wgh.12 for ; Wed, 11 Jun 2014 12:12:46 -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=TS09s/ER50Y+VEr8k/MLE+tXa+7iYWV51Lcp5AD1Kos=; b=DqMLY7dxCiv83lsDOQiT93zBWFP/OAWNtGJVY+HseNjdur9MWVDtWuuNVAxhCbKp0l Ey94M9Fbs9FOPtiHaYcjRa0FJGRyFDLzJILUwMC4Ms+T1frY04boG44GHJEY/jxuK+85 YxDnVPQjK5dPpWhkvdwvNeWqGE458CwfKbBITMK7t004GfXAYLmHxLqmyLtRA5PuV7Ki zOqNDaJDLIt9vCsBIgwq6ENyaazBlL4fh1bB5WEB1Az+acv4XPLblmmKilgD3nhE3FnG l3UnQR6z5JQ/PpC1MC4HnslUOJppTJMyjxwDf22pjOW79hs7GJOfO4HBt6MSoDytQjMx +24w== X-Received: by 10.180.182.115 with SMTP id ed19mr41361655wic.29.1402513966176; Wed, 11 Jun 2014 12:12:46 -0700 (PDT) Received: from [127.0.0.1] (d54c62eeb.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id 1sm33073390ees.9.2014.06.11.12.12.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Jun 2014 12:12:44 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: 7631eab20c587e35de0e6d47e0a6d07f629e09bc Message-Id: <7631eab20c587e35de0e.1402513948@localhost> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.7.2 Date: Wed, 11 Jun 2014 21:12:28 +0200 From: Thomas De Schampheleire To: buildroot@buildroot.org Cc: thomas.petazzoni@free-electrons.com, "Yann E. MORIN" Subject: [Buildroot] [PATCH 5 of 6 v4] makedevs: change version from 'undefined' to 'buildroot-$(BR2_VERSION)' 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 sources of the makedevs package are shipped with Buildroot, rather than downloaded from an external location. As a result, no explicit version is defined, causing build messages and build directory to show 'undefined' as version. This patch sets the version for makedevs to 'buildroot-$(BR2_VERSION), which would for example expand to 'buildroot-2014.05'. Signed-off-by: Thomas De Schampheleire Acked-by: "Yann E. MORIN" --- v4: no changes v3: no changes v2: no changes package/makedevs/makedevs.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff -r 177212836268 -r 7631eab20c58 package/makedevs/makedevs.mk --- a/package/makedevs/makedevs.mk Tue May 06 09:36:14 2014 +0200 +++ b/package/makedevs/makedevs.mk Sun May 11 14:43:08 2014 +0200 @@ -8,6 +8,8 @@ MAKEDEVS_SOURCE = HOST_MAKEDEVS_SOURCE = +MAKEDEVS_VERSION = buildroot-$(BR2_VERSION) + define MAKEDEVS_BUILD_CMDS $(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) \ package/makedevs/makedevs.c -o $(@D)/makedevs