diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-12-28 12:23:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 10:41:58 +0000 |
commit | bc64977ac02fc71de620254eb9f65998ae842629 (patch) | |
tree | c19c21f02fad03f6fdfbd409ec006ba926c6c319 /meta/recipes-multimedia | |
parent | 8d30a464cdb8c6bf0b9d2757ff7f8fc3445f51ba (diff) | |
download | openembedded-core-bc64977ac02fc71de620254eb9f65998ae842629.tar.gz openembedded-core-bc64977ac02fc71de620254eb9f65998ae842629.tar.bz2 openembedded-core-bc64977ac02fc71de620254eb9f65998ae842629.zip |
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/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb | 2 |
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" |