efl.bbclass: touch config.rpath which is necessary for newer automake
[openembedded.git] / 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
 }