From 6d76191b2021518d2f1ea00c20a1ec3151d93069 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Tue, 24 Feb 2009 20:21:20 +0100 Subject: efl.bbclass: touch config.rpath which is necessary for newer automake --- classes/efl.bbclass | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'classes') 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 } -- cgit 1.2.3-korg