aboutsummaryrefslogtreecommitdiffstats
path: root/classes/efl.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/efl.bbclass')
-rw-r--r--classes/efl.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/efl.bbclass b/classes/efl.bbclass
index d333c4b434..9d24a0f337 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
}