From 94699f3f855bbffbfcd76c44d2b17fd6b8b40b74 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 24 Apr 2017 12:45:37 -0700 Subject: [PATCH] frame,grail: Disable PIE in SECURITY_FLAGS Doesnt compile yet with PIE turned on Signed-off-by: Khem Raj --- meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb | 2 ++ meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb | 1 + 2 files changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb index d5a73384d7..da1a2a36f1 100644 --- a/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb +++ b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb @@ -20,3 +20,5 @@ PACKAGECONFIG[x11] = "--enable-x11, --disable-x11, libxi xext virtual/xserver" PACKAGE_BEFORE_PN += "${PN}-test" FILES_${PN}-test = "${bindir}/frame-test*" + +SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" diff --git a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb index 83ca72415d..22fd0f48e2 100644 --- a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb +++ b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb @@ -21,3 +21,4 @@ PACKAGECONFIG[x11] = "--with-x11, --without-x11, libxi" PACKAGE_BEFORE_PN += "${PN}-test" FILES_${PN}-test = "${bindir}/grail-test*" +SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}"