ca3c06f55f
[Peter: fix dependencies] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
407 B
Makefile
14 lines
407 B
Makefile
#############################################################
|
|
#
|
|
# rng-tools
|
|
#
|
|
#############################################################
|
|
|
|
RNG_TOOLS_VERSION = 3
|
|
RNG_TOOLS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/gkernel
|
|
RNG_TOOLS_CONF_ENV = LIBS="-largp"
|
|
RNG_TOOLS_USE_CONFIG_CACHE = NO
|
|
RNG_TOOLS_DEPENDENCIES = argp-standalone
|
|
|
|
$(eval $(call AUTOTARGETS,package,rng-tools))
|