git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd31acd
)
gnome-power-manager: fix compilation: `libtool: Command not found`
author
Eric BENARD
<eric@eukrea.com>
Thu, 30 Dec 2010 16:55:34 +0000
(16:55 +0000)
committer
Eric Bénard
<eric@eukrea.com>
Thu, 30 Dec 2010 10:35:57 +0000
(11:35 +0100)
* libtool is hardcoded in src/Makefile and leads to
libtool: Command not found
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
recipes/gnome/gnome-power-manager_2.30.0.bb
patch
|
blob
|
history
diff --git
a/recipes/gnome/gnome-power-manager_2.30.0.bb
b/recipes/gnome/gnome-power-manager_2.30.0.bb
index
a752852
..
0c7bcb5
100644
(file)
--- 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"