diff options
-rw-r--r-- | meta-oe/recipes-support/monit/monit_5.35.0.bb (renamed from meta-oe/recipes-support/monit/monit_5.34.4.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/monit/monit_5.34.4.bb b/meta-oe/recipes-support/monit/monit_5.35.0.bb index c0f1d1fd7c..a2be004c4f 100644 --- a/meta-oe/recipes-support/monit/monit_5.34.4.bb +++ b/meta-oe/recipes-support/monit/monit_5.35.0.bb | |||
@@ -6,8 +6,9 @@ causal actions in error situations." | |||
6 | HOMEPAGE = "http://mmonit.com/monit/" | 6 | HOMEPAGE = "http://mmonit.com/monit/" |
7 | 7 | ||
8 | LICENSE = "AGPL-3.0-only" | 8 | LICENSE = "AGPL-3.0-only" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea116a7defaf0e93b3bb73b2a34a3f51 \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=79ca9f26f1ecb1e377e90383109ede64 \ |
10 | file://libmonit/COPYING;md5=2405f1c59ed1bf3714cebdb40162ce92" | 10 | file://libmonit/COPYING;md5=44aaa0a664332e9568add09f1ddb01cb \ |
11 | " | ||
11 | 12 | ||
12 | SRC_URI = " \ | 13 | SRC_URI = " \ |
13 | https://mmonit.com/monit/dist/monit-${PV}.tar.gz \ | 14 | https://mmonit.com/monit/dist/monit-${PV}.tar.gz \ |
@@ -15,7 +16,7 @@ SRC_URI = " \ | |||
15 | file://monitrc \ | 16 | file://monitrc \ |
16 | " | 17 | " |
17 | 18 | ||
18 | SRC_URI[sha256sum] = "ef607cfaabfd3767d40b9b9e32032f748beebc4d686831f6111e0e68fbd1b469" | 19 | SRC_URI[sha256sum] = "e9522a78b954eaee933c4810db7b99a36f941e022ca2b01570185d4ce41d8f12" |
19 | 20 | ||
20 | DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt" | 21 | DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt" |
21 | 22 | ||