Skip to content

Commit

Permalink
pmount: fix config.rpath problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Kooi committed Apr 23, 2010
1 parent 5b7e93d commit eae2a94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/pmount/pmount_0.9.19.bb
Expand Up @@ -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"
Expand Down

0 comments on commit eae2a94

Please sign in to comment.