From patchwork Wed Mar 19 19:30:08 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: 331843 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 7A6782C00A4 for ; Thu, 20 Mar 2014 06:31:23 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 18C4E8B4F1; Wed, 19 Mar 2014 19:31:22 +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 nay4lUiqERV4; Wed, 19 Mar 2014 19:31:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 999DD8B5BF; Wed, 19 Mar 2014 19:31:13 +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 AA1E11BF97C for ; Wed, 19 Mar 2014 19:31:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A6B3B87E44 for ; Wed, 19 Mar 2014 19:31:09 +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 YMlFT5qjkid9 for ; Wed, 19 Mar 2014 19:31:09 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f45.google.com (mail-ee0-f45.google.com [74.125.83.45]) by hemlock.osuosl.org (Postfix) with ESMTPS id 0425B87DB0 for ; Wed, 19 Mar 2014 19:31:08 +0000 (UTC) Received: by mail-ee0-f45.google.com with SMTP id d17so7033525eek.32 for ; Wed, 19 Mar 2014 12:31:07 -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; bh=Wwf3J54v7tPnaVyD0RDDxc1SQq6eXOUtCRRSMjn0K5o=; b=kyQkkM/UP5SpzGXro2fg/wlZm4vZa4hWATJPWVs5janhfuYHCh1rA4BXMD9rdTxVW2 PwdT3GF7SIDVcIV1Ato+pt4+E+vypQ6cKe1ZsLp4wiubmThZJYAG2UDbnvJe45sYjhkp mccrdu6gAiUpNiE6TbdTJBPozYs0duarSUFIBZ+XHtRkQAFNblNyWmit6CFOCfafHEQP w0LJiBOSvVhk3Lz4AX6zL/e4sTUgOGpEoc8W5imKUHPsmiJpOxLGa3qQHwq9z5F9DjKT Kv/2g9SLtEpyFmLh76fAcq47J7bL4CmE0mPlxjkd5gkKXeERgjK3ElOk18ypxfwXzDSX bc4g== X-Received: by 10.15.33.70 with SMTP id b46mr560666eev.107.1395257467601; Wed, 19 Mar 2014 12:31:07 -0700 (PDT) Received: from [127.0.1.1] (d54c62eeb.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id o5sm56696758eeg.8.2014.03.19.12.31.05 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Mar 2014 12:31:06 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: 90542cc669bb4125a9047b5a2527308270416a90 Message-Id: <90542cc669bb4125a904.1395257408@argentina> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Wed, 19 Mar 2014 20:30:08 +0100 From: Thomas De Schampheleire To: buildroot@buildroot.org Subject: [Buildroot] [PATCH 3 of 4] qtuio: use TARGET_MAKE_ENV when running make and qmake 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 This patch prepends TARGET_MAKE_ENV to $(MAKE) and $(QT_QMAKE) command lines, to make sure PATH is set correctly, and to line up with the qt5 packages that do this consistently. Signed-off-by: Thomas De Schampheleire Acked-by: Arnout Vandecappelle (Essensium/Mind) --- package/qtuio/qtuio.mk | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/qtuio/qtuio.mk b/package/qtuio/qtuio.mk --- a/package/qtuio/qtuio.mk +++ b/package/qtuio/qtuio.mk @@ -19,13 +19,13 @@ QTUIO_EXAMPLES = dials fingerpaint knobs ifeq ($(BR2_QTUIO_EXAMPLES),y) define QTUIO_CONFIGURE_EXAMPLES for example in $(QTUIO_EXAMPLES) ; do \ - (cd $(@D)/examples/$${example} && $(QT_QMAKE)) ; \ + (cd $(@D)/examples/$${example} && $(TARGET_MAKE_ENV) $(QT_QMAKE)) ; \ done endef endif define QTUIO_CONFIGURE_CMDS - cd $(@D)/src && $(QT_QMAKE) + cd $(@D)/src && $(TARGET_MAKE_ENV) $(QT_QMAKE) $(QTUIO_CONFIGURE_EXAMPLES) endef @@ -38,7 +38,7 @@ endef endif define QTUIO_BUILD_CMDS - $(MAKE) -C $(@D)/src + $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/src $(QTUIO_BUILD_EXAMPLES) endef