[oe-commits] Michael 'Mickey' Lauer : efl.bbclass: touch config. rpath which is necessary for newer automake

GIT User account git at amethyst.openembedded.net
Wed Feb 25 00:48:56 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6d76191b2021518d2f1ea00c20a1ec3151d93069
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6d76191b2021518d2f1ea00c20a1ec3151d93069

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Feb 24 20:21:20 2009 +0100

efl.bbclass: touch config.rpath which is necessary for newer automake

---

 classes/efl.bbclass |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/classes/efl.bbclass b/classes/efl.bbclass
index d333c4b..9d24a0f 100644
--- a/classes/efl.bbclass
+++ b/classes/efl.bbclass
@@ -15,6 +15,10 @@ AUTOTOOLS_STAGE_PKGCONFIG = "1"
 # do NOT inherit pkgconfig here, see note in autotools_stage_all
 inherit autotools
 
+do_configure_prepend() {
+	touch config.rpath
+}
+
 do_stage() {
 	autotools_stage_all
 }





More information about the Openembedded-commits mailing list