From patchwork Fri Apr 25 08:29:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 342688 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 38737140123 for ; Fri, 25 Apr 2014 18:29:36 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4FF9A89465; Fri, 25 Apr 2014 08:29:34 +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 EY+auHJcAmci; Fri, 25 Apr 2014 08:29:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 75B4F8AB91; Fri, 25 Apr 2014 08:29:33 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 88B8F1C2EB7 for ; Fri, 25 Apr 2014 08:29:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 8118289465 for ; Fri, 25 Apr 2014 08:29:30 +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 OUPGGUB0ufMG for ; Fri, 25 Apr 2014 08:29:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (top.free-electrons.com [176.31.233.9]) by hemlock.osuosl.org (Postfix) with ESMTP id D7DB88925B for ; Fri, 25 Apr 2014 08:29:29 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 3747B80C; Fri, 25 Apr 2014 10:29:28 +0200 (CEST) Received: from localhost (col31-4-88-188-83-94.fbx.proxad.net [88.188.83.94]) by mail.free-electrons.com (Postfix) with ESMTPSA id E56F879A for ; Fri, 25 Apr 2014 10:29:27 +0200 (CEST) From: Thomas Petazzoni To: buildroot@uclibc.org Date: Fri, 25 Apr 2014 10:29:25 +0200 Message-Id: <1398414566-20286-1-git-send-email-thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 1.9.2 Subject: [Buildroot] [PATCH 1/2] Revert "acpid: unavailable for external uClibc toolchains" 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net This reverts commit ec6aaa4706d6826aca4e48ea65bbebbd893f76d6. Signed-off-by: Thomas Petazzoni --- package/acpid/Config.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/package/acpid/Config.in b/package/acpid/Config.in index 205a6ae..5aec7f1 100644 --- a/package/acpid/Config.in +++ b/package/acpid/Config.in @@ -1,9 +1,6 @@ config BR2_PACKAGE_ACPID bool "acpid" depends on BR2_x86_64 || BR2_i386 - # Usually lacks MSG_CMSG_CLOEXEC - depends on !BR2_TOOLCHAIN_EXTERNAL_UCLIBC && \ - !BR2_UCLIBC_VERSION_0_9_32 help Advanced Configuration and Power Interface event daemon.