summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2018-03-15 10:03:14 +0800
committerArmin Kuster <akuster808@gmail.com>2018-03-16 19:56:55 -0700
commit66d3964b3c6e5ad7ef4712ff08aea77aa1614c2c (patch)
tree2814ebd8e19b3b2616e6ff3fb4df2cec3ac9f1ed
parentad87bfa14e40bca0ce7697ec284d3acbbcc9a868 (diff)
downloadmeta-openembedded-66d3964b3c6e5ad7ef4712ff08aea77aa1614c2c.tar.gz
smartmontools: 6.5 -> 6.6
Upgrade smartmontools from 6.5 to 6.6. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-extended/smartmontools/smartmontools_6.6.bb (renamed from meta-oe/recipes-extended/smartmontools/smartmontools_6.5.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/smartmontools/smartmontools_6.5.bb b/meta-oe/recipes-extended/smartmontools/smartmontools_6.6.bb
index 0970d2a30..1a1767e11 100644
--- a/meta-oe/recipes-extended/smartmontools/smartmontools_6.5.bb
+++ b/meta-oe/recipes-extended/smartmontools/smartmontools_6.6.bb
@@ -22,8 +22,8 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'libcap-ng selinux', d)
22PACKAGECONFIG[libcap-ng] = "--with-libcap-ng=yes,--with-libcap-ng=no,libcap-ng" 22PACKAGECONFIG[libcap-ng] = "--with-libcap-ng=yes,--with-libcap-ng=no,libcap-ng"
23PACKAGECONFIG[selinux] = "--with-selinux=yes,--with-selinux=no,libselinux" 23PACKAGECONFIG[selinux] = "--with-selinux=yes,--with-selinux=no,libselinux"
24 24
25SRC_URI[md5sum] = "093aeec3f8f39fa9a37593c4012d3156" 25SRC_URI[md5sum] = "9ae2c6e7131cd2813edcc65cbe5f223f"
26SRC_URI[sha256sum] = "89e8bb080130bc6ce148573ba5bb91bfe30236b64b1b5bbca26515d4b5c945bc" 26SRC_URI[sha256sum] = "51f43d0fb064fccaf823bbe68cf0d317d0895ff895aa353b3339a3b316a53054"
27 27
28inherit autotools update-rc.d systemd 28inherit autotools update-rc.d systemd
29 29