aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pv
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-06-17 18:34:59 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-21 10:36:54 +0200
commit054f81470721bec76c2cb578220248a4f42cef80 (patch)
tree9a058a94ae14541560390aa2838471b110793f5f /meta-oe/recipes-support/pv
parent87b89ba7a163ab2dbcb9b0d408da58001c93ce42 (diff)
downloadmeta-openembedded-contrib-054f81470721bec76c2cb578220248a4f42cef80.tar.gz
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@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/pv')
-rw-r--r--meta-oe/recipes-support/pv/pv_1.5.3.bb4
1 files 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 56954122c9..5e3dd67c5b 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"