From patchwork Wed Mar 19 19:30:09 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: 331845 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 C3A4C2C00A6 for ; Thu, 20 Mar 2014 06:31:27 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 095A48B5F6; Wed, 19 Mar 2014 19:31:25 +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 EKRtUMqFgQ-S; Wed, 19 Mar 2014 19:31:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id E204D8B63D; Wed, 19 Mar 2014 19:31:17 +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 CC6CA1BF856 for ; Wed, 19 Mar 2014 19:31:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C61398B4F3 for ; Wed, 19 Mar 2014 19:31:12 +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 waJ4pM2gujtd for ; Wed, 19 Mar 2014 19:31:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f49.google.com (mail-ee0-f49.google.com [74.125.83.49]) by whitealder.osuosl.org (Postfix) with ESMTPS id 837FD8B4F1 for ; Wed, 19 Mar 2014 19:31:10 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id c41so6978227eek.36 for ; Wed, 19 Mar 2014 12:31:09 -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=EgQSjON7XqNd/fpooLdcshw8BxiUe9yIaH95GhBtgb0=; b=kI2nUyJw2dX6dYED2KRXUvXDeMesAl7L+WqQ+lIPtQeJtnDPmbr7gHujUOTVhQPZMM Cb+nMtfG3dGOMySe2EwDCuYxYYatHW0sxvecOvBrJQX/O0WCKoTh8nTRrreTW686EEFu wlAFC9HqYtn7kQnHVfMTOkbuvDUtjqfr2FBAgK058rGPjFVoh2DKoCvYEqwMXW3ALanD EblAv+BFlokV0gnYscQDrYnkfQhflEiomtEdPxUTOAm7aoNYwP9A2VHilNWvrNtNmhf3 odd2WYshgaM5LY8zGoIShDBQRWCXjjzN9NufB/Jh2tgUcoRnX8tiRhRmxJcislFNdchZ ipXg== X-Received: by 10.15.53.135 with SMTP id r7mr554851eew.102.1395257469196; Wed, 19 Mar 2014 12:31:09 -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.07 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Mar 2014 12:31:08 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: caeab58814c94c25ce685a3d00a30119b6e966fe Message-Id: In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Wed, 19 Mar 2014 20:30:09 +0100 From: Thomas De Schampheleire To: buildroot@buildroot.org Subject: [Buildroot] [PATCH 4 of 4] qextserialport: 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/qextserialport/qextserialport.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/qextserialport/qextserialport.mk b/package/qextserialport/qextserialport.mk --- a/package/qextserialport/qextserialport.mk +++ b/package/qextserialport/qextserialport.mk @@ -15,11 +15,11 @@ QEXTSERIALPORT_DEPENDENCIES = qt QEXTSERIALPORT_INSTALL_STAGING = YES define QEXTSERIALPORT_CONFIGURE_CMDS - (cd $(@D); $(QT_QMAKE)) + (cd $(@D); $(TARGET_MAKE_ENV) $(QT_QMAKE)) endef define QEXTSERIALPORT_BUILD_CMDS - $(MAKE) -C $(@D) + $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) endef define QEXTSERIALPORT_INSTALL_STAGING_CMDS