git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b7e93d
)
pmount: fix config.rpath problem
author
Koen Kooi
<koen@openembedded.org>
Fri, 23 Apr 2010 14:30:05 +0000
(16:30 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 23 Apr 2010 14:30:05 +0000
(16:30 +0200)
recipes/pmount/pmount_0.9.19.bb
patch
|
blob
|
history
diff --git
a/recipes/pmount/pmount_0.9.19.bb
b/recipes/pmount/pmount_0.9.19.bb
index
3b548e6
..
8ba44eb
100644
(file)
--- 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"