Message ID | 20170425034719.8630-10-raj.khem@gmail.com |
---|---|
State | Accepted |
Commit | 94699f3f855bbffbfcd76c44d2b17fd6b8b40b74 |
Headers | show |
Series | [oe,meta-oe,01/11] mpv: Add libxkbcommon when configuring with wayland | expand |
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 d5a73384d..da1a2a36f 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 83ca72415..22fd0f48e 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}"
Doesnt compile yet with PIE turned on Signed-off-by: Khem Raj <raj.khem@gmail.com> --- 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(+) -- 2.12.2 -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel