From: Eric BENARD Date: Thu, 30 Dec 2010 16:55:34 +0000 (+0000) Subject: gnome-power-manager: fix compilation: `libtool: Command not found` X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae600202dbf68be4cc7515b877ef143c1f5f8c31;p=openembedded.git gnome-power-manager: fix compilation: `libtool: Command not found` * libtool is hardcoded in src/Makefile and leads to libtool: Command not found Signed-off-by: Eric Bénard Acked-by: Paul Menzel --- diff --git a/recipes/gnome/gnome-power-manager_2.30.0.bb b/recipes/gnome/gnome-power-manager_2.30.0.bb index a7528520c8..0c7bcb5980 100644 --- a/recipes/gnome/gnome-power-manager_2.30.0.bb +++ b/recipes/gnome/gnome-power-manager_2.30.0.bb @@ -27,6 +27,7 @@ do_configure_append() { for i in $(find ${S} -name "Makefile") ; do sed -i -e s:-Werror::g $i done + sed -e "s/libtool --/${TARGET_SYS}-libtool --/" -i ${S}/src/Makefile } PACKAGES =+ "${PN}-applets"