diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2013-05-06 13:00:45 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-07 18:59:01 +0200 |
commit | 8fec906a4584f9cbc467fb0e406bb6a705848b64 (patch) | |
tree | 5b9bf35059d0ffba0965b81df4315b09cecce45d /meta-oe/recipes-extended/smartmontools/smartmontools_6.1.bb | |
parent | dd11da0dd60f8aa4156dc879c5593d38f4c1d996 (diff) | |
download | meta-openembedded-8fec906a4584f9cbc467fb0e406bb6a705848b64.tar.gz |
smartmontools: import from OE classic
as discussed in [1], the following changes have been made since the
initial version.
- upgrade to latest upstream version
- removal of the .inc file since the recipe is trivial
- moved the recipe from recipe-support to recipe-extended
[1] http://comments.gmane.org/gmane.comp.handhelds.openembedded/57914
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/smartmontools/smartmontools_6.1.bb')
-rw-r--r-- | meta-oe/recipes-extended/smartmontools/smartmontools_6.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/smartmontools/smartmontools_6.1.bb b/meta-oe/recipes-extended/smartmontools/smartmontools_6.1.bb new file mode 100644 index 000000000..556c89fc0 --- /dev/null +++ b/meta-oe/recipes-extended/smartmontools/smartmontools_6.1.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | SECTION = "console/utils" | ||
2 | DESCRIPTION = "Control and monitor storage systems using S.M.A.R.T." | ||
3 | HOMEPAGE = "http://smartmontools.sourceforge.net/" | ||
4 | |||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
7 | |||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/smartmontools/smartmontools-${PV}.tar.gz" | ||
9 | SRC_URI[md5sum] = "83a3a681f8183ed858392d550ae1cca6" | ||
10 | SRC_URI[sha256sum] = "a9003b8bccc82682f658ce76d70edb1842411e51dc56d4cd6b56618da1d9ce07" | ||
11 | |||
12 | inherit autotools | ||
13 | |||