diff options
author | Wang Xin <wangxin2015.fnst@cn.fujitsu.com> | 2016-09-01 03:23:19 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-11 09:10:44 +0200 |
commit | c4ff1c9313a89983b87a8c262d83c046e7007a49 (patch) | |
tree | 1926b562e8d03c1508de780fca8d8761b70dae8d /meta-oe/recipes-extended/smartmontools | |
parent | 84e0dbe2996e957eba47b2ebb587b8feb316d95d (diff) | |
download | meta-openembedded-c4ff1c9313a89983b87a8c262d83c046e7007a49.tar.gz |
smartmontools: 6.4 -> 6.5
Upgrade smartmontools from 6.4 to 6.5.
Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/smartmontools')
-rw-r--r-- | meta-oe/recipes-extended/smartmontools/smartmontools_6.5.bb (renamed from meta-oe/recipes-extended/smartmontools/smartmontools_6.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/smartmontools/smartmontools_6.4.bb b/meta-oe/recipes-extended/smartmontools/smartmontools_6.5.bb index fce50e5bd..55d366e2e 100644 --- a/meta-oe/recipes-extended/smartmontools/smartmontools_6.4.bb +++ b/meta-oe/recipes-extended/smartmontools/smartmontools_6.5.bb | |||
@@ -24,8 +24,8 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'libcap-ng', 'libcap- | |||
24 | PACKAGECONFIG[libcap-ng] = "--with-libcap-ng=yes,--with-libcap-ng=no,libcap-ng" | 24 | PACKAGECONFIG[libcap-ng] = "--with-libcap-ng=yes,--with-libcap-ng=no,libcap-ng" |
25 | PACKAGECONFIG[selinux] = "--with-selinux=yes,--with-selinux=no,libselinux" | 25 | PACKAGECONFIG[selinux] = "--with-selinux=yes,--with-selinux=no,libselinux" |
26 | 26 | ||
27 | SRC_URI[md5sum] = "56812c8312fd123ed40ef65afde1049e" | 27 | SRC_URI[md5sum] = "093aeec3f8f39fa9a37593c4012d3156" |
28 | SRC_URI[sha256sum] = "eab75600c1eda9c34b13097db71138ab376f3dad8a6a4667fb4d1d081feb7a85" | 28 | SRC_URI[sha256sum] = "89e8bb080130bc6ce148573ba5bb91bfe30236b64b1b5bbca26515d4b5c945bc" |
29 | 29 | ||
30 | inherit autotools update-rc.d systemd | 30 | inherit autotools update-rc.d systemd |
31 | 31 | ||