tcpreplay: cleanup
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 26 Jun 2012 21:25:29 +0000 (23:25 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 26 Jun 2012 22:03:14 +0000 (00:03 +0200)
Drop unneeded uclibc dependency and autoreconf as patch changes
configure.ac.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/tcpreplay/tcpreplay.mk

index 3a526a74ea0c29d9f75186bd6bffc6d0ea225605..72abade5f686b8539743949f5b87d20148d967cd 100644 (file)
@@ -8,8 +8,8 @@ TCPREPLAY_VERSION = 3.4.3
 TCPREPLAY_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/tcpreplay
 TCPREPLAY_CONF_ENV = tr_cv_libpcap_version=">= 0.7.0"
 TCPREPLAY_CONF_OPT = --with-libpcap=$(STAGING_DIR)/usr
-
-TCPREPLAY_DEPENDENCIES = uclibc libpcap
+TCPREPLAY_AUTORECONF = YES
+TCPREPLAY_DEPENDENCIES = libpcap
 
 $(eval $(call AUTOTARGETS))