422ce6536b
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
410 B
Makefile
15 lines
410 B
Makefile
#############################################################
|
|
#
|
|
# netcat
|
|
#
|
|
#############################################################
|
|
|
|
NETCAT_VERSION:=0.7.1
|
|
NETCAT_SOURCE:=netcat-$(NETCAT_VERSION).tar.gz
|
|
NETCAT_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/netcat
|
|
NETCAT_AUTORECONF:=NO
|
|
NETCAT_INSTALL_STAGING:=NO
|
|
NETCAT_INSTALL_TARGET:=YES
|
|
|
|
$(eval $(call AUTOTARGETS,package,netcat))
|