From patchwork Thu Mar 6 09:42:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 327356 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 852C72C00B1 for ; Thu, 6 Mar 2014 20:42:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id CAD7B94C3E; Thu, 6 Mar 2014 09:42:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tUIRSqWQVuuR; Thu, 6 Mar 2014 09:42:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 0A65E94C77; Thu, 6 Mar 2014 09:42:37 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 5966F1C2C7A for ; Thu, 6 Mar 2014 09:42:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 56980F30E for ; Thu, 6 Mar 2014 09:42:35 +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 zmV2fUvRKo8Z for ; Thu, 6 Mar 2014 09:42:34 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) by fraxinus.osuosl.org (Postfix) with ESMTPS id D1106F30A for ; Thu, 6 Mar 2014 09:42:34 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id v10so2330255pde.11 for ; Thu, 06 Mar 2014 01:42:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=vDn5v6lsi6XUzflpXmH86s1pUY3L1/Gv9cW+wuF4ENI=; b=BtMfsJl40F0vAnTCBhw2/iuRsq5RvX/TGHh0U7hvI8OjeHMRrfLJXtnqshYmkWNN0z yT+5fJ8vosbDsYiA7RxfrZb5ofhbNx9lGBB+qLySFHPuCh8R9SVtXB0PCDgdAMPd5lqi j4QnuZ3YVPv0W2i0SoSju+NW6IypRMCJZKHOZyzC+1hCJBovelDpzelHoKUc5O5g/WqQ jn5EZL0FTP9XmY9dPOOnoBQ6KxkW+wfNCJTI427eiAkL1dKpjSbBj3iKSqYvsJ4zAnV+ eO1PAm2r1NUl7FgubD5wnVr+/jMSoi2rQSe9HDRqJZTJWgA173topk3PeIW3QdQCzVPT 9qFw== X-Received: by 10.68.40.138 with SMTP id x10mr13334769pbk.8.1394098954646; Thu, 06 Mar 2014 01:42:34 -0800 (PST) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id pe3sm17828991pbc.23.2014.03.06.01.42.33 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Mar 2014 01:42:34 -0800 (PST) From: Fabio Porcedda To: buildroot@uclibc.org Date: Thu, 6 Mar 2014 10:42:26 +0100 Message-Id: <1394098949-31981-2-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1394098949-31981-1-git-send-email-fabio.porcedda@gmail.com> References: <1394098949-31981-1-git-send-email-fabio.porcedda@gmail.com> Subject: [Buildroot] [PATCH v2 1/4] webkit: fix mmu reverse dependency moving it to %_ARCH_SUPPORTS 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 Because mmu dependency was not propagated move it to BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS to automatically propagate it. It can ben moved to BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS because like target architecture dependencies it doesn't modify the comment string. Signed-off-by: Fabio Porcedda Acked-by: Arnout Vandecappelle (Essensium/Mind) --- package/webkit/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/webkit/Config.in b/package/webkit/Config.in index 2b0addc..5ba2eb3 100644 --- a/package/webkit/Config.in +++ b/package/webkit/Config.in @@ -5,6 +5,7 @@ config BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS !(BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_fa526) default y if BR2_i386 || BR2_mips || BR2_mipsel || \ BR2_sh || BR2_sparc || BR2_x86_64 + depends on BR2_USE_MMU # libgail -> pango -> libglib2 # disabled on powerpc due to bug https://bugs.webkit.org/show_bug.cgi?id=113638 @@ -13,7 +14,6 @@ config BR2_PACKAGE_WEBKIT depends on BR2_INSTALL_LIBSTDCPP depends on BR2_USE_WCHAR # enchant -> libglib2 depends on BR2_TOOLCHAIN_HAS_THREADS # enchant -> libglib2 - depends on BR2_USE_MMU # libgail -> pango -> libglib2 depends on BR2_PACKAGE_LIBGTK2 depends on BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS depends on !BR2_BINFMT_FLAT # icu