Message ID | 1497306755-27797-1-git-send-email-denis@denix.org |
---|---|
State | New |
Headers | show
Delivered-To: patch@linaro.org Received: by 10.140.91.77 with SMTP id y71csp135908qgd; Mon, 12 Jun 2017 15:32:48 -0700 (PDT) X-Received: by 10.98.144.132 with SMTP id q4mr9231390pfk.8.1497306768612; Mon, 12 Jun 2017 15:32:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1497306768; cv=none; d=google.com; s=arc-20160816; b=lG2dBJzf/BTc6JQOf4GGjineS2rQBWOy3EL2y34zY0r+adag7lKSuw2kADkP0jtZUE TlHa+LVyhvvpZhMILp9y0O8pwN36Q5XB1nMI4vqqLQ7STBLQqJNYfecOS83OOtDqKYvT Ij/n5YUW+unvKN8o2FRkMfQg1DS9BdI4iJuBCXyq1/4X/KlHgFywLry/n70/wboQdsHr mnE8SZjxLCwO5cywIdacD+cSWBy8/Re+TAawyqYL53N49PWnwj/uGWS5IZ3G2o+j+D2K KBqJ8zMGiNQQP6DuNU3pYffqzlO3t8a6QXM0nPrAFg4WUw31WFVJ3VLs79hGHUTQ2P3m E5Xw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=errors-to:sender:content-transfer-encoding:mime-version :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:cc:message-id:date:to:from:delivered-to :arc-authentication-results; bh=3f3baMOe0dCb8cUEp3lxW17hVTb9QinYoQ+88Q4BMZY=; b=WCE9baMWqwc3aAevF4e5Qw5oj23clR33M9DkzSgKQ60cF0BTzJnQeXS7Nx0iymQey1 0ii+ilZo1nuN9Ut3EQ4y6/oJQi7x/lb4jeDCQ0R3tud53KH9DqduMo5qa/X5WYBGXEFg FGPXLJqlJDeqPWvNz63i4DQOplJtEPxqbqk+mDI3ZWqKYzgXRoV9UCiz2jZ7BFhwSyS4 HFPYvqi3WSGpmuUEoatISWtwIRFmXrBYqC3JL0sek4/OteGeNpQIeZTuxQDNl0RJqPfO Oiu5LEpQw7BwVQe912QFhv3eOTWYwCblD8BsBIQj1BcHJI51B+PplbvZeBk9K1gUgw4V hUdA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of openembedded-devel-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) smtp.mailfrom=openembedded-devel-bounces@lists.openembedded.org Return-Path: <openembedded-devel-bounces@lists.openembedded.org> Received: from mail.openembedded.org (mail.openembedded.org. [140.211.169.62]) by mx.google.com with ESMTP id y16si4067538pfk.24.2017.06.12.15.32.47; Mon, 12 Jun 2017 15:32:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of openembedded-devel-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) client-ip=140.211.169.62; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of openembedded-devel-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) smtp.mailfrom=openembedded-devel-bounces@lists.openembedded.org Received: from review.yoctoproject.org (localhost [127.0.0.1]) by mail.openembedded.org (Postfix) with ESMTP id E52A4782C3; Mon, 12 Jun 2017 22:32:38 +0000 (UTC) X-Original-To: openembedded-devel@lists.openembedded.org Delivered-To: openembedded-devel@lists.openembedded.org Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.17]) by mail.openembedded.org (Postfix) with ESMTP id B47A5782DE for <openembedded-devel@lists.openembedded.org>; Mon, 12 Jun 2017 22:32:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 81A3420B84; Mon, 12 Jun 2017 22:32:37 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo03-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5mejYen0kCkB; Mon, 12 Jun 2017 22:32:37 +0000 (UTC) Received: from mail.denix.org (pool-100-15-85-143.washdc.fios.verizon.net [100.15.85.143]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 6543820156; Mon, 12 Jun 2017 22:32:36 +0000 (UTC) Received: from gimli.denix (gimli [192.168.0.6]) by mail.denix.org (Postfix) with ESMTP id ED1E31624F9; Mon, 12 Jun 2017 18:32:35 -0400 (EDT) From: Denys Dmytriyenko <denis@denix.org> To: openembedded-devel@lists.openembedded.org Date: Mon, 12 Jun 2017 18:32:35 -0400 Message-Id: <1497306755-27797-1-git-send-email-denis@denix.org> X-Mailer: git-send-email 2.7.4 Cc: Denys Dmytriyenko <denys@ti.com> Subject: [oe] [meta-qt5][PATCH] qtbase: respect "ld-is-gold" DISTRO_FEATURES X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions <openembedded-devel.lists.openembedded.org> List-Unsubscribe: <http://lists.openembedded.org/mailman/options/openembedded-devel>, <mailto:openembedded-devel-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.openembedded.org/pipermail/openembedded-devel/> List-Post: <mailto:openembedded-devel@lists.openembedded.org> List-Help: <mailto:openembedded-devel-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.openembedded.org/mailman/listinfo/openembedded-devel>, <mailto:openembedded-devel-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-devel-bounces@lists.openembedded.org Errors-To: openembedded-devel-bounces@lists.openembedded.org |
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 27d0de1..5cfbcfa 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb @@ -126,6 +126,7 @@ PACKAGECONFIG[libinput] = "-libinput,-no-libinput,libinput" PACKAGECONFIG[journald] = "-journald,-no-journald,systemd" QT_CONFIG_FLAGS += " \ + ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-use-gold-linker', '-no-use-gold-linker', d)} \ -shared \ -silent \ -no-pch \