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:43:49 +0100 |
commit | a7f8989e027abea84a371703909f62a8b9a03177 (patch) | |
tree | 811b4ff7e846b517d242b017ab763a6c6dac6461 /meta/recipes-devtools | |
parent | 227144310f403f3457b9c3d5ccc8e79272a86330 (diff) | |
download | openembedded-core-a7f8989e027abea84a371703909f62a8b9a03177.tar.gz openembedded-core-a7f8989e027abea84a371703909f62a8b9a03177.tar.bz2 openembedded-core-a7f8989e027abea84a371703909f62a8b9a03177.zip |
python-smartpm: fix HOMEPAGE and adjust DESCRIPTION
* HOMEPAGE was incorrect
* We're not really interested in the fact that Smart works across
different distros.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-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 @@ SUMMARY = "The Smart Package Manager" - DESCRIPTION = "The Smart Package Manager project has the ambitious objective of creating \ smart and portable algorithms for solving adequately the problem of managing software \ -upgrades and installation. This tool works in all major distributions and will bring \ -notable advantages over native tools currently in use (APT, APT-RPM, YUM, URPMI, etc)." +upgrades and installation." -HOMEPAGE = "http://smartpm.org/" +HOMEPAGE = "http://labix.org/smart/" SECTION = "devel/python" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" |