From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] gnome-power-manager: fix compilation
Date: Thu, 30 Dec 2010 09:55:34 +0100 [thread overview]
Message-ID: <1293699334-4159-1-git-send-email-eric@eukrea.com> (raw)
* libtool is hardcoded in src/Makefile and leads to
libtool: Command not found
Signed-off-by: Eric Bénard <eric@eukrea.com>
---
recipes/gnome/gnome-power-manager_2.30.0.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
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
--- 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"
--
1.7.0.4
next reply other threads:[~2010-12-30 9:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-30 8:55 Eric Bénard [this message]
2010-12-30 10:20 ` [PATCH] gnome-power-manager: fix compilation Paul Menzel
2010-12-30 10:43 ` Eric Bénard
2010-12-30 18:25 ` [RFC] dealing with hard coded `libtool` in `Makefile.*` (was: [PATCH] gnome-power-manager: fix compilation) Paul Menzel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1293699334-4159-1-git-send-email-eric@eukrea.com \
--to=eric@eukrea.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.