[oe-commits] Denis 'Gnutoo' Carikli : entrance: run autopoint in order to cope with lacking ./config.rpath

git version control git at git.openembedded.org
Sat Feb 13 12:43:06 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 8a145683d644d8460cd12146cfed503c288910a8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8a145683d644d8460cd12146cfed503c288910a8

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Fri Feb 12 14:15:30 2010 +0100

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 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/e17/entrance_0.9.0.010.bb b/recipes/e17/entrance_0.9.0.010.bb
index cecfcd7..34b6f8a 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





More information about the Openembedded-commits mailing list