From patchwork Sat Feb 22 20:19:41 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Barnett X-Patchwork-Id: 323235 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id BCC012C022C for ; Sun, 23 Feb 2014 07:20:04 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 000048B7CA; Sat, 22 Feb 2014 20:20:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v0P1PN4eUh_M; Sat, 22 Feb 2014 20:20:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id B44AA8B7A6; Sat, 22 Feb 2014 20:20:02 +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 980F61BF988 for ; Sat, 22 Feb 2014 20:20:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8FAF68AE55 for ; Sat, 22 Feb 2014 20:20:01 +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 D2IR5ydvTB1B for ; Sat, 22 Feb 2014 20:20:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by whitealder.osuosl.org (Postfix) with ESMTPS id DCE438AF7C for ; Sat, 22 Feb 2014 20:19:59 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id n12so3539140wgh.30 for ; Sat, 22 Feb 2014 12:19:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=iuN/eHwP+vgE8R8LjRCdDVC5zArIfUaPqsCkjsH44Sk=; b=LZuCzuPrYNKUfN455w6gS47St+20/4QwFS0UvPHdSZTMN5zZoVX6sJoNvf5Fg5M3jX aO5WWqC2IJcwjh0xPNvZTPtBMCBap8dpYGXiA47A2NkjmSqwMBXf/u2ApfUowbnjUd7/ GB9i26A5m37nLSIGKwun/PEJeJk6Qxl4zhBrV1VSMEzRjs0fy+TIWWdvqWmConV247fQ 8M9udHSUPbzfureoqD0bvBnJ1DASmMVDf0td9oVDutO9UdU3+u/Je11olwn08Cutq9z1 V6SxrfdKZL3VmLye0/Q91z64anOfQz86EMcgdZpdmfmEsmdbRZu1+5HGT1PVruXsaH1o jHUw== X-Received: by 10.194.202.230 with SMTP id kl6mr12438587wjc.9.1393100398355; Sat, 22 Feb 2014 12:19:58 -0800 (PST) Received: from localhost.localdomain (AToulouse-651-1-91-62.w90-16.abo.wanadoo.fr. [90.16.210.62]) by mx.google.com with ESMTPSA id fb8sm7505500wic.3.2014.02.22.12.19.57 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 22 Feb 2014 12:19:57 -0800 (PST) From: Ryan Barnett To: buildroot@busybox.net Date: Sat, 22 Feb 2014 21:19:41 +0100 Message-Id: <1393100381-5380-1-git-send-email-rjbarnet@rockwellcollins.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH 1/1] mpg123: 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 mpg123 needs MMU because the application that is built with this package uses fork. Currently it is difficult to only build the libraries for mpg123 so disabling the package all together when there is no MMU support. Note: mpg123 is an optional dependency of mpd but mpd already requires BR2_USE_MMU so there is no need to add this as a dependency. Signed-off-by: Ryan Barnett --- package/gstreamer1/gst1-plugins-bad/Config.in | 1 + package/mpg123/Config.in | 1 + 2 files changed, 2 insertions(+) diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in index 407bf31..3647e53 100644 --- a/package/gstreamer1/gst1-plugins-bad/Config.in +++ b/package/gstreamer1/gst1-plugins-bad/Config.in @@ -400,6 +400,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPEG2ENC config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPG123 bool "mpg123" select BR2_PACKAGE_MPG123 + depends on BR2_USE_MMU # mpg123 help mp3 decoding based on the mpg123 library diff --git a/package/mpg123/Config.in b/package/mpg123/Config.in index 18ac41c..a7ac035 100644 --- a/package/mpg123/Config.in +++ b/package/mpg123/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_MPG123 bool "mpg123" + depends on BR2_USE_MMU # fork - in the application help Fast, free and portable MPEG audio player for Unix. It supports MPEG 1.0/2.0 layers 1, 2 and 3.