summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-24 17:58:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-29 14:45:05 +0100
commit612ad98ed28325648050754f9b95bbac4efe464e (patch)
tree084a0e4f0b90b0be528685403c64ece8cebf448f /meta/recipes-devtools/python/python-smartpm_1.4.1.bb
parent1ef9b252cb3bee89ecc9756960806a322eb5a775 (diff)
downloadpoky-612ad98ed28325648050754f9b95bbac4efe464e.tar.gz
python-smartpm: fix HOMEPAGE and adjust DESCRIPTION
* HOMEPAGE was incorrect * We're not really interested in the fact that Smart works across different distros. (From OE-Core rev: a7f8989e027abea84a371703909f62a8b9a03177) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-smartpm_1.4.1.bb')
-rw-r--r--meta/recipes-devtools/python/python-smartpm_1.4.1.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
index 001d9e4d02..cfa2dba795 100644
--- a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
+++ b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
@@ -1,11 +1,9 @@
1SUMMARY = "The Smart Package Manager" 1SUMMARY = "The Smart Package Manager"
2
3DESCRIPTION = "The Smart Package Manager project has the ambitious objective of creating \ 2DESCRIPTION = "The Smart Package Manager project has the ambitious objective of creating \
4smart and portable algorithms for solving adequately the problem of managing software \ 3smart and portable algorithms for solving adequately the problem of managing software \
5upgrades and installation. This tool works in all major distributions and will bring \ 4upgrades and installation."
6notable advantages over native tools currently in use (APT, APT-RPM, YUM, URPMI, etc)."
7 5
8HOMEPAGE = "http://smartpm.org/" 6HOMEPAGE = "http://labix.org/smart/"
9SECTION = "devel/python" 7SECTION = "devel/python"
10LICENSE = "GPLv2" 8LICENSE = "GPLv2"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"