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 12:50:11 +0000 |
commit | 7267aa98e3422d0620dc8aca1e13b91cd0a90879 (patch) | |
tree | 03c0617fd18bb55698d46c40dfad0958aa90ac4c /meta/recipes-multimedia | |
parent | aec6bc94a3fa2a97c78e5f686363f517d0640d61 (diff) | |
download | poky-7267aa98e3422d0620dc8aca1e13b91cd0a90879.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.
(From OE-Core rev: 7803d98c7d72bc2313b965dfdf198bac6f31e6b0)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-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 d95fdf184f..145316c53b 100644 --- a/meta/recipes-multimedia/tremor/tremor_20120314.bb +++ b/meta/recipes-multimedia/tremor/tremor_20120314.bb | |||
@@ -17,6 +17,6 @@ S = "${WORKDIR}/Tremor" | |||
17 | 17 | ||
18 | inherit autotools | 18 | inherit autotools |
19 | 19 | ||
20 | EXTRA_OECONF=" --enable-shared --disable-rpath " | 20 | EXTRA_OECONF = "--enable-shared" |
21 | 21 | ||
22 | ARM_INSTRUCTION_SET = "arm" | 22 | ARM_INSTRUCTION_SET = "arm" |