From patchwork Fri Jan 24 19:56:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 314053 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 AFFF62C00A1 for ; Sat, 25 Jan 2014 06:56:33 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9E13B8B95F; Fri, 24 Jan 2014 19:56:31 +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 l-K-Ja5jGuMZ; Fri, 24 Jan 2014 19:56:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A9E0C8B7E9; Fri, 24 Jan 2014 19:56:30 +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 6A4B01BF95A for ; Fri, 24 Jan 2014 19:56:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 674C98903C for ; Fri, 24 Jan 2014 19:56:30 +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 Gl+09yoDChe8 for ; Fri, 24 Jan 2014 19:56:27 +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 76E3588511 for ; Fri, 24 Jan 2014 19:56:27 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id z12so3380261wgg.6 for ; Fri, 24 Jan 2014 11:56:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=rCl8VvK7bwdLvsntUNHRu6LfsS0I2c6ScQXx1/EPiKo=; b=EkuG6BAPrrL7g9Agv6i4zdzlUN4uWpjpucmYbC1HQM6a26WowqyPTwmSUEDNr8qwvu SstcW5yA4fwJ6hGIb1tUT/d8mwgOzI7OEHpoHrYPiw0T0cop8Pfd1quN/iLERzfs3bva bMTB8z6eWyaaDr6hMljk3yus0lmvnM0wOakHlleWAFi0WiHgS4ZtGwrT5m9oRFL8v1zG aARlULpWvUWVeX3fuoQGtdfK5Qa9JWvKX5JhGQvgWb9+QR2yr66S0XkM9QU/JW6Ft8DL RvZZmtr5Wca9Th5tcwqV3S315elNr6Lw5z6HkBh/9FwjXnRC9N1raT2+u1qTuBW44Xa+ RH+A== X-Received: by 10.194.93.67 with SMTP id cs3mr12333979wjb.26.1390593385789; Fri, 24 Jan 2014 11:56:25 -0800 (PST) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id n3sm8085983wix.10.2014.01.24.11.56.24 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 24 Jan 2014 11:56:25 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Fri, 24 Jan 2014 20:56:21 +0100 Message-Id: X-Mailer: git-send-email 1.8.1.2 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 1/3] package/rpi-userland: fix fall-out after cmake infra change 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 From: "Yann E. MORIN" Cset 9fa7f2b (pkg-cmake.mk: build shared library when !BR2_PREFER_STATIC_LIB) broke rpi-userland. Force not building shared libs for rpi-userland, since they are broken. Signed-off-by: "Yann E. MORIN" Cc: Samuel Martin Cc: Maxime Hadjinlian --- package/rpi-userland/rpi-userland.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/rpi-userland/rpi-userland.mk b/package/rpi-userland/rpi-userland.mk index 35eaf24..223b645 100644 --- a/package/rpi-userland/rpi-userland.mk +++ b/package/rpi-userland/rpi-userland.mk @@ -9,7 +9,7 @@ RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION)) RPI_USERLAND_LICENSE = BSD-3c RPI_USERLAND_LICENSE_FILES = LICENCE RPI_USERLAND_INSTALL_STAGING = YES -RPI_USERLAND_CONF_OPT = -DVMCS_INSTALL_PREFIX=/usr +RPI_USERLAND_CONF_OPT = -DVMCS_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=OFF define RPI_USERLAND_POST_TARGET_CLEANUP rm -Rf $(TARGET_DIR)/usr/src