From feb019622e464739efe440ecabc2f9e5b5477682 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 15 Feb 2010 11:16:40 +0100 Subject: e*bbclass: run autopoint in configure * remove config.rpath stuff from recipes --- classes/efl.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/efl.bbclass') diff --git a/classes/efl.bbclass b/classes/efl.bbclass index 805422fdf4..14334571ce 100644 --- a/classes/efl.bbclass +++ b/classes/efl.bbclass @@ -17,7 +17,7 @@ inherit autotools AUTOTOOLS_STAGE_PKGCONFIG = "1" do_configure_prepend() { - touch config.rpath + autopoint || touch config.rpath } do_install_prepend () { -- cgit v1.2.3