mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
Add missing SUMMARY values
These recipes all had a long DESCRIPTION but no SUMMARY; since the
SUMMARY is often displayed alone by package managers and the default
value ("${PN} version ${PV}") isn't particularly useful, we should
always try to set SUMMARY.
(From OE-Core rev: db02edd2e9d7645592933cbb25ea0ca4d6561392)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cec8b230cf
commit
e792f5470b
@@ -1,3 +1,4 @@
|
||||
SUMMARY = "Perl module to manipulate and access URI strings"
|
||||
DESCRIPTION = "This package contains the URI.pm module with friends. \
|
||||
The module implements the URI class. URI objects can be used to access \
|
||||
and manipulate the various components that make up these strings."
|
||||
|
||||
Reference in New Issue
Block a user