diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-12-28 11:29:24 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 10:41:58 +0000 |
commit | 7803d98c7d72bc2313b965dfdf198bac6f31e6b0 (patch) | |
tree | ae218e77317e632b7ea92738310574446e01cdea /meta/recipes-multimedia/tremor | |
parent | ba2901ca9de118d92abe63ac78fa3652ffa66ee7 (diff) | |
download | openembedded-core-contrib-7803d98c7d72bc2313b965dfdf198bac6f31e6b0.tar.gz |
tremor: remove unrecognised option
Remove the --disable-rpath, it seems taht there is never such an option
in tremor's configure, and it uses our libtool, so we don't have to
worry about the rpath.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-multimedia/tremor')
-rw-r--r-- | meta/recipes-multimedia/tremor/tremor_20120314.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/tremor/tremor_20120314.bb b/meta/recipes-multimedia/tremor/tremor_20120314.bb index d95fdf184fd..145316c53b0 100644 --- a/meta/recipes-multimedia/tremor/tremor_20120314.bb +++ b/meta/recipes-multimedia/tremor/tremor_20120314.bb @@ -17,6 +17,6 @@ S = "${WORKDIR}/Tremor" inherit autotools -EXTRA_OECONF=" --enable-shared --disable-rpath " +EXTRA_OECONF = "--enable-shared" ARM_INSTRUCTION_SET = "arm" |