[oe-commits] Paul Eggleton : pv: fix metadata fields

git at git.openembedded.org git at git.openembedded.org
Sat Jun 21 09:38:53 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 054f81470721bec76c2cb578220248a4f42cef80
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=054f81470721bec76c2cb578220248a4f42cef80

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Tue Jun 17 18:34:59 2014 +0100

pv: fix metadata fields

* Use correct LICENSE value to match up with common license file (and
  avoid corresponding warning)
* Set SUMMARY instead of DESCRIPTION

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/pv/pv_1.5.3.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/pv/pv_1.5.3.bb b/meta-oe/recipes-support/pv/pv_1.5.3.bb
index 5695412..5e3dd67 100644
--- a/meta-oe/recipes-support/pv/pv_1.5.3.bb
+++ b/meta-oe/recipes-support/pv/pv_1.5.3.bb
@@ -1,6 +1,6 @@
-DESCRIPTION = "pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of data through a pipeline."
+SUMMARY = "Terminal-based tool for monitoring the progress of data through a pipeline"
 
-LICENSE = "Artistic-License-2.0"
+LICENSE = "Artistic-2.0"
 LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02"
 
 SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.bz2"



More information about the Openembedded-commits mailing list