summaryrefslogtreecommitdiffstats
path: root/recipes/pmount
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-23 16:30:05 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-23 16:30:05 +0200
commiteae2a94ea7ebd651a3f17fe28776cf7a706ec515 (patch)
tree77eae34cd3f2ab5e11f49fcaa7d1972123f3ef82 /recipes/pmount
parent5b7e93d0c9c403ea3da02d1a5921cd8817151ac2 (diff)
downloadopenembedded-eae2a94ea7ebd651a3f17fe28776cf7a706ec515.tar.gz
pmount: fix config.rpath problem
Diffstat (limited to 'recipes/pmount')
-rw-r--r--recipes/pmount/pmount_0.9.19.bb4
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 3b548e677b..8ba44ebf88 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"