efl.bbclass: touch config.rpath which is necessary for newer automake
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 24 Feb 2009 19:21:20 +0000 (20:21 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 25 Feb 2009 00:42:50 +0000 (01:42 +0100)
classes/efl.bbclass

index d333c4b..9d24a0f 100644 (file)
@@ -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
 }