From patchwork Sat Dec 19 14:33:34 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andr=C3=A9_Zwing?= X-Patchwork-Id: 559199 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id DB7671402A9 for ; Sun, 20 Dec 2015 01:33:50 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=dawncrow.de header.i=@dawncrow.de header.b=bMh/iT5b; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 1343330E81; Sat, 19 Dec 2015 14:33:50 +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 M8LiGUcQTVi8; Sat, 19 Dec 2015 14:33:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 6E20132BBD; Sat, 19 Dec 2015 14:33:48 +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 389B61C0B99 for ; Sat, 19 Dec 2015 14:33:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3150C92917 for ; Sat, 19 Dec 2015 14:33:47 +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 LLVAzAGZuogh for ; Sat, 19 Dec 2015 14:33:46 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mo4-p00-ob.smtp.rzone.de (mo4-p00-ob.smtp.rzone.de [81.169.146.219]) by whitealder.osuosl.org (Postfix) with ESMTPS id 261C092926 for ; Sat, 19 Dec 2015 14:33:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1450535624; l=895; s=domk; d=dawncrow.de; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:To:Subject: From; bh=gvH8hWVUtzLV1KUEa1MwssZ1Ppo/+l5nmHL6OciJXH4=; b=bMh/iT5bl3PPIN3ER/fPP4Og80ebHHw2Oe2DIJcCI5sGZfBJu+jH/6/8TUZaLRZMrFv TbhIU2CaWRwycPKlEcX2Tm8UyW8TjOo2rZCVj0GdPGPabCT9+fg0KcBxC668xaHCFuubX VEgxA2C2IMYwsXpHxA6L/gcu0O5ru1P1idE= X-RZG-AUTH: :ImkWY2CseuihIZy6ZWWciR6unPh5JPSWE7VxbdUCFBN5njG7Q28CH4dMe3iI X-RZG-CLASS-ID: mo00 Received: from [192.168.178.40] ([185.61.122.23]) by smtp.strato.de (RZmta 37.15 AUTH) with ESMTPSA id I047fdrBJEXikF4 (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Sat, 19 Dec 2015 15:33:44 +0100 (CET) From: =?UTF-8?Q?Andr=c3=a9_Hentschel?= To: buildroot@busybox.net Message-ID: <56756ABE.2010208@dawncrow.de> Date: Sat, 19 Dec 2015 15:33:34 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] openal: Don't build utilities 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Also fixes: http://autobuild.buildroot.net/results/be8df2bcb1af6dc553b5d4e31a926baf9f942249/ http://autobuild.buildroot.net/results/a1fd410ef06441e69e508ec42fad35bde1513582/ http://autobuild.buildroot.net/results/1f1306b2139efc940a0b0e4829ab6b5aaafc8823/ Signed-off-by: André Hentschel --- package/openal/openal.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/openal/openal.mk b/package/openal/openal.mk index b2e02c8..42871fb 100644 --- a/package/openal/openal.mk +++ b/package/openal/openal.mk @@ -11,6 +11,9 @@ OPENAL_LICENSE = LGPLv2+ OPENAL_LICENSE_FILES = COPYING OPENAL_INSTALL_STAGING = YES +# We don't need the utilities, Distros don't ship them either +OPENAL_CONF_OPTS += -DALSOFT_UTILS=OFF + ifeq ($(BR2_PACKAGE_ALSA_LIB),y) OPENAL_DEPENDENCIES += alsa-lib OPENAL_CONF_OPTS += -DALSOFT_REQUIRE_ALSA=ON