diff options
| author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-11-29 07:49:47 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-12-04 10:44:22 +0100 |
| commit | aa7a2094055798f18c6578421c909c2961f50314 (patch) | |
| tree | 33416e9bb5738dcb4ba2cdc8d19feee168e6d2a0 /meta-oe | |
| parent | f518e6efa213f7532e1bc0c0df469117d5e5c903 (diff) | |
| download | meta-openembedded-aa7a2094055798f18c6578421c909c2961f50314.tar.gz | |
zsh: added gnu-configize to do_configure()
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/zsh/zsh.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc index cacce9140c..9713cfc214 100644 --- a/meta-oe/recipes-extended/zsh/zsh.inc +++ b/meta-oe/recipes-extended/zsh/zsh.inc | |||
| @@ -35,6 +35,7 @@ ALTERNATIVE_PRIORITY = "100" | |||
| 35 | export AUTOHEADER = "true" | 35 | export AUTOHEADER = "true" |
| 36 | 36 | ||
| 37 | do_configure () { | 37 | do_configure () { |
| 38 | gnu-configize --force | ||
| 38 | oe_runconf | 39 | oe_runconf |
| 39 | } | 40 | } |
| 40 | 41 | ||
