From 8a145683d644d8460cd12146cfed503c288910a8 Mon Sep 17 00:00:00 2001 From: Denis 'Gnutoo' Carikli Date: Fri, 12 Feb 2010 14:15:30 +0100 Subject: entrance: run autopoint in order to cope with lacking ./config.rpath At first I had a bad hack for it,thanks JaMa for showing me how to do it(pointing at one of your commits that did it) --- recipes/e17/entrance_0.9.0.010.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes') diff --git a/recipes/e17/entrance_0.9.0.010.bb b/recipes/e17/entrance_0.9.0.010.bb index cecfcd7650..34b6f8a9fa 100644 --- a/recipes/e17/entrance_0.9.0.010.bb +++ b/recipes/e17/entrance_0.9.0.010.bb @@ -23,6 +23,10 @@ EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ FILES_${PN}-dbg += "${libexecdir}/entrance/.debug/*" +do_configure_prepend() { + autopoint +} + do_install_append() { install -d ${D}/etc/X11/Xsession.d install -d ${D}/etc/X11/Sessions -- cgit v1.2.3