[oe-commits] Dmitry Eremin-Solenikov : icecc: also set environment in do_install

git version control git at git.openembedded.org
Tue Jun 15 15:20:08 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 907812852830f1bed8121c24eca4e0dfa491bb02
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=907812852830f1bed8121c24eca4e0dfa491bb02

Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Tue Jun 15 16:49:12 2010 +0400

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 <dbaryshkov at gmail.com>

---

 classes/icecc.bbclass |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/classes/icecc.bbclass b/classes/icecc.bbclass
index 8c19cab..36cc231 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
+}





More information about the Openembedded-commits mailing list