[oe-commits] Robert Yang : tremor: remove unrecognised option

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 12:53:23 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 7803d98c7d72bc2313b965dfdf198bac6f31e6b0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7803d98c7d72bc2313b965dfdf198bac6f31e6b0

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sat Dec 28 11:29:24 2013 +0800

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 at windriver.com>

---

 meta/recipes-multimedia/tremor/tremor_20120314.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"



More information about the Openembedded-commits mailing list