diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 17:58:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:45:05 +0100 |
commit | 612ad98ed28325648050754f9b95bbac4efe464e (patch) | |
tree | 084a0e4f0b90b0be528685403c64ece8cebf448f /meta/recipes-devtools/python | |
parent | 1ef9b252cb3bee89ecc9756960806a322eb5a775 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/python/python-smartpm_1.4.1.bb | 6 |
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 @@ | |||
1 | SUMMARY = "The Smart Package Manager" | 1 | SUMMARY = "The Smart Package Manager" |
2 | |||
3 | DESCRIPTION = "The Smart Package Manager project has the ambitious objective of creating \ | 2 | DESCRIPTION = "The Smart Package Manager project has the ambitious objective of creating \ |
4 | smart and portable algorithms for solving adequately the problem of managing software \ | 3 | smart and portable algorithms for solving adequately the problem of managing software \ |
5 | upgrades and installation. This tool works in all major distributions and will bring \ | 4 | upgrades and installation." |
6 | notable advantages over native tools currently in use (APT, APT-RPM, YUM, URPMI, etc)." | ||
7 | 5 | ||
8 | HOMEPAGE = "http://smartpm.org/" | 6 | HOMEPAGE = "http://labix.org/smart/" |
9 | SECTION = "devel/python" | 7 | SECTION = "devel/python" |
10 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" |