From patchwork Sun Oct 21 15:37:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 193030 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [130.225.254.102]) by ozlabs.org (Postfix) with ESMTP id 199EA2C0096 for ; Mon, 22 Oct 2012 02:38:12 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id DA7703FD5E for ; Sun, 21 Oct 2012 17:38:10 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by hugin.dotsrc.org (Postfix) with ESMTPS id 2D65B3FBAE for ; Sun, 21 Oct 2012 17:38:10 +0200 (CEST) Received: by mail-we0-f179.google.com with SMTP id z49so959240wey.10 for ; Sun, 21 Oct 2012 08:38:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=ONQ0gxoAmly1z9DxsLuk3fSm8jLKGVbraelP/0vf+WI=; b=i394EjFRyiWnHjcH3l0zU6RGaqZWy0uQDp0+ThloS2/cwzCl/FvcQqrhes52YVSuxD u2DSe/ylmSwd94yGoryc1w0VYG2Suu+Whwk2/1WHVVo36828zJ375R6pYkwq4XsmL7BM QGZj8uTDvyDHizdZBpQEuPdoU47xC3AdvAjb1rG1NpGTzBABHO2nlqamNY745DI4SCU6 ulN2VaXGPQoeAhI87SR+yUZO2S4eux0D/tNKH9XgaJUEbST+DkoDPEXyE8VJKL8315pr ocVpCnkBBOuwcsdliLgg2ccravbJECN7NcOaSGpaFIfReVRLziuk/ikav0C/MbdsDYSR lS6g== Received: by 10.216.141.152 with SMTP id g24mr4040919wej.113.1350833890063; Sun, 21 Oct 2012 08:38:10 -0700 (PDT) Received: from localhost.localdomain (dom38-1-82-236-154-183.fbx.proxad.net. [82.236.154.183]) by mx.google.com with ESMTPS id gm7sm16535929wib.10.2012.10.21.08.38.08 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Oct 2012 08:38:09 -0700 (PDT) From: Yann Diorcet To: dev@oe-lite.org Subject: [PATCH 08/16] e2fsprogs: remove verbose compiling Date: Sun, 21 Oct 2012 17:37:47 +0200 Message-Id: <1350833876-9499-8-git-send-email-diorcet.yann@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1350833876-9499-1-git-send-email-diorcet.yann@gmail.com> References: <1350833876-9499-1-git-send-email-diorcet.yann@gmail.com> Cc: Yann Diorcet X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Yann Diorcet Why few packages have V=1 and others not? Maybe add a common option --- recipes/e2fsprogs/e2fsprogs.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes/e2fsprogs/e2fsprogs.inc b/recipes/e2fsprogs/e2fsprogs.inc index 775a691..68be8e8 100644 --- a/recipes/e2fsprogs/e2fsprogs.inc +++ b/recipes/e2fsprogs/e2fsprogs.inc @@ -23,8 +23,6 @@ do_compile_pre () { ( cd util; ${BUILD_CC} subst.c -o subst ) } -EXTRA_OEMAKE = "V=1" - do_install[postfuncs] += "do_install_extra" do_install_extra () { oe_runmake install-libs DESTDIR=${D}