aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ettercap/ettercap-ng_0.7.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ettercap/ettercap-ng_0.7.3.bb')
-rw-r--r--recipes/ettercap/ettercap-ng_0.7.3.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/ettercap/ettercap-ng_0.7.3.bb b/recipes/ettercap/ettercap-ng_0.7.3.bb
index 00bf64da88..fea9302cc9 100644
--- a/recipes/ettercap/ettercap-ng_0.7.3.bb
+++ b/recipes/ettercap/ettercap-ng_0.7.3.bb
@@ -5,8 +5,11 @@ SECTION = "console/network"
DEPENDS = "virtual/libiconv libnet libpcap openssl libpcre ncurses zlib libtool"
LICENSE = "GPL"
+PR = "r1"
+
SRC_URI = "${SOURCEFORGE_MIRROR}/ettercap/ettercap-NG-${PV}.tar.gz \
- file://autotools.patch;patch=1"
+ file://autotools.patch;patch=1 \
+ file://configure.patch;patch=1 "
S = "${WORKDIR}/ettercap-NG-${PV}"