From patchwork Fri Mar 29 11:19:55 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 232373 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id E4B022C00C5 for ; Fri, 29 Mar 2013 22:20:47 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6C68625172; Fri, 29 Mar 2013 11:20:45 +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 2OXMUWqM8Voy; Fri, 29 Mar 2013 11:20:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 391A7312F0; Fri, 29 Mar 2013 11:20:42 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 631A98F74B for ; Fri, 29 Mar 2013 11:20:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AABA28B5A2 for ; Fri, 29 Mar 2013 11:20:36 +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 shUF9Wif0myn for ; Fri, 29 Mar 2013 11:20:36 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9407889C30 for ; Fri, 29 Mar 2013 11:20:35 +0000 (UTC) Received: from asgard (host67.190-138-38.telecom.net.ar [190.138.38.67]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r2TBKS52016654 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 29 Mar 2013 11:20:30 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1364556032; bh=T4gq0BxerF3bt4LaHkCCyiqvab8fWSczNTSm5IF7hRg=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=uTks/YUi3bFronrLFcIqwKI1iS2n15cr5439dEXnzIk+RHVtwjvmY+M+UIpF/QeUK lRdoiFCGl11S6XhKdUT3jUc/N/M2wrT2203BQCIEcgtbZH8yUNhzKZAW0GjGjgs7G2 WbRH73cV90GUQ7/i9bmNfurqgZne8tGIVKVPGCN8= Received: by asgard (sSMTP sendmail emulation); Fri, 29 Mar 2013 08:20:27 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 29 Mar 2013 08:19:55 -0300 Message-Id: <1364555995-32259-6-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1364555995-32259-1-git-send-email-gustavo@zacarias.com.ar> References: <1364555995-32259-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 6/6] libpthsem: needs mmu 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 The need can be patched out by disabling the tests, however the only package that uses libpthsem (bcusdk) needs a fork-enabled libpthsem so there's not much point. Fixes: Signed-off-by: Gustavo Zacarias --- package/bcusdk/Config.in | 1 + package/libpthsem/Config.in | 1 + 2 files changed, 2 insertions(+) diff --git a/package/bcusdk/Config.in b/package/bcusdk/Config.in index cf082e7..c9a1947 100644 --- a/package/bcusdk/Config.in +++ b/package/bcusdk/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_BCUSDK bool "bcusdk" + depends on BR2_USE_MMU # libpthsem depends on BR2_INSTALL_LIBSTDCPP select BR2_PACKAGE_LIBPTHSEM help diff --git a/package/libpthsem/Config.in b/package/libpthsem/Config.in index 9ab13c3..ae1c78f 100644 --- a/package/libpthsem/Config.in +++ b/package/libpthsem/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_LIBPTHSEM bool "libpthsem" + depends on BR2_USE_MMU # fork() select BR2_PACKAGE_ARGP_STANDALONE help GNU pth is a user mode multi threading library. pthsem is an extend