[Buildroot] [PATCH 2/6] package: added lirc

Peter Korsgaard jacmet at uclibc.org
Mon May 3 07:24:18 UTC 2010


>>>>> "llandwerlin" == llandwerlin  <llandwerlin at gmail.com> writes:

 llandwerlin> From: Lionel Landwerlin <llandwerlin at gmail.com>

 llandwerlin> +#############################################################
 llandwerlin> +#
 llandwerlin> +# lirc
 llandwerlin> +#
 llandwerlin> +#############################################################
 llandwerlin> +
 llandwerlin> +LIRC_VERSION = 0.8.6
 llandwerlin> +LIRC_SOURCE = lirc-$(LIRC_VERSION).tar.bz2
 llandwerlin> +LIRC_SITE = http://prdownloads.sourceforge.net/lirc
 llandwerlin> +LIRC_LIBTOOL_PATCH = NO
 llandwerlin> +LIRC_INSTALL_STAGING = YES
 llandwerlin> +
 llandwerlin> +LIRC_CONF_OPT = --without-x
 llandwerlin> +
 llandwerlin> +ifeq ($(BR2_PACKAGE_LIRC_ALL),y)
 llandwerlin> +LIRC_CONF_OPT += --with-driver=all
 llandwerlin> +endif


Don't we need to point it to the kernel dir for kernel drivers to be
built? And presumably only build after the kernel has been built?

If so, then this option should depend on !BR2_KERNEL_none.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list