From 907812852830f1bed8121c24eca4e0dfa491bb02 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Tue, 15 Jun 2010 16:49:12 +0400 Subject: [PATCH] icecc: also set environment in do_install Libtool in some packages (e.g. curl) tries to relink libraries during installation stage. If the Icecc environment isn't set in the do_install such relinking fails. Fix this by adding do_install_prepend to icecc.bbclass with set_icecc_env() call. Signed-off-by: Dmitry Eremin-Solenikov --- classes/icecc.bbclass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/classes/icecc.bbclass b/classes/icecc.bbclass index 8c19cabab7..36cc2310a3 100644 --- a/classes/icecc.bbclass +++ b/classes/icecc.bbclass @@ -320,3 +320,7 @@ do_configure_prepend() { do_compile_prepend() { set_icecc_env } + +do_install_prepend() { + set_icecc_env +} -- 2.47.2