[Buildroot] [PATCH 1/2] doxygen: new package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Apr 9 19:46:32 UTC 2015


Dear Bartosz Golaszewski,

On Thu,  9 Apr 2015 12:19:02 +0200, Bartosz Golaszewski wrote:

> +DOXYGEN_VERSION = 1.8.9.1
> +DOXYGEN_SOURCE = doxygen-$(DOXYGEN_VERSION).src.tar.gz
> +DOXYGEN_SITE = http://ftp.stack.nl/pub/users/dimitri/
> +DOXYGEN_LICENSE = GPLv2
> +DOXYGEN_LICENSE_FILES = LICENSE
> +
> +# configure fails with default host-autotools-package parameters
> +define HOST_DOXYGEN_CONFIGURE_CMDS
> +	(cd $(@D); ./configure --shared --prefix=$(HOST_DIR)/usr)
> +endef
> +
> +$(eval $(host-autotools-package))

configure fails with the default host-autotools-package parameters,
because doxygen does not use the autotools nor even autoconf. So this
package should be handled using the host-generic-package infrastructure
instead.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list