diff options
author | Amarnath Valluri <amarnath.valluri@intel.com> | 2015-07-22 10:55:43 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-23 08:48:40 +0100 |
commit | d87878ee12b9fcf9699e55817f137c1682d58ce4 (patch) | |
tree | c6c9eda520d17796470ff22bb92e58e96b0a32c9 /meta/recipes-extended | |
parent | fbea156fffb846551e2f878ad3353db8f95d35cc (diff) | |
download | poky-d87878ee12b9fcf9699e55817f137c1682d58ce4.tar.gz |
cronie: Upgrade v1.4.12 to v1.5.0
(From OE-Core rev: 1cb0bceddf64fcca4140aa2fd318db29e128c3e1)
Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/cronie/cronie_1.5.0.bb (renamed from meta/recipes-extended/cronie/cronie_1.4.12.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/cronie/cronie_1.4.12.bb b/meta/recipes-extended/cronie/cronie_1.5.0.bb index 977332b3fc..38bd5935cc 100644 --- a/meta/recipes-extended/cronie/cronie_1.4.12.bb +++ b/meta/recipes-extended/cronie/cronie_1.5.0.bb | |||
@@ -23,8 +23,8 @@ SRC_URI = "https://fedorahosted.org/releases/c/r/cronie/cronie-${PV}.tar.gz \ | |||
23 | PAM_SRC_URI = "file://crond_pam_config.patch" | 23 | PAM_SRC_URI = "file://crond_pam_config.patch" |
24 | PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin-loginuid" | 24 | PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin-loginuid" |
25 | 25 | ||
26 | SRC_URI[md5sum] = "199db91e514a4d75e3222d69874b132f" | 26 | SRC_URI[md5sum] = "9db75e1884d83a45e002d145c6c54d45" |
27 | SRC_URI[sha256sum] = "0f5c9bf32f352599451c4ca0d6bc076d19e73ecfa5a90b34ecfe47c918c8bafd" | 27 | SRC_URI[sha256sum] = "9cf0e3f4f5042a9c09413d62c8e0c055e12401f70b112465f0f81f2c84ebfb3f" |
28 | 28 | ||
29 | inherit autotools update-rc.d useradd systemd | 29 | inherit autotools update-rc.d useradd systemd |
30 | 30 | ||