summaryrefslogtreecommitdiff
path: root/recipes/libvpx.recipe
diff options
context:
space:
mode:
authorArun Raghavan <arun@centricular.com>2015-02-19 18:25:00 +0530
committerSebastian Dröge <sebastian@centricular.com>2015-02-20 11:27:44 +0200
commit4389913db8023a1d41635f5d040ec50388b812e9 (patch)
tree9da1f209fbaccee71fc158e947ed44e29295571e /recipes/libvpx.recipe
parenta77a20f9f48d9577bf0cb9ef613b4744e8561c1e (diff)
libvpx: Disable building examples for all arches
Diffstat (limited to 'recipes/libvpx.recipe')
-rw-r--r--recipes/libvpx.recipe3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/libvpx.recipe b/recipes/libvpx.recipe
index 830692cb..19799837 100644
--- a/recipes/libvpx.recipe
+++ b/recipes/libvpx.recipe
@@ -100,11 +100,12 @@ class Recipe(recipe.Recipe):
self.config_sh = 'LD=$CC ./configure'
self.configure_options.replace('--as=yasm', '')
self.configure_options += ' --sdk-path=%s ' % self.config.toolchain_prefix
- self.configure_options += ' --disable-examples '
else:
self.configure_options += '--enable-shared '
platform = 'linux'
+ self.configure_options += ' --disable-examples '
+
self.configure_options += '--target=%s-%s-gcc ' % (arch, platform)
def configure(self):