[Buildroot] [PATCH 08/10] flashrom: new package

Peter Korsgaard jacmet at uclibc.org
Mon Jun 11 20:48:33 UTC 2012


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
 Thomas> ---

 Thomas> +#############################################################
 Thomas> +#
 Thomas> +# flashrom
 Thomas> +#
 Thomas> +#############################################################
 Thomas> +FLASHROM_VERSION = 0.9.3
 Thomas> +FLASHROM_SOURCE  = flashrom-$(FLASHROM_VERSION).tar.bz2
 Thomas> +FLASHROM_SITE    = http://download.flashrom.org/releases
 Thomas> +
 Thomas> +FLASHROM_DEPENDENCIES = pciutils
 Thomas> +
 Thomas> +define FLASHROM_BUILD_CMDS
 Thomas> +	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
 Thomas> +endef
 Thomas> +
 Thomas> +define FLASHROM_INSTALL_TARGET_CMDS
 Thomas> +	$(INSTALL) -m 0755 -D $(@D)/flashrom $(TARGET_DIR)/usr/bin/flashrom

I would have expected something like this doing hw access should go into
/usr/sbin, and that's also where Debian places it so I've changed that
and committed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list