]> code.ossystems Code Review - openembedded-core.git/commitdiff
tremor: remove unrecognised option
authorRobert Yang <liezhi.yang@windriver.com>
Sat, 28 Dec 2013 03:29:24 +0000 (11:29 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 10:41:58 +0000 (10:41 +0000)
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>
meta/recipes-multimedia/tremor/tremor_20120314.bb

index d95fdf184fda71418938a8068594f70516ab359f..145316c53b02f657978f9e415dfcdaa67906062e 100644 (file)
@@ -17,6 +17,6 @@ S = "${WORKDIR}/Tremor"
 
 inherit autotools
 
-EXTRA_OECONF=" --enable-shared --disable-rpath  "
+EXTRA_OECONF = "--enable-shared"
 
 ARM_INSTRUCTION_SET = "arm"