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:
1002ecf
)
e-wm cvs need to call autopoint for gettext support
author
Michael Lauer
<mickey@vanille-media.de>
Tue, 19 Feb 2008 15:14:55 +0000
(15:14 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Tue, 19 Feb 2008 15:14:55 +0000
(15:14 +0000)
packages/e17/e-wm_cvs.bb
patch
|
blob
|
history
diff --git
a/packages/e17/e-wm_cvs.bb
b/packages/e17/e-wm_cvs.bb
index
e7af400
..
4dbacff
100644
(file)
--- a/
packages/e17/e-wm_cvs.bb
+++ b/
packages/e17/e-wm_cvs.bb
@@
-21,9
+21,7
@@
EXTRA_OECONF = "\
"
do_configure_prepend() {
- install -m 0644 ${WORKDIR}/Makefile.in.in po/
- echo "install -d $*" >./mkinstalldirs
- chmod a+rx ./mkinstalldirs
+ autopoint
}
do_stage() {