mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
gst-fluendo*: add --disable-debug only to gst-fluendo-mp3
* fixes following QA warnings:
gst-fluendo-mpegdemux-0.10.72: gst-fluendo-mpegdemux: configure was
passed unrecognised options: --disable-debug
[unknown-configure-option]
(From OE-Core rev: e6e20fba657e37e1d2b7440a00cfb3c395bde19f)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a1fa222d48
commit
1636d2322e
@@ -5,6 +5,9 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=259a43dd1c9854b71fc396f74699f4d2"
|
||||
LICENSE_FLAGS = "commercial"
|
||||
|
||||
GSTREAMER_DEBUG ?= "--disable-debug"
|
||||
EXTRA_OECONF += "${GSTREAMER_DEBUG}"
|
||||
|
||||
acpaths = "-I ${S}/common/m4 -I ${S}/m4"
|
||||
|
||||
SRC_URI[md5sum] = "5d95a9a216dd15bc5c00c9414061115c"
|
||||
|
||||
@@ -11,5 +11,4 @@ FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
|
||||
FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
|
||||
FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a"
|
||||
|
||||
GSTREAMER_DEBUG ?= "--disable-debug"
|
||||
EXTRA_OECONF = "${GSTREAMER_DEBUG} --disable-valgrind"
|
||||
EXTRA_OECONF = "--disable-valgrind"
|
||||
|
||||
Reference in New Issue
Block a user