libid3tag: remove unrecognised option

There is no --enable-speed in libid3tag's configure, but in libmad, and
it's already there, so remove it.

(From OE-Core rev: bc64977ac02fc71de620254eb9f65998ae842629)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2013-12-28 12:23:18 +08:00 committed by Richard Purdie
parent 8830498567
commit 54fe057a34
1 changed files with 0 additions and 2 deletions

View File

@ -20,5 +20,3 @@ SRC_URI[sha256sum] = "63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610
S = "${WORKDIR}/libid3tag-${PV}"
inherit autotools pkgconfig
EXTRA_OECONF = "-enable-speed"