summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-08-28 11:12:16 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-08-28 11:12:16 +0300
commit5914cafadea4f12994e67db1af93d480019f1ffc (patch)
treecba40975f336dc2f9db7616bf7794dfbaf5a7535 /openembedded
parent311e8044f4d10b5e488d23d566d97ba4fbba98f3 (diff)
openvswitch-lng: call autoreconf instead of the wrapper script boot.sh
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/openvswitch-lng.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/openvswitch-lng.yaml b/openembedded/openvswitch-lng.yaml
index c5b286c..c5ec503 100644
--- a/openembedded/openvswitch-lng.yaml
+++ b/openembedded/openvswitch-lng.yaml
@@ -14,7 +14,7 @@ install:
- git://git.linaro.org/people/zishen.lim/openvswitch.git
steps:
- 'cd openvswitch'
- - './boot.sh'
+ - 'autoreconf --install --force'
- './configure'
- 'make'