[oe-commits] Koen Kooi : pmount: fix config.rpath problem

git version control git at git.openembedded.org
Fri Apr 23 17:02:33 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Apr 23 16:30:05 2010 +0200

pmount: fix config.rpath problem

---

 recipes/pmount/pmount_0.9.19.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/pmount/pmount_0.9.19.bb b/recipes/pmount/pmount_0.9.19.bb
index 3b548e6..8ba44eb 100644
--- a/recipes/pmount/pmount_0.9.19.bb
+++ b/recipes/pmount/pmount_0.9.19.bb
@@ -14,6 +14,10 @@ SRC_URI = "https://alioth.debian.org/frs/download.php/2867/pmount-0.9.19.tar.gz
 
 inherit autotools gettext
 
+do_configure_prepend() {
+	autopoint --force || true
+}
+
 EXTRA_OECONF = "--enable-hal"
 
 PACKAGES =+ "${PN}-hal"





More information about the Openembedded-commits mailing list