From ae600202dbf68be4cc7515b877ef143c1f5f8c31 Mon Sep 17 00:00:00 2001 From: Eric BENARD Date: Thu, 30 Dec 2010 16:55:34 +0000 Subject: [PATCH] gnome-power-manager: fix compilation: `libtool: Command not found` MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * libtool is hardcoded in src/Makefile and leads to libtool: Command not found Signed-off-by: Eric Bénard Acked-by: Paul Menzel --- recipes/gnome/gnome-power-manager_2.30.0.bb | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5