[Buildroot] svn commit: trunk/buildroot/package: fbdump

Peter Korsgaard jacmet at uclibc.org
Wed Aug 27 11:19:31 UTC 2008


>>>>> "laird" == laird  <laird at uclibc.org> writes:

Hi,

 laird> Added: trunk/buildroot/package/fbdump/Config.in
 laird> ===================================================================
 laird> --- trunk/buildroot/package/fbdump/Config.in	                        (rev 0)
 laird> +++ trunk/buildroot/package/fbdump/Config.in	2008-08-27 11:01:16 UTC (rev 23239)
 laird> @@ -0,0 +1,7 @@
 laird> +config BR2_PACKAGE_FBDUMP
 laird> +	bool "fbdump (Framebuffer Capture Tool)"
 laird> +	help
 laird> +	   fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer
 laird> +	   device and write them out as a PPM file. Currently, most packed-pixel framebuffer
 laird> +       formats and the vga16 framebuffer are supported.

The last line is fubar'ed (should be tab + 2 spaces):

package/fbdump/Config.in:6: unknown option "formats"

The other lines are also indented 1 char too much (2 spaces, not 3).

While you're at it, please break up the lines after ~72 chars so it's
visible in kconfig on a normal 80 char terminal without scrolling.

 laird> +FBDUMP_VERSION:=0.4.2
 laird> +FBDUMP_SOURCE:=fbdump-$(FBDUMP_VERSION).tar.gz
 laird> +FBDUMP_SITE:=http://www.rcdrummond.net/fbdump
 laird> +FBDUMP_AUTORECONF = NO
 laird> +FBDUMP_CONF_ENV = ac_cv_func_malloc_0_nonnull=yes
 laird> +FBDUMP_INSTALL_STAGING = YES

Why install into staging?

 laird> +FBDUMP_INSTALL_TARGET = YES
 laird> +FBDUMP_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-strip
 laird> +
 laird> +$(eval $(call AUTOTARGETS,package,fbdump))
 laird> +

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list