From: Koen Kooi Date: Fri, 23 Apr 2010 14:30:05 +0000 (+0200) Subject: pmount: fix config.rpath problem X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eae2a94ea7ebd651a3f17fe28776cf7a706ec515;p=openembedded.git pmount: fix config.rpath problem --- 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"