python-smartpm: fix HOMEPAGE and adjust DESCRIPTION
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 24 Apr 2013 16:58:13 +0000 (17:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Apr 2013 13:45:05 +0000 (14:45 +0100)
* 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>
meta/recipes-devtools/python/python-smartpm_1.4.1.bb

index 001d9e4..cfa2dba 100644 (file)
@@ -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"