diff options
-rw-r--r-- | recipes-extended/nagios/nagios-core_4.4.6.bb (renamed from recipes-extended/nagios/nagios-core_4.4.3.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-extended/nagios/nagios-core_4.4.3.bb b/recipes-extended/nagios/nagios-core_4.4.6.bb index c78259ee..aaa722c2 100644 --- a/recipes-extended/nagios/nagios-core_4.4.3.bb +++ b/recipes-extended/nagios/nagios-core_4.4.6.bb | |||
@@ -20,8 +20,8 @@ SRC_URI = "http://prdownloads.sourceforge.net/sourceforge/${SRCNAME}/${SRCNAME}- | |||
20 | file://nagios-core-systemd-volatile.conf \ | 20 | file://nagios-core-systemd-volatile.conf \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI[md5sum] = "8beb253b1236ee1407f698b5d2a2d894" | 23 | SRC_URI[md5sum] = "ba849e9487e13859381eb117127bfee2" |
24 | SRC_URI[sha256sum] = "bba8f0e8dc8cf72f7a7ae4e8ce9c60f5bd315629421b9ec34818a28b8da49f67" | 24 | SRC_URI[sha256sum] = "ab0d5a52caf01e6f4dcd84252c4eb5df5a24f90bb7f951f03875eef54f5ab0f4" |
25 | 25 | ||
26 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 26 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
27 | 27 | ||
@@ -158,3 +158,5 @@ CVE_PRODUCT = "nagios_core" | |||
158 | ALTERNATIVE_PRIORITY_${PN} = '20' | 158 | ALTERNATIVE_PRIORITY_${PN} = '20' |
159 | ALTERNATIVE_${PN} = "nagios" | 159 | ALTERNATIVE_${PN} = "nagios" |
160 | ALTERNATIVE_LINK_NAME[nagios] = "${localstatedir}/nagios" | 160 | ALTERNATIVE_LINK_NAME[nagios] = "${localstatedir}/nagios" |
161 | |||
162 | INSANE_SKIP_${PN} = "already-stripped" | ||