package/f*: 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 f 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
474e049f96
commit
30cf833b88
@ -1,9 +1,9 @@
|
|||||||
config BR2_PACKAGE_FBDUMP
|
config BR2_PACKAGE_FBDUMP
|
||||||
bool "fbdump (Framebuffer Capture Tool)"
|
bool "fbdump (Framebuffer Capture Tool)"
|
||||||
help
|
help
|
||||||
fbdump is a simple tool to capture snapshots from the Linux kernel
|
fbdump is a simple tool to capture snapshots from the Linux
|
||||||
framebuffer device and write them out as a PPM file. Currently,
|
kernel framebuffer device and write them out as a PPM file.
|
||||||
most packed-pixel framebuffer formats and the vga16 framebuffer
|
Currently, most packed-pixel framebuffer formats and the vga16
|
||||||
are supported.
|
framebuffer are supported.
|
||||||
|
|
||||||
http://www.rcdrummond.net/fbdump
|
http://www.rcdrummond.net/fbdump
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_FBGRAB
|
|||||||
bool "fbgrab"
|
bool "fbgrab"
|
||||||
select BR2_PACKAGE_LIBPNG
|
select BR2_PACKAGE_LIBPNG
|
||||||
help
|
help
|
||||||
FBGrab is a framebuffer screenshot program, capturing the linux
|
FBGrab is a framebuffer screenshot program, capturing the
|
||||||
frambuffer and converting it to a png-picture.
|
linux frambuffer and converting it to a png-picture.
|
||||||
|
|
||||||
http://fbgrab.monells.se/
|
http://fbgrab.monells.se/
|
||||||
|
@ -2,8 +2,9 @@ config BR2_PACKAGE_FBSET
|
|||||||
bool "fbset"
|
bool "fbset"
|
||||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
help
|
help
|
||||||
Fbset is a system utility to show or change the settings of the frame
|
Fbset is a system utility to show or change the settings of
|
||||||
buffer device. The frame buffer device provides a simple and unique
|
the frame buffer device. The frame buffer device provides a
|
||||||
interface to access different kinds of graphic displays.
|
simple and unique interface to access different kinds of
|
||||||
|
graphic displays.
|
||||||
|
|
||||||
http://users.telenet.be/geertu/Linux/fbdev/
|
http://users.telenet.be/geertu/Linux/fbdev/
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
config BR2_PACKAGE_FBV
|
config BR2_PACKAGE_FBV
|
||||||
bool "fbv"
|
bool "fbv"
|
||||||
help
|
help
|
||||||
fbv is a very simple graphic file viewer for the framebuffer console,
|
fbv is a very simple graphic file viewer for the framebuffer
|
||||||
capable of displaying GIF, JPEG, PNG and BMP files using libungif,
|
console, capable of displaying GIF, JPEG, PNG and BMP files
|
||||||
libjpeg and libpng.
|
using libungif, libjpeg and libpng.
|
||||||
|
|
||||||
http://freshmeat.net/projects/fbv/
|
http://freshmeat.net/projects/fbv/
|
||||||
|
|
||||||
|
@ -10,9 +10,9 @@ config BR2_PACKAGE_FDK_AAC
|
|||||||
depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
help
|
help
|
||||||
The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec")
|
The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC
|
||||||
is software that implements the MPEG Advanced Audio Coding ("AAC")
|
Codec") is software that implements the MPEG Advanced Audio
|
||||||
encoding and decoding scheme for digital audio
|
Coding ("AAC") encoding and decoding scheme for digital audio
|
||||||
|
|
||||||
http://sourceforge.net/projects/opencore-amr/files/fdk-aac/
|
http://sourceforge.net/projects/opencore-amr/files/fdk-aac/
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@ config BR2_PACKAGE_FETCHMAIL
|
|||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
help
|
help
|
||||||
Fetchmail - the mail-retrieval daemon
|
Fetchmail - the mail-retrieval daemon
|
||||||
Client daemon to move mail from POP and IMAP to your local computer
|
Client daemon to move mail from POP and IMAP to your local
|
||||||
|
computer
|
||||||
|
|
||||||
http://www.fetchmail.info/
|
http://www.fetchmail.info/
|
||||||
|
@ -15,8 +15,8 @@ menuconfig BR2_PACKAGE_FFMPEG
|
|||||||
bool "ffmpeg"
|
bool "ffmpeg"
|
||||||
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
||||||
help
|
help
|
||||||
FFmpeg is a complete, cross-platform solution to record, convert
|
FFmpeg is a complete, cross-platform solution to record,
|
||||||
and stream audio and video.
|
convert and stream audio and video.
|
||||||
|
|
||||||
http://www.ffmpeg.org
|
http://www.ffmpeg.org
|
||||||
|
|
||||||
|
@ -33,15 +33,15 @@ config BR2_PACKAGE_FFTW_PRECISION_SINGLE
|
|||||||
select BR2_PACKAGE_FFTW_USE_SSE2 if BR2_X86_CPU_HAS_SSE2
|
select BR2_PACKAGE_FFTW_USE_SSE2 if BR2_X86_CPU_HAS_SSE2
|
||||||
select BR2_PACKAGE_FFTW_USE_NEON if BR2_ARM_CPU_HAS_NEON && !BR2_ARM_SOFT_FLOAT
|
select BR2_PACKAGE_FFTW_USE_NEON if BR2_ARM_CPU_HAS_NEON && !BR2_ARM_SOFT_FLOAT
|
||||||
help
|
help
|
||||||
Compile fftw in single precision, i.e. use 'float' for floating
|
Compile fftw in single precision, i.e. use 'float' for
|
||||||
point type.
|
floating point type.
|
||||||
|
|
||||||
config BR2_PACKAGE_FFTW_PRECISION_DOUBLE
|
config BR2_PACKAGE_FFTW_PRECISION_DOUBLE
|
||||||
bool "double"
|
bool "double"
|
||||||
select BR2_PACKAGE_FFTW_USE_SSE2 if BR2_X86_CPU_HAS_SSE2
|
select BR2_PACKAGE_FFTW_USE_SSE2 if BR2_X86_CPU_HAS_SSE2
|
||||||
help
|
help
|
||||||
Compile fftw in double precision (the default), i.e. use 'double'
|
Compile fftw in double precision (the default), i.e. use
|
||||||
for floating point type.
|
'double' for floating point type.
|
||||||
|
|
||||||
config BR2_PACKAGE_FFTW_PRECISION_LONG_DOUBLE
|
config BR2_PACKAGE_FFTW_PRECISION_LONG_DOUBLE
|
||||||
bool "long double"
|
bool "long double"
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
config BR2_PACKAGE_FICL
|
config BR2_PACKAGE_FICL
|
||||||
bool "ficl"
|
bool "ficl"
|
||||||
help
|
help
|
||||||
Ficl is a programming language interpreter designed to be embedded
|
Ficl is a programming language interpreter designed to be
|
||||||
into other systems as a command, macro, and development
|
embedded into other systems as a command, macro, and
|
||||||
prototyping language.
|
development prototyping language.
|
||||||
Ficl is an acronym for "Forth Inspired Command Language".
|
Ficl is an acronym for "Forth Inspired Command Language".
|
||||||
|
|
||||||
http://ficl.sourceforge.net
|
http://ficl.sourceforge.net
|
||||||
|
@ -44,7 +44,8 @@ config BR2_PACKAGE_FLOT_ERRORBARS
|
|||||||
config BR2_PACKAGE_FLOT_FILLBETWEEN
|
config BR2_PACKAGE_FLOT_FILLBETWEEN
|
||||||
bool "fillbetween"
|
bool "fillbetween"
|
||||||
help
|
help
|
||||||
Flot plugin for computing bottoms for filled line and bar charts
|
Flot plugin for computing bottoms for filled line and bar
|
||||||
|
charts
|
||||||
|
|
||||||
config BR2_PACKAGE_FLOT_IMAGE
|
config BR2_PACKAGE_FLOT_IMAGE
|
||||||
bool "image"
|
bool "image"
|
||||||
@ -54,7 +55,8 @@ config BR2_PACKAGE_FLOT_IMAGE
|
|||||||
config BR2_PACKAGE_FLOT_NAVIGATE
|
config BR2_PACKAGE_FLOT_NAVIGATE
|
||||||
bool "navigate"
|
bool "navigate"
|
||||||
help
|
help
|
||||||
Flot plugin for adding panning and zooming capabilities to a plot
|
Flot plugin for adding panning and zooming capabilities to a
|
||||||
|
plot
|
||||||
|
|
||||||
config BR2_PACKAGE_FLOT_PIE
|
config BR2_PACKAGE_FLOT_PIE
|
||||||
bool "pie"
|
bool "pie"
|
||||||
|
@ -15,11 +15,11 @@ config BR2_PACKAGE_FMC
|
|||||||
select BR2_PACKAGE_LIBXML2
|
select BR2_PACKAGE_LIBXML2
|
||||||
select BR2_PACKAGE_FMLIB
|
select BR2_PACKAGE_FMLIB
|
||||||
help
|
help
|
||||||
The Frame Manager Configuration tool is Freescale PowerPC platform
|
The Frame Manager Configuration tool is Freescale PowerPC
|
||||||
software package whose primary purpose is converting
|
platform software package whose primary purpose is converting
|
||||||
Parse-Classify-Police-Distribute (PCD) descriptions of network
|
Parse-Classify-Police-Distribute (PCD) descriptions of network
|
||||||
packets flow into hardware configuration. The tool provides an
|
packets flow into hardware configuration. The tool provides an
|
||||||
abstraction layer between the end customer's vision of the PCD task
|
abstraction layer between the end customer's vision of the PCD
|
||||||
definition and real hardware implementation.
|
task definition and real hardware implementation.
|
||||||
|
|
||||||
http://cache.freescale.com/files/32bit/doc/app_note/AN4760.pdf
|
http://cache.freescale.com/files/32bit/doc/app_note/AN4760.pdf
|
||||||
|
@ -7,10 +7,11 @@ config BR2_PACKAGE_FMLIB
|
|||||||
depends on BR2_powerpc_e500mc || BR2_powerpc_e6500
|
depends on BR2_powerpc_e500mc || BR2_powerpc_e6500
|
||||||
depends on BR2_LINUX_KERNEL
|
depends on BR2_LINUX_KERNEL
|
||||||
help
|
help
|
||||||
The Frame Manager library provides Freescale PowerPC platforms an
|
The Frame Manager library provides Freescale PowerPC platforms
|
||||||
API on top of the Frame Manager driver ioctl calls, that provides
|
an API on top of the Frame Manager driver ioctl calls, that
|
||||||
a user space application with a simple way to configure driver
|
provides a user space application with a simple way to
|
||||||
parameters and PCD (parse - classify - distribute) rules.
|
configure driver parameters and PCD (parse - classify -
|
||||||
|
distribute) rules.
|
||||||
|
|
||||||
http://git.freescale.com/git/cgit.cgi/ppc/sdk/fmlib.git/tree/README
|
http://git.freescale.com/git/cgit.cgi/ppc/sdk/fmlib.git/tree/README
|
||||||
|
|
||||||
|
@ -3,9 +3,9 @@ config BR2_PACKAGE_FMT
|
|||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
fmt is an open-source formatting library for C++. It can be used
|
fmt is an open-source formatting library for C++. It can be
|
||||||
as a safe alternative to printf or as a fast alternative to
|
used as a safe alternative to printf or as a fast alternative
|
||||||
IOStreams.
|
to IOStreams.
|
||||||
|
|
||||||
comment "fmt needs a toolchain w/ C++, wchar"
|
comment "fmt needs a toolchain w/ C++, wchar"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
|
||||||
|
@ -3,6 +3,7 @@ config BR2_PACKAGE_FONTCONFIG
|
|||||||
select BR2_PACKAGE_FREETYPE
|
select BR2_PACKAGE_FREETYPE
|
||||||
select BR2_PACKAGE_EXPAT
|
select BR2_PACKAGE_EXPAT
|
||||||
help
|
help
|
||||||
Fontconfig is a library for configuring and customizing font access.
|
Fontconfig is a library for configuring and customizing font
|
||||||
|
access.
|
||||||
|
|
||||||
http://www.fontconfig.org/
|
http://www.fontconfig.org/
|
||||||
|
@ -2,8 +2,9 @@ menuconfig BR2_PACKAGE_FREESCALE_IMX
|
|||||||
bool "Freescale i.MX libraries"
|
bool "Freescale i.MX libraries"
|
||||||
depends on BR2_arm
|
depends on BR2_arm
|
||||||
help
|
help
|
||||||
Those packages provide hardware acceleration for GPU or VPU, hardware
|
Those packages provide hardware acceleration for GPU or VPU,
|
||||||
optimization or some hardware tools for Freescale i.MX platforms.
|
hardware optimization or some hardware tools for Freescale
|
||||||
|
i.MX platforms.
|
||||||
|
|
||||||
if BR2_PACKAGE_FREESCALE_IMX
|
if BR2_PACKAGE_FREESCALE_IMX
|
||||||
choice
|
choice
|
||||||
|
@ -3,6 +3,7 @@ config BR2_PACKAGE_FTOP
|
|||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
Ftop is to files what top is to processes.
|
Ftop is to files what top is to processes.
|
||||||
The progress of all open files and file systems can be monitored.
|
The progress of all open files and file systems can be
|
||||||
|
monitored.
|
||||||
|
|
||||||
https://sourceforge.net/projects/ftop/
|
https://sourceforge.net/projects/ftop/
|
||||||
|
@ -5,9 +5,10 @@ config BR2_PACKAGE_FXLOAD
|
|||||||
# Microblaze, just disable it on this architecture.
|
# Microblaze, just disable it on this architecture.
|
||||||
depends on !BR2_microblaze
|
depends on !BR2_microblaze
|
||||||
help
|
help
|
||||||
This program is conveniently able to download firmware into FX, FX2,
|
This program is conveniently able to download firmware into
|
||||||
and FX2LP EZ-USB devices, as well as the original AnchorChips EZ-USB.
|
FX, FX2, and FX2LP EZ-USB devices, as well as the original
|
||||||
It is intended to be invoked by hotplug scripts when the unprogrammed
|
AnchorChips EZ-USB.
|
||||||
device appears on the bus.
|
It is intended to be invoked by hotplug scripts when the
|
||||||
|
unprogrammed device appears on the bus.
|
||||||
|
|
||||||
http://sourceforge.net/projects/linux-hotplug/
|
http://sourceforge.net/projects/linux-hotplug/
|
||||||
|
Loading…
Reference in New Issue
Block a user