From: Leon Woestenberg Date: Fri, 29 Dec 2006 23:01:13 +0000 (+0000) Subject: smartmontools: Added 5.37. Consolidated common stuff into .inc. X-Git-Tag: Release-2010-05/1~9453^2~83^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3aef60cd7c0459d267edfdd8e38fcec9cfeaaff;p=openembedded.git smartmontools: Added 5.37. Consolidated common stuff into .inc. --- diff --git a/packages/smartmontools/smartmontools.inc b/packages/smartmontools/smartmontools.inc new file mode 100644 index 0000000000..908343d548 --- /dev/null +++ b/packages/smartmontools/smartmontools.inc @@ -0,0 +1,8 @@ +SECTION = "console/utils" +DESCRIPTION = "Control and monitor storage systems using S.M.A.R.T." +LICENSE = "GPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/smartmontools/smartmontools-${PV}.tar.gz" +S = "${WORKDIR}/smartmontools-${PV}" + +inherit autotools diff --git a/packages/smartmontools/smartmontools_5.33.bb b/packages/smartmontools/smartmontools_5.33.bb index 908343d548..ec9a10d4c5 100644 --- a/packages/smartmontools/smartmontools_5.33.bb +++ b/packages/smartmontools/smartmontools_5.33.bb @@ -1,8 +1 @@ -SECTION = "console/utils" -DESCRIPTION = "Control and monitor storage systems using S.M.A.R.T." -LICENSE = "GPL" - -SRC_URI = "${SOURCEFORGE_MIRROR}/smartmontools/smartmontools-${PV}.tar.gz" -S = "${WORKDIR}/smartmontools-${PV}" - -inherit autotools +include smartmontools.inc diff --git a/packages/smartmontools/smartmontools_5.37.bb b/packages/smartmontools/smartmontools_5.37.bb new file mode 100644 index 0000000000..ec9a10d4c5 --- /dev/null +++ b/packages/smartmontools/smartmontools_5.37.bb @@ -0,0 +1 @@ +include smartmontools.inc