summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-12-28 12:23:18 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 10:41:58 +0000
commitbc64977ac02fc71de620254eb9f65998ae842629 (patch)
treec19c21f02fad03f6fdfbd409ec006ba926c6c319 /meta
parent8d30a464cdb8c6bf0b9d2757ff7f8fc3445f51ba (diff)
downloadopenembedded-core-bc64977ac02fc71de620254eb9f65998ae842629.tar.gz
libid3tag: remove unrecognised option
There is no --enable-speed in libid3tag's configure, but in libmad, and it's already there, so remove it. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb b/meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb
index d81f58b1e5..38d42b03a5 100644
--- a/meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb
+++ b/meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb
@@ -20,5 +20,3 @@ SRC_URI[sha256sum] = "63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610
S = "${WORKDIR}/libid3tag-${PV}"
inherit autotools pkgconfig
-
-EXTRA_OECONF = "-enable-speed"