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