From efd5592bf619f65fa2c7e0872b6505cceb42647a Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Mon, 6 May 2013 13:00:45 +0000 Subject: [PATCH] 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 (From meta-openembedded rev: 8fec906a4584f9cbc467fb0e406bb6a705848b64) Signed-off-by: Nicolas Dechesne Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- .../recipes-extended/smartmontools/smartmontools_6.1.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-openembedded/meta-oe/recipes-extended/smartmontools/smartmontools_6.1.bb diff --git a/meta-openembedded/meta-oe/recipes-extended/smartmontools/smartmontools_6.1.bb b/meta-openembedded/meta-oe/recipes-extended/smartmontools/smartmontools_6.1.bb new file mode 100644 index 0000000..556c89f --- /dev/null +++ b/meta-openembedded/meta-oe/recipes-extended/smartmontools/smartmontools_6.1.bb @@ -0,0 +1,13 @@ +SECTION = "console/utils" +DESCRIPTION = "Control and monitor storage systems using S.M.A.R.T." +HOMEPAGE = "http://smartmontools.sourceforge.net/" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRC_URI = "${SOURCEFORGE_MIRROR}/smartmontools/smartmontools-${PV}.tar.gz" +SRC_URI[md5sum] = "83a3a681f8183ed858392d550ae1cca6" +SRC_URI[sha256sum] = "a9003b8bccc82682f658ce76d70edb1842411e51dc56d4cd6b56618da1d9ce07" + +inherit autotools + -- 2.7.4