From patchwork Mon Jun 13 22:15:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jordan Yelloz X-Patchwork-Id: 634937 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rT6Xm13F2z9t0Z for ; Tue, 14 Jun 2016 08:15:20 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=yelloz.me header.i=@yelloz.me header.b=uciBusvk; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9516387D7A; Mon, 13 Jun 2016 22:15:17 +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 ENF0+9rfZwKC; Mon, 13 Jun 2016 22:15:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 9D3F487D72; Mon, 13 Jun 2016 22:15:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id A36E81C1208 for ; Mon, 13 Jun 2016 22:15:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 9EF6B25BF4 for ; Mon, 13 Jun 2016 22:15:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PHOcBahTaN9N for ; Mon, 13 Jun 2016 22:15:13 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from node1.ec2.jordan.yelloz.me (node1.ec2.jordan.yelloz.me [54.210.29.28]) by silver.osuosl.org (Postfix) with ESMTPS id 89E3625215 for ; Mon, 13 Jun 2016 22:15:13 +0000 (UTC) Received: from nficigua.jordan.yelloz.me (unknown [75.84.135.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by node1.ec2.jordan.yelloz.me (Postfix) with ESMTPSA id 7D6D82075B; Mon, 13 Jun 2016 22:15:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=yelloz.me; s=dkim; t=1465856112; bh=Sfc+6njSajws5CmxF9lkPN2IS6wTVQ3paZvDql+mHMg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=uciBusvkNh7F9g9bIcRmLOxVkbbBxqja3myHLi22G5ete2zKo1rbFWEg7oeWxh39B xwaxPAIce3XrGZTLVazVu9lqFAmEVoHqcecuLojbVavknz3C9OSZ5Cs01m8OrmOmOi 8qicGaWoguPe4ILvt1759nHUZIx5WcQcb7nIt6A0= From: Jordan Yelloz To: buildroot@buildroot.org Date: Mon, 13 Jun 2016 15:15:07 -0700 Message-Id: <20160613221507.29556-1-jordan@yelloz.me> X-Mailer: git-send-email 2.8.4 In-Reply-To: <20160613052640.6977-1-jordan@yelloz.me> References: <20160613052640.6977-1-jordan@yelloz.me> Cc: Jordan Yelloz Subject: [Buildroot] [PATCH v4 1/1] fwup: blanked out HELP2MAN_PATH autoconf value X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" If you have help2man installed, the build system will try to run help2man on the target fwup binary which should not be expected to work. Signed-off-by: Jordan Yelloz Tested-by: Frank Hunleth --- package/fwup/fwup.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/fwup/fwup.mk b/package/fwup/fwup.mk index 0f857fc..814ca00 100644 --- a/package/fwup/fwup.mk +++ b/package/fwup/fwup.mk @@ -10,6 +10,7 @@ FWUP_LICENSE = Apache-2.0 FWUP_LICENSE_FILES = LICENSE FWUP_DEPENDENCIES = libconfuse libarchive libsodium FWUP_AUTORECONF = YES +FWUP_CONF_ENV = ac_cv_path_HELP2MAN= define FWUP_ADD_M4_DIR mkdir -p $(@D)/m4