mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 05:01:58 +02:00
* fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
667 B
BlitzBasic
18 lines
667 B
BlitzBasic
require syslog-ng.inc
|
|
|
|
SRC_URI += " \
|
|
file://fix-a-memory-leak-in-log_driver_free.patch \
|
|
file://fix-config-libnet.patch \
|
|
file://fix-invalid-ownership.patch \
|
|
file://Fix-the-memory-leak-problem-for-mutex.patch \
|
|
file://Fix-the-memory-leak-problem-when-HAVE_ENVIRON-defined.patch \
|
|
file://configure.patch \
|
|
file://dbifix.patch \
|
|
file://syslog-ng.service-the-syslog-ng-service.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "e9f401615e92e5eb27396c995c1446ba"
|
|
SRC_URI[sha256sum] = "7be11df31ac7d716f1f952e22b5ae8e2049edd633a41b223776a853d9106f4e7"
|
|
|
|
PNBLACKLIST[syslog-ng] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130631/"
|