From patchwork Tue Jun 4 12:34:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1109827 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="XTdgAthv"; dkim-atps=neutral Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45JBJG5m93z9s9y for ; Tue, 4 Jun 2019 22:37:02 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id AF2CC878A4; Tue, 4 Jun 2019 12:37:00 +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 Aiy-W2+aIT9q; Tue, 4 Jun 2019 12:37:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E2C0187552; Tue, 4 Jun 2019 12:36:59 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 2627C1BF36C for ; Tue, 4 Jun 2019 12:36:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 231DF86749 for ; Tue, 4 Jun 2019 12:36:59 +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 SPNB0SNW-Nzs for ; Tue, 4 Jun 2019 12:36:58 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3EB1C81B88 for ; Tue, 4 Jun 2019 12:36:58 +0000 (UTC) Received: from localhost.localdomain (lfbn-1-8938-37.w193-250.abo.wanadoo.fr [193.250.79.37]) by koncepto.io (Postfix) with ESMTPSA id ACA3F6002C; Tue, 4 Jun 2019 14:36:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1559651815; bh=fNpMv+IWLZjnQBrwYcf+FPrHj9Bl/UMSb6NZJ968eCU=; h=From:To:Cc:Subject:Date:From; b=XTdgAthvjF5wYZdop1MAwvn2IRs1c6mM/gvx8RSO6halWIloroblvwaXDFoOt62fW R6GmMseGkVm7yOxpDexAOKnU9t+64k22KdsgrySP79EexevhDtYHuwI9o7VJT3myTX bEb1t9T39mKDLK2lvNYYtBEVXjx7R5V4n/I5lP8qaKXwCfIsaGxWysVhNtZtqhEVsE Pc4CNjVc3uvO6ItXARyZNQpFDmLb3b+7xhTgVt0YMNsovjC1YjlVOYx8/V1HfK1jJf ywBYVEFH58n5DzgqWo3CYsMMZY+OCgOlMF6ldEvSrWX9v6F13sdOr6O1dwZrglF7cf R6WeAGPnR01KQ== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Tue, 4 Jun 2019 14:34:46 +0200 Message-Id: <1559651686-3399-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH 1/1] package/libubootenv: fix build with 'nothread' toolchain X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pierre-Jean Texier , fontaine.fabrice@gmail.com MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" include doesn't seem to be necessary inside the library. So, drop the header completely. Fixes: - http://autobuild.buildroot.org/results/813e8951530c093f46b38bf8c3b467ab6535c95b Signed-off-by: Pierre-Jean Texier --- ...05-uboot_env-remove-pthread.h-header-file.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package/libubootenv/0005-uboot_env-remove-pthread.h-header-file.patch diff --git a/package/libubootenv/0005-uboot_env-remove-pthread.h-header-file.patch b/package/libubootenv/0005-uboot_env-remove-pthread.h-header-file.patch new file mode 100644 index 0000000..7a7e2a0 --- /dev/null +++ b/package/libubootenv/0005-uboot_env-remove-pthread.h-header-file.patch @@ -0,0 +1,29 @@ +From ac4f795f2c0a81d5b55ce825f3d4c933fbc9e44c Mon Sep 17 00:00:00 2001 +From: Pierre-Jean Texier +Date: Tue, 4 Jun 2019 11:43:47 +0200 +Subject: [libubootenv][PATCH] uboot_env: remove header file + + include doesn't seem to be necessary inside the library. +So, drop the header completely. + +Signed-off-by: Pierre-Jean Texier +[Upstream status: http://patchwork.ozlabs.org/patch/1109822/] +--- + src/uboot_env.c | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/uboot_env.c b/src/uboot_env.c +index e8483bf..3f1bb3b 100644 +--- a/src/uboot_env.c ++++ b/src/uboot_env.c +@@ -24,7 +24,6 @@ + #include + #include + #include +-#include + #include + #include + #include +-- +2.7.4 +