aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ettercap/ettercap-ng_0.7.3.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-23 15:57:37 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-23 16:07:34 +0800
commit86a524db965a46b1262d6f0ffcec1954cff4c5c0 (patch)
tree7b24fbfda36fe3a2043c954854aa707bf051f010 /recipes/ettercap/ettercap-ng_0.7.3.bb
parentc73ddd13c8eb7ee231b69af0312341cf227b102d (diff)
downloadopenembedded-86a524db965a46b1262d6f0ffcec1954cff4c5c0.tar.gz
ettercap-ng: Attempt to unbreak the build with a recent libtool
The variable for the plugin extension appears to have changed, at least this value is "so" so it should work on the device.
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}"