diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-24 20:21:20 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-25 01:42:50 +0100 |
commit | 6d76191b2021518d2f1ea00c20a1ec3151d93069 (patch) | |
tree | 9081a150d5d9679dda785951321a44bd8bbd941f /classes/efl.bbclass | |
parent | 0fdea8a59defcb4a4b1ff9150ad72557710e15fb (diff) |
efl.bbclass: touch config.rpath which is necessary for newer automake
Diffstat (limited to 'classes/efl.bbclass')
-rw-r--r-- | classes/efl.bbclass | 4 |
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 } |