From patchwork Thu Nov 3 17:33:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 80709 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp760215qge; Thu, 3 Nov 2016 10:50:26 -0700 (PDT) X-Received: by 10.98.33.77 with SMTP id h74mr18919970pfh.104.1478195426294; Thu, 03 Nov 2016 10:50:26 -0700 (PDT) Return-Path: Received: from mail.openembedded.org (mail.openembedded.org. [140.211.169.62]) by mx.google.com with ESMTP id n28si10880262pgd.281.2016.11.03.10.50.25; Thu, 03 Nov 2016 10:50:26 -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; dkim=neutral (body hash did not verify) header.i=@gmail.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; dmarc=fail (p=NONE dis=NONE) header.from=gmail.com Received: from review.yoctoproject.org (localhost [127.0.0.1]) by mail.openembedded.org (Postfix) with ESMTP id 3A94571C3E; Thu, 3 Nov 2016 17:50:23 +0000 (UTC) X-Original-To: openembedded-devel@lists.openembedded.org Delivered-To: openembedded-devel@lists.openembedded.org Received: from mail-pf0-f196.google.com (mail-pf0-f196.google.com [209.85.192.196]) by mail.openembedded.org (Postfix) with ESMTP id 72DF8719E1 for ; Thu, 3 Nov 2016 17:33:48 +0000 (UTC) Received: by mail-pf0-f196.google.com with SMTP id y68so5427563pfb.1 for ; Thu, 03 Nov 2016 10:33:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=MWbreEEQC5fjj+ffZZ5uYjMIAzPpcsMrhJPYmHMjDLY=; b=c23dmEw9M9ePeomn4B0wR7KELZmZDE58Dhe0L4mBE/X+d7KvIDZ3wWrJ0+hCX+C9Hk Np8sMnI0/slfdToBD5M3iHdu9txBfLwUcX3h73Kp2meSkmuh056uNSmOSmuTtu6f3Rp3 jGy+zDc3c8iDGRhpZVsx/ahj0Pg7EVq/1hTbYvcqJVzNhv8lvfKI621/of+uInX32PvT xfPEgW0XpIFvWtAuencT6Z4LJ6W1n9viHp/l1nOCPsbgRYJlTKjslZFYDrBRT7BAP8F6 FKvB1hWCihm4QL7X3CoowbA2cV4pEtOzHK6JBCyWDwgk6r+mMhc1saBiCadKWtlv1qX+ lm+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=MWbreEEQC5fjj+ffZZ5uYjMIAzPpcsMrhJPYmHMjDLY=; b=fW03Q8I135ftJRZfMdlgCw42VYmX5KqMW0lVKmqCnlA/zgvsxpFTWSql5ROUDQwAVq KCk1mjxFQ8IcOPtQci8sV7pJy83eLN5jzcKbdP4AABKzDNJYgOnKLw6aTF9aVLhKInua d9tkAHT8YUmKNuzf6Mm+xuia3G3JXc+c3AymmiPrG27YtulkCTCVGMHwWObG5NE21sw1 9LpBb6zatPgBfmELZMFZyMiGvV/fAnDlXXwbzbiV0XWWYllwXqOVfnJX0Etv2FfNx6nl XoFV95FqQ3HlDuBqXQaDVk2HiBN7pEmWV/AUpe7WcJ/y4KeiVPscGYq3USfum1C4mPtg 1Xgg== X-Gm-Message-State: ABUngvcM+sEYyvI8D4+vARNHPqdPj7lUExCxqVuxoDGw0jwuA7FyI4fC5M7C8z39LVb0Uw== X-Received: by 10.99.63.135 with SMTP id m129mr15577136pga.16.1478194430037; Thu, 03 Nov 2016 10:33:50 -0700 (PDT) Received: from localhost.localdomain (c-76-102-32-192.hsd1.ca.comcast.net. [76.102.32.192]) by smtp.gmail.com with ESMTPSA id uh10sm14241214pab.5.2016.11.03.10.33.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Nov 2016 10:33:49 -0700 (PDT) From: Khem Raj To: openembedded-devel@lists.openembedded.org Date: Thu, 3 Nov 2016 10:33:42 -0700 Message-Id: <20161103173342.13661-2-raj.khem@gmail.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161103173342.13661-1-raj.khem@gmail.com> References: <20161103173342.13661-1-raj.khem@gmail.com> Subject: [oe] [meta-oe][PATCH 2/2] Disable PIE for libvdpau X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: openembedded-devel@lists.openembedded.org MIME-Version: 1.0 Sender: openembedded-devel-bounces@lists.openembedded.org Errors-To: openembedded-devel-bounces@lists.openembedded.org Signed-off-by: Khem Raj --- meta-oe/conf/distro/include/meta_oe_security_flags.inc | 5 +++++ 1 file changed, 5 insertions(+) -- 2.10.2 -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel diff --git a/meta-oe/conf/distro/include/meta_oe_security_flags.inc b/meta-oe/conf/distro/include/meta_oe_security_flags.inc index 2559948..e57cc5b 100644 --- a/meta-oe/conf/distro/include/meta_oe_security_flags.inc +++ b/meta-oe/conf/distro/include/meta_oe_security_flags.inc @@ -12,3 +12,8 @@ SECURITY_CFLAGS_pn-cpufrequtils = "${SECURITY_NO_PIE_CFLAGS}" SECURITY_CFLAGS_pn-libcec = "${SECURITY_NO_PIE_CFLAGS}" SECURITY_CFLAGS_pn-libmodplug = "${SECURITY_NO_PIE_CFLAGS}" SECURITY_CFLAGS_pn-libcdio = "${SECURITY_NO_PIE_CFLAGS}" + +#| /mnt/b/build/tmp-glibc/sysroots/intel-corei7-64/usr/lib/libc_nonshared.a(elf-init.oS): In function `__libc_csu_init': +#| /usr/src/debug/glibc/2.24-r0/git/csu/elf-init.c:86: undefined reference to `__init_array_start' + +SECURITY_CFLAGS_pn-libvdpau = "${SECURITY_NO_PIE_CFLAGS}"