mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
87b89ba7a1
commit
054f814707
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user