From patchwork Thu Dec 13 10:35:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,4/7] xterm: added gnu-configize for AArch64 support Date: Thu, 13 Dec 2012 10:35:26 -0000 From: Marcin Juszkiewicz X-Patchwork-Id: 40893 Message-Id: <1355394929-25182-5-git-send-email-marcin.juszkiewicz@linaro.org> To: openembedded-devel@lists.openembedded.org Signed-off-by: Marcin Juszkiewicz --- meta-oe/recipes-graphics/xorg-app/xterm_277.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb index f68e23c..18abe35 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb @@ -15,6 +15,7 @@ EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ --disable-setuid" do_configure() { + gnu-configize --force sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure oe_runconf }