summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-12-28 11:29:24 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:50:11 +0000
commit7267aa98e3422d0620dc8aca1e13b91cd0a90879 (patch)
tree03c0617fd18bb55698d46c40dfad0958aa90ac4c
parentaec6bc94a3fa2a97c78e5f686363f517d0640d61 (diff)
downloadast2050-yocto-poky-7267aa98e3422d0620dc8aca1e13b91cd0a90879.zip
ast2050-yocto-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>
-rw-r--r--meta/recipes-multimedia/tremor/tremor_20120314.bb2
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 d95fdf1..145316c 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"
OpenPOWER on IntegriCloud