From patchwork Tue Dec 10 11:52:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 299395 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 C4C562C00A9 for ; Tue, 10 Dec 2013 22:59:26 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 88EB33FA0B for ; Tue, 10 Dec 2013 12:52:50 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by hugin.dotsrc.org (Postfix) with ESMTPS id B7AA03FA0B for ; Tue, 10 Dec 2013 12:52:48 +0100 (CET) Received: by mail-la0-f54.google.com with SMTP id b8so2543823lan.41 for ; Tue, 10 Dec 2013 03:52:47 -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=DPdOghhaMbrHDYpHZZvWlV7/0tIED2wPzZbToT4oMMg=; b=wMAEFem5BDg1/LjcVp8D/eFe2jq4qQZCVe/DXFt6kD9jUbtUcxcIepYzzukDPxV9qQ Uyf1WRb1jAZLvP3ZVJXmS7mJtXtJ1gzUNwwO8zExyCXe7W8G+i1zlHFrjLsFeApMPUV3 u2nKQtJufjApCv4bNhocFQlPLA4C/rEV1hSiuEDk3o2ADyuJ/iTUizulAVOj0f61gEJJ kXLMFcM4oyI4MMx0aUz2tb8sDsLG2EaS7MYnIljgEaWcpHcth5ct6r5XPozNlkyl0Bpz 9+TlJCBZsGzTFQuEagRKe3C0dJ9DJsZLIuEZsMR+OzSidnoF/NrA1d+qkp1VcgfdcBcA 07FQ== MIME-Version: 1.0 X-Received: by 10.152.180.104 with SMTP id dn8mr5024572lac.48.1386676367798; Tue, 10 Dec 2013 03:52:47 -0800 (PST) Received: by 10.152.87.129 with HTTP; Tue, 10 Dec 2013 03:52:47 -0800 (PST) Date: Tue, 10 Dec 2013 12:52:47 +0100 Message-ID: Subject: export ACLOCAL in autotools-autoreconf 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 Hi, Here a patch for the issue for http://oe-lite.org/redmine/issues/514 Regards, 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