mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +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 = "C#-like programming language for easing GObject programming"
|
||||
DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \
|
||||
Vala compiles to plain C and has no runtime environment nor penalities whatsoever."
|
||||
SECTION = "devel"
|
||||
|
||||
Reference in New Issue
Block a user