From patchwork Tue Feb 18 16:19:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 321548 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 [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 0C2C62C00D0 for ; Wed, 19 Feb 2014 03:20:08 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id AD21B3F837 for ; Tue, 18 Feb 2014 17:20:03 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail-oa0-f50.google.com (mail-oa0-f50.google.com [209.85.219.50]) by hugin.dotsrc.org (Postfix) with ESMTPS id E890F3F837 for ; Tue, 18 Feb 2014 17:20:00 +0100 (CET) Received: by mail-oa0-f50.google.com with SMTP id n16so19392945oag.23 for ; Tue, 18 Feb 2014 08:19:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=G/NkpUWevt8aosXUjn/SlXuOBCIhTQ98YgjzYoojDBw=; b=q1qkOa/wFf1ManVDw7316VX63904egRr8BWlnQkLh+HWZWAXMj4YK+2PRFUamGGXeV 13cadOM6OPw9lhf9vxfQFyLLj1dblP49ZjXQPdQaKEY/oRRYiF/Ijyo2SpUV9b+WdQHk RwG3GqWxF+X+lUL8nxUuQtsgsdog2E5wFzuoaFdgkQmkz+6K1hd56w/UmrIBiFElzp2V bwPRAqkVMfWWhWYJ8GkmCk9XYgm05S1/0F7iJYVvu6PgCr1fMTn0yDJCXFJsEPJOS6Ho AudVne/Pxb+ORPcw1iaUVyM6badvInBLl3MCRF7y4+SEhdtpMmzM6O9oUxOI1IvbFdKq S1/g== MIME-Version: 1.0 X-Received: by 10.60.124.137 with SMTP id mi9mr26110845oeb.11.1392740397380; Tue, 18 Feb 2014 08:19:57 -0800 (PST) Received: by 10.76.69.9 with HTTP; Tue, 18 Feb 2014 08:19:57 -0800 (PST) Date: Tue, 18 Feb 2014 17:19:57 +0100 Message-ID: Subject: Patch Bug #514 autotools-autoreconf in native From: Yann Diorcet To: "dev@oe-lite.org" 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: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org diff --git a/classes/autotools-autoreconf.oeclass b/classes/autotools-autoreconf.oeclass index 1773ec4..abc8991 100644 --- a/classes/autotools-autoreconf.oeclass +++ b/classes/autotools-autoreconf.oeclass @@ -45,6 +45,7 @@ do_autoreconf () { install -d ${STAGE_DIR}/${HOST_CROSS}${stage_datadir}/aclocal acpaths="$acpaths -I${STAGE_DIR}/${HOST_CROSS}${stage_datadir}/aclocal" oenote acpaths=$acpaths + export ACLOCAL="aclocal $acpaths" # autoreconf is too shy to overwrite aclocal.m4 if it doesn't look # like it was auto-generated. Work around this by blowing it away