diff options
-rw-r--r-- | meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc index 771cdb196..cb7ca31ae 100644 --- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc | |||
@@ -22,6 +22,8 @@ SRC_URI = "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.ta | |||
22 | file://configure.ac-add-option-enable-thread-tls-to-manage-.patch \ | 22 | file://configure.ac-add-option-enable-thread-tls-to-manage-.patch \ |
23 | " | 23 | " |
24 | 24 | ||
25 | UPSTREAM_CHECK_URI = "https://github.com/balabit/syslog-ng/releases" | ||
26 | |||
25 | inherit autotools gettext systemd pkgconfig update-rc.d | 27 | inherit autotools gettext systemd pkgconfig update-rc.d |
26 | 28 | ||
27 | EXTRA_OECONF = " \ | 29 | EXTRA_OECONF = " \ |