3ece089ede
So remove the last references to it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
375 B
Makefile
13 lines
375 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_DEPENDENCIES = argp-standalone
|
|
|
|
$(eval $(call AUTOTARGETS,package,rng-tools))
|