diff options
-rw-r--r-- | meta-oe/recipes-extended/rsyslog/rsyslog_7.6.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_7.6.1.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_7.6.1.bb index b7a8140b25..ddc6eb3176 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_7.6.1.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_7.6.1.bb | |||
@@ -17,6 +17,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=51d9635e646fb75e1b74c074f788e973 \ | |||
17 | file://COPYING.ASL20;md5=052f8a09206615ab07326ff8ce2d9d32\ | 17 | file://COPYING.ASL20;md5=052f8a09206615ab07326ff8ce2d9d32\ |
18 | " | 18 | " |
19 | 19 | ||
20 | # http://errors.yoctoproject.org/Errors/Details/25829/ | ||
21 | PNBLACKLIST[rsyslog] ?= "Not compatible with gnutls version 3.4 currently in oe-core" | ||
22 | |||
20 | SRC_URI = "http://www.rsyslog.com/download/files/download/rsyslog/${BPN}-${PV}.tar.gz \ | 23 | SRC_URI = "http://www.rsyslog.com/download/files/download/rsyslog/${BPN}-${PV}.tar.gz \ |
21 | file://initscript \ | 24 | file://initscript \ |
22 | file://rsyslog.conf \ | 25 | file://rsyslog.conf \ |