mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
Replace one-line DESCRIPTION with SUMMARY
A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. (From OE-Core rev: b8feee3cf21f70ba4ec3b822d2f596d4fc02a292) 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
63819fba7c
commit
cec8b230cf
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Clutter graphics library"
|
||||
SUMMARY = "Graphics library for creating hardware-accelerated user interfaces"
|
||||
HOMEPAGE = "http://www.clutter-project.org/"
|
||||
LICENSE = "LGPLv2.1+"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Clutter GStreamer"
|
||||
SUMMARY = "GStreamer integration library for Clutter"
|
||||
HOMEPAGE = "http://www.clutter-project.org/"
|
||||
LICENSE = "LGPLv2+"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "ClutterGtk"
|
||||
SUMMARY = "Library for embedding a Clutter canvas in a GTK+ application"
|
||||
HOMEPAGE = "http://www.clutter-project.org/"
|
||||
LICENSE = "LGPLv2+"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "a modern 3D graphics API with associated utility APIs"
|
||||
SUMMARY = "Modern 3D graphics API with associated utility APIs"
|
||||
HOMEPAGE = "http://wiki.clutter-project.org/wiki/Cogl"
|
||||
LICENSE = "LGPLv2.1+"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Various benchmarning tests for X"
|
||||
SUMMARY = "Various benchmarning tests for X"
|
||||
HOMEPAGE = "http://www.o-hand.com"
|
||||
SECTION = "devel"
|
||||
LICENSE = "Zlib"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Matchbox window manager core library"
|
||||
SUMMARY = "Matchbox window manager core library"
|
||||
SECTION = "x11/libs"
|
||||
HOMEPAGE = "http://matchbox-project.org/"
|
||||
BUGTRACKER = "http://bugzilla.yoctoproject.com/"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Custom MB session files for poky"
|
||||
SUMMARY = "Custom Matchbox session files"
|
||||
HOMEPAGE = "http://www.matchbox-project.org/"
|
||||
BUGTRACKER = "http://bugzilla.yoctoproject.org/"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Matchbox lightweight window manager"
|
||||
SECTION = "x11/wm"
|
||||
DESCRIPTION = "Matchbox window manager"
|
||||
LICENSE = "GPLv2.0+"
|
||||
DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxcursor xdamage libxrender startup-notification expat"
|
||||
PR = "r5"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Matchbox window manager"
|
||||
SUMMARY = "Matchbox lightweight window manager"
|
||||
HOMEPAGE = "http://matchbox-project.org"
|
||||
BUGTRACKER = "http://bugzilla.yoctoproject.org/"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Mini X session files for poky"
|
||||
SUMMARY = "Very simple session manager for X"
|
||||
HOMEPAGE = "http://www.yoctoproject.org"
|
||||
BUGTRACKER = "http://bugzilla.pokylinux.org"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Clutter based widget library"
|
||||
SUMMARY = "Clutter based UI widget library"
|
||||
LICENSE = "LGPLv2.1"
|
||||
|
||||
inherit clutter
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "A clock combined with a game of pong"
|
||||
SUMMARY = "A clock combined with a game of pong"
|
||||
LICENSE = "GPLv2+"
|
||||
DEPENDS = "virtual/libx11 xdmcp xau"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Startup-notification contains a reference implementation of the startup notification protocol."
|
||||
SUMMARY = "Enables monitoring and display of application startup"
|
||||
HOMEPAGE = "http://www.freedesktop.org/wiki/software/startup-notification/"
|
||||
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=Specifications"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "startup for weston"
|
||||
SUMMARY = "Startup script for the Weston Wayland compositor"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Common X11 scripts and configuration files"
|
||||
SUMMARY = "Common X11 scripts and configuration files"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
SECTION = "x11"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Export your X session on-the-fly via VNC"
|
||||
SUMMARY = "Exports your X session on-the-fly via VNC"
|
||||
HOMEPAGE = "http://www.karlrunge.com/x11vnc/"
|
||||
|
||||
SECTION = "x11/utils"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Transparent xcursor theme for handheld systems"
|
||||
SUMMARY = "Transparent X11 cursor theme for touchscreens"
|
||||
HOMEPAGE = "http://www.matchbox-project.org/"
|
||||
BUGTRACKER = "http://bugzilla.yoctoproject.org/"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Touchscreen calibration data from xinput-calibrator"
|
||||
SUMMARY = "Touchscreen calibration data from xinput-calibrator"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "A generic touchscreen calibration program for X.Org"
|
||||
SUMMARY = "Touchscreen calibration program for X11"
|
||||
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator"
|
||||
LICENSE = "MIT-X"
|
||||
LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=1bcba08f67cdb56f34021557898e4b5a"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "X application"
|
||||
SUMMARY = "X application"
|
||||
HOMEPAGE = "http://www.x.org/"
|
||||
BUGTRACKER = "https://bugs.freedesktop.org"
|
||||
SECTION = "x11/apps"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "X driver"
|
||||
SUMMARY = "X driver"
|
||||
HOMEPAGE = "http://www.x.org"
|
||||
BUGTRACKER = "https://bugs.freedesktop.org"
|
||||
SECTION = "x11/drivers"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "X font aliases."
|
||||
SUMMARY = "X font aliases"
|
||||
|
||||
require xorg-font-common.inc
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "X.Org font package creation/installation utilities"
|
||||
SUMMARY = "X.Org font package creation/installation utilities"
|
||||
|
||||
require xorg-font-common.inc
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "X protocol headers: ${XORG_PN}"
|
||||
SUMMARY = "X protocol headers: ${XORG_PN}"
|
||||
HOMEPAGE = "http://www.x.org"
|
||||
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "X.Org X server configuration file"
|
||||
SUMMARY = "X.Org X server configuration file"
|
||||
HOMEPAGE = "http://www.x.org"
|
||||
SECTION = "x11/base"
|
||||
LICENSE = "MIT-X"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "The X.Org X server"
|
||||
SUMMARY = "The X.Org X server"
|
||||
HOMEPAGE = "http://www.x.org"
|
||||
SECTION = "x11/base"
|
||||
LICENSE = "MIT-X"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Simple XVideo test application"
|
||||
SUMMARY = "Simple XVideo test application"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
||||
file://src/test-xvideo.c;beginline=1;endline=20;md5=6ae3b4c3c2ff9e51dbbc35bb237afa00"
|
||||
|
||||
Reference in New Issue
Block a user