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 12:50:12 +0000 |
commit | 54fe057a34b3301e3b5d4266411593a8e2e6060b (patch) | |
tree | 1178953c44e95683a0f7ef15495d26e9837f5d5a /meta/recipes-multimedia | |
parent | 8830498567e14136600a523ea15bea0afaaceb01 (diff) | |
download | poky-54fe057a34b3301e3b5d4266411593a8e2e6060b.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.
(From OE-Core rev: bc64977ac02fc71de620254eb9f65998ae842629)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | |||
20 | S = "${WORKDIR}/libid3tag-${PV}" | 20 | S = "${WORKDIR}/libid3tag-${PV}" |
21 | 21 | ||
22 | inherit autotools pkgconfig | 22 | inherit autotools pkgconfig |
23 | |||
24 | EXTRA_OECONF = "-enable-speed" | ||