[Buildroot] adding libiqrf

Peter Korsgaard jacmet at uclibc.org
Sun Jun 26 22:19:06 UTC 2011


>>>>> "Belisko" == Belisko Marek <marek.belisko at gmail.com> writes:

 Belisko> Hi,
 Belisko> I want to add libiqrf to buildroot (https://github.com/nandra/libiqrf).
 Belisko> I create simple patch but after running make seems library isn't builded.
 Belisko> I just get:
 >>>> libiqrf v1.0.0 Extracting
 >>>> libiqrf v1.0.0 Patching package/libiqrf
 >>>> libiqrf v1.0.0 Configuring
 >>>> libiqrf v1.0.0 Building
 >>>> libiqrf v1.0.0 'Installing to staging directory'
 >>>> libiqrf v1.0.0 Installing to target

 Belisko> +LIBIQRF_VERSION = v1.0.0
 Belisko> +LIBIQRF_SITE = git://github.com/nandra/libiqrf.git
 Belisko> +LIBIQRF_INSTALL_STAGING = YES
 Belisko> +LIBIQRF_INSTALL_TARGET = YES
 Belisko> +
 Belisko> +LIBIQRF_DEPENDENCIES = libusb
 Belisko> +
 Belisko> +$(eval $(call GENTARGETS,package,libiqrf))
 Belisko> +

 Belisko> Any ideas why it doesn't work?

With gentargets there's no default implementation of the build + install
steps, so you need to explicitly implement them (look at the other
gentargets packages for examples).

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list