mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
package/g*: fix wrapping of Config.in help text
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter g in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
30cf833b88
commit
be9d731edf
@ -6,8 +6,8 @@ config BR2_PACKAGE_GAWK
|
|||||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
help
|
help
|
||||||
A special-purpose programming language which is data driven
|
A special-purpose programming language which is data driven
|
||||||
rather than procedural. Allows for simple data-reformatting jobs
|
rather than procedural. Allows for simple data-reformatting
|
||||||
with just a few lines of code.
|
jobs with just a few lines of code.
|
||||||
|
|
||||||
http://www.gnu.org/software/gawk/
|
http://www.gnu.org/software/gawk/
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_GDBM
|
config BR2_PACKAGE_GDBM
|
||||||
bool "gdbm"
|
bool "gdbm"
|
||||||
help
|
help
|
||||||
GNU dbm is a set of database routines that use extensible hashing.
|
GNU dbm is a set of database routines that use extensible
|
||||||
It works similar to the standard UNIX dbm routines.
|
hashing. It works similar to the standard UNIX dbm routines.
|
||||||
|
|
||||||
http://www.gnu.org/software/gdbm/gdbm.html
|
http://www.gnu.org/software/gdbm/gdbm.html
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_GENPART
|
config BR2_PACKAGE_GENPART
|
||||||
bool "genpart"
|
bool "genpart"
|
||||||
help
|
help
|
||||||
Generate a 16 byte partition table entry defined by command line
|
Generate a 16 byte partition table entry defined by command
|
||||||
arguments and dump it to stdout. No CHS magic is done, only lba
|
line arguments and dump it to stdout. No CHS magic is done,
|
||||||
entries are filled out.
|
only lba entries are filled out.
|
||||||
|
|
||||||
http://www.pengutronix.de/software/genpart/index_en.html
|
http://www.pengutronix.de/software/genpart/index_en.html
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_HOST_GENPART
|
config BR2_PACKAGE_HOST_GENPART
|
||||||
bool "host genpart"
|
bool "host genpart"
|
||||||
help
|
help
|
||||||
Generate a 16 byte partition table entry defined by command line
|
Generate a 16 byte partition table entry defined by command
|
||||||
arguments and dump it to stdout. No CHS magic is done, only lba
|
line arguments and dump it to stdout. No CHS magic is done,
|
||||||
entries are filled out.
|
only lba entries are filled out.
|
||||||
|
|
||||||
http://www.pengutronix.de/software/genpart/index_en.html
|
http://www.pengutronix.de/software/genpart/index_en.html
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_GHOSTSCRIPT_FONTS
|
config BR2_PACKAGE_GHOSTSCRIPT_FONTS
|
||||||
bool "ghostscript-fonts"
|
bool "ghostscript-fonts"
|
||||||
help
|
help
|
||||||
Fonts and font metrics customarily distributed with Ghostscript.
|
Fonts and font metrics customarily distributed with
|
||||||
Currently includes the 35 standard PostScript fonts and a
|
Ghostscript. Currently includes the 35 standard PostScript
|
||||||
grab-bag of others.
|
fonts and a grab-bag of others.
|
||||||
|
|
||||||
http://sourceforge.net/projects/gs-fonts
|
http://sourceforge.net/projects/gs-fonts
|
||||||
|
@ -4,7 +4,8 @@ config BR2_PACKAGE_GIT
|
|||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||||
help
|
help
|
||||||
Git is a free and open source distributed version control system
|
Git is a free and open source distributed version control
|
||||||
designed to handle everything from small to very large projects.
|
system designed to handle everything from small to very large
|
||||||
|
projects.
|
||||||
|
|
||||||
http://git-scm.com
|
http://git-scm.com
|
||||||
|
@ -4,7 +4,8 @@ config BR2_PACKAGE_GNUCHESS
|
|||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_FLEX
|
select BR2_PACKAGE_FLEX
|
||||||
help
|
help
|
||||||
GNU Chess lets most modern computers play a full game of chess.
|
GNU Chess lets most modern computers play a full game of
|
||||||
|
chess.
|
||||||
|
|
||||||
http://ftp.gnu.org/pub/gnu/chess
|
http://ftp.gnu.org/pub/gnu/chess
|
||||||
|
|
||||||
|
@ -20,7 +20,8 @@ config BR2_PACKAGE_GNUTLS_TOOLS
|
|||||||
select BR2_PACKAGE_ARGP_STANDALONE \
|
select BR2_PACKAGE_ARGP_STANDALONE \
|
||||||
if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
||||||
help
|
help
|
||||||
Install GnuTLS command line tools for various cryptographic tasks.
|
Install GnuTLS command line tools for various cryptographic
|
||||||
|
tasks.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS
|
config BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS
|
||||||
bool "google-material-design-icons"
|
bool "google-material-design-icons"
|
||||||
help
|
help
|
||||||
Material design icons are the official icon set from Google that
|
Material design icons are the official icon set from Google
|
||||||
are designed under the material design guidelines.
|
that are designed under the material design guidelines.
|
||||||
|
|
||||||
https://github.com/google/material-design-icons
|
https://github.com/google/material-design-icons
|
||||||
|
|
||||||
|
@ -3,11 +3,11 @@ config BR2_PACKAGE_GPM
|
|||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
"gpm" means general purpose mouse (server) and provides mouse support
|
"gpm" means general purpose mouse (server) and provides mouse
|
||||||
for Linux virtual consoles.
|
support for Linux virtual consoles.
|
||||||
gpm-root (to draw menus in current virtual console; config file in
|
gpm-root (to draw menus in current virtual console; config
|
||||||
/etc/gpm-root.conf) and disable-paste (to disable paste buffer for
|
file in /etc/gpm-root.conf) and disable-paste (to disable
|
||||||
security reasons), will also be installed.
|
paste buffer for security reasons), will also be installed.
|
||||||
|
|
||||||
http://www.nico.schottelius.org/software/gpm/
|
http://www.nico.schottelius.org/software/gpm/
|
||||||
|
|
||||||
|
@ -10,10 +10,11 @@ menuconfig BR2_PACKAGE_GPSD
|
|||||||
# Always tries to build a shared library
|
# Always tries to build a shared library
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
help
|
help
|
||||||
gpsd is a service daemon that monitors one or more GPSes or AIS
|
gpsd is a service daemon that monitors one or more GPSes or
|
||||||
receivers attached to a host computer through serial or USB ports,
|
AIS receivers attached to a host computer through serial or
|
||||||
making all data on the location/course/velocity of the sensors
|
USB ports, making all data on the location/course/velocity of
|
||||||
available to be queried on TCP port 2947 of the host computer.
|
the sensors available to be queried on TCP port 2947 of the
|
||||||
|
host computer.
|
||||||
|
|
||||||
The D-Bus interface is included if dbus-glib is enabled.
|
The D-Bus interface is included if dbus-glib is enabled.
|
||||||
|
|
||||||
|
@ -10,9 +10,10 @@ config BR2_PACKAGE_GPTFDISK
|
|||||||
!(BR2_PACKAGE_GPTFDISK_SGDISK || BR2_PACKAGE_GPTFDISK_CGDISK)
|
!(BR2_PACKAGE_GPTFDISK_SGDISK || BR2_PACKAGE_GPTFDISK_CGDISK)
|
||||||
help
|
help
|
||||||
GPT fdisk (consisting of the gdisk and sgdisk programs) is a
|
GPT fdisk (consisting of the gdisk and sgdisk programs) is a
|
||||||
text-mode partitioning tool that works on Globally Unique Identifier
|
text-mode partitioning tool that works on Globally Unique
|
||||||
(GUID) Partition Table (GPT) disks, rather than on the more common
|
Identifier (GUID) Partition Table (GPT) disks, rather than on
|
||||||
(through 2010) Master Boot Record (MBR) partition tables.
|
the more common (through 2010) Master Boot Record (MBR)
|
||||||
|
partition tables.
|
||||||
|
|
||||||
http://www.rodsbooks.com/gdisk/
|
http://www.rodsbooks.com/gdisk/
|
||||||
|
|
||||||
@ -22,16 +23,17 @@ config BR2_PACKAGE_GPTFDISK_GDISK
|
|||||||
bool "interactive gdisk"
|
bool "interactive gdisk"
|
||||||
help
|
help
|
||||||
Install the interactive GUID partition table (GPT) manipulator
|
Install the interactive GUID partition table (GPT) manipulator
|
||||||
/usr/sbin/gdisk which is modelled after and quite similar in use
|
/usr/sbin/gdisk which is modelled after and quite similar in
|
||||||
to the traditional MBR based fdisk tool.
|
use to the traditional MBR based fdisk tool.
|
||||||
|
|
||||||
config BR2_PACKAGE_GPTFDISK_SGDISK
|
config BR2_PACKAGE_GPTFDISK_SGDISK
|
||||||
bool "command line sgdisk"
|
bool "command line sgdisk"
|
||||||
select BR2_PACKAGE_POPT
|
select BR2_PACKAGE_POPT
|
||||||
help
|
help
|
||||||
Install the command-line GUID partition table (GPT) manipulator
|
Install the command-line GUID partition table (GPT)
|
||||||
/usr/sbin/sgdisk which is named after the traditional MBR based
|
manipulator /usr/sbin/sgdisk which is named after the
|
||||||
sfdisk tool albeit with an entirely different option syntax.
|
traditional MBR based sfdisk tool albeit with an entirely
|
||||||
|
different option syntax.
|
||||||
|
|
||||||
config BR2_PACKAGE_GPTFDISK_CGDISK
|
config BR2_PACKAGE_GPTFDISK_CGDISK
|
||||||
bool "ncurses cgdisk"
|
bool "ncurses cgdisk"
|
||||||
|
@ -6,7 +6,8 @@ config BR2_PACKAGE_GSSDP
|
|||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_LIBSOUP
|
select BR2_PACKAGE_LIBSOUP
|
||||||
help
|
help
|
||||||
GSSDP implements resource discovery and announcement over SSDP.
|
GSSDP implements resource discovery and announcement over
|
||||||
|
SSDP.
|
||||||
|
|
||||||
http://www.gupnp.org
|
http://www.gupnp.org
|
||||||
|
|
||||||
|
@ -5,5 +5,5 @@ config BR2_PACKAGE_GTKPERF
|
|||||||
GtkPerf is an application designed to test GTK+ performance.
|
GtkPerf is an application designed to test GTK+ performance.
|
||||||
The point is to create common testing platform to run
|
The point is to create common testing platform to run
|
||||||
predefined GTK+ widgets
|
predefined GTK+ widgets
|
||||||
e.g. (opening comboboxes, toggling buttons, scrolling text yms.)
|
e.g. (opening comboboxes, toggling buttons, scrolling text
|
||||||
and this way define the speed of device/platform.
|
yms.) and this way define the speed of device/platform.
|
||||||
|
@ -7,8 +7,8 @@ config BR2_PACKAGE_GUPNP_AV
|
|||||||
select BR2_PACKAGE_GUPNP
|
select BR2_PACKAGE_GUPNP
|
||||||
select BR2_PACKAGE_LIBXML2
|
select BR2_PACKAGE_LIBXML2
|
||||||
help
|
help
|
||||||
GUPnP-AV is a collection of helpers for building AV (audio/video)
|
GUPnP-AV is a collection of helpers for building AV
|
||||||
applications using GUPnP.
|
(audio/video) applications using GUPnP.
|
||||||
|
|
||||||
http://www.gupnp.org/
|
http://www.gupnp.org/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user