mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
gstreamer: fix unrecognised options
Fix the following options: --disable-docs-build: replace with --disable-docbook --disable-gtk-doc --with-check=no: replace with --disable-check (From OE-Core rev: 72a75bb0fbe7caddf00710a61015f18a96e40cbf) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
54fe057a34
commit
728f1c7d82
@@ -21,7 +21,11 @@ SRC_URI[sha256sum] = "e556a529e0a8cf1cd0afd0cab2af5488c9524e7c3f409de29b5d82bb41
|
|||||||
inherit autotools pkgconfig gettext
|
inherit autotools pkgconfig gettext
|
||||||
|
|
||||||
GSTREAMER_DEBUG ?= "--disable-debug"
|
GSTREAMER_DEBUG ?= "--disable-debug"
|
||||||
EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no --disable-examples --disable-tests --disable-valgrind ${GSTREAMER_DEBUG}"
|
EXTRA_OECONF = "--disable-docbook --disable-gtk-doc \
|
||||||
|
--disable-dependency-tracking --disable-check \
|
||||||
|
--disable-examples --disable-tests \
|
||||||
|
--disable-valgrind ${GSTREAMER_DEBUG} \
|
||||||
|
"
|
||||||
|
|
||||||
# apply gstreamer hack after Makefile.in.in in source is replaced by our version from
|
# apply gstreamer hack after Makefile.in.in in source is replaced by our version from
|
||||||
# ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed
|
# ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed
|
||||||
|
|||||||
Reference in New Issue
Block a user