From patchwork Sat Dec 20 18:22:41 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 423092 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id E15211400E7 for ; Sun, 21 Dec 2014 05:23:37 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9A4D891E01; Sat, 20 Dec 2014 18:23: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 kDJEMwXjvs0r; Sat, 20 Dec 2014 18:23:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 8208791D97; Sat, 20 Dec 2014 18:23:33 +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 B418F1C1E95 for ; Sat, 20 Dec 2014 18:23:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AD66891D97 for ; Sat, 20 Dec 2014 18:23:31 +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 v-kuGlS0AeTc for ; Sat, 20 Dec 2014 18:23:28 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by whitealder.osuosl.org (Postfix) with ESMTPS id 339C191E5A for ; Sat, 20 Dec 2014 18:22:48 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id l15so4776782wiw.2 for ; Sat, 20 Dec 2014 10:22:46 -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:mime-version:content-type :content-transfer-encoding; bh=K12bFcuwRhmz+xrI4rLYp4wJpTWl8D9RKTKUfrY1MDQ=; b=b1B305logKdd4om+ku1w/5nqaxzJbxx1n7yRt+pwBhHIUBJQW9xXtVQY+zIWxtVzsb gpxdIKrJ05mDeXKPEYLsIraJjvuISE6kqDhui+4B40umfKekV+uKYLTAQ8oweiu9puB0 S5XmhrhUp2Ot4MxmU0qdUJmopGsdpp8+wZCO78pmNYO5ZQzQ3S1HOfVGo3MSPC3aam7A sFmhNmyw6GmHmYkkP5Pf+kzwwO+jXBBHhEiahUAVCbcbEEW2CfVEFmpxFIFV3Xh56YDD hN4cQ4izDEdKCp3J5L1MEYJkGgTc4Uc3xfdTUxQc0FdNbV1/susYrHMK5Cf75FSYxc6n PKeA== X-Received: by 10.194.238.3 with SMTP id vg3mr25533168wjc.69.1419099766866; Sat, 20 Dec 2014 10:22:46 -0800 (PST) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id nj9sm6753563wic.10.2014.12.20.10.22.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 20 Dec 2014 10:22:45 -0800 (PST) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sat, 20 Dec 2014 19:22:41 +0100 Message-Id: <1419099761-32669-1-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH] package/weston: do not select rpi-userland 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" rpi-userland is a provider for some virtual packages, so we can not select it, as instructed in the manual: http://nightly.buildroot.org/#_infrastructure_for_virtual_packages ---8<--- If your package really requires a specific provider, then you’ll have to make your package depends on this provider; you can not select a provider. ---8<--- Instead, just depend on it. Remove the comment as well. Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni --- Notes: I choose to remove the comment altogether, because we have no official solution to tell the user about dependencies to other packages. --- package/weston/Config.in | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/package/weston/Config.in b/package/weston/Config.in index 5fff5bd..49130b4 100644 --- a/package/weston/Config.in +++ b/package/weston/Config.in @@ -40,17 +40,10 @@ config BR2_PACKAGE_WESTON_HAS_COMPOSITOR config BR2_PACKAGE_WESTON_FBDEV bool "fbdev compositor" -comment "RPi compositor needs a toolchain w/ C++, largefile, threads" - depends on BR2_arm - depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS - +# rpi-userland is an EGL/GLES provider, so we can't select it config BR2_PACKAGE_WESTON_RPI bool "RPi compositor" - depends on BR2_arm # rpi-userland - depends on BR2_INSTALL_LIBSTDCPP # rpi-userland - depends on BR2_LARGEFILE # rpi-userland - depends on BR2_TOOLCHAIN_HAS_THREADS # rpi-userland - select BR2_PACKAGE_RPI_USERLAND + depends on BR2_PACKAGE_RPI_USERLAND select BR2_PACKAGE_WESTON_HAS_COMPOSITOR endif