diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-03-23 11:00:17 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-23 15:03:43 -0700 |
| commit | 977d61c936cecdc98f4d3879cc6e741a474b8079 (patch) | |
| tree | 6fc8ca049df42c1a6cfb5973aa86a1a20683f3ad /meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb | |
| parent | 29b57802c6fa372bbb8a2e12cd57fbb7c9c80ce6 (diff) | |
| download | meta-openembedded-977d61c936cecdc98f4d3879cc6e741a474b8079.tar.gz | |
ettercap: Fix build with libcurl >= 8
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb')
| -rw-r--r-- | meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb index b0958e6975..6c07223b31 100644 --- a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb +++ b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb | |||
| @@ -20,7 +20,8 @@ DEPENDS += "ethtool \ | |||
| 20 | 20 | ||
| 21 | RDEPENDS:${PN} += "bash ethtool libgcc" | 21 | RDEPENDS:${PN} += "bash ethtool libgcc" |
| 22 | 22 | ||
| 23 | SRC_URI = "gitsm://github.com/Ettercap/ettercap;branch=master;protocol=https" | 23 | SRC_URI = "gitsm://github.com/Ettercap/ettercap;branch=master;protocol=https \ |
| 24 | file://0001-sslstrip-Enhance-the-libcurl-version-check-to-consid.patch" | ||
| 24 | 25 | ||
| 25 | SRCREV = "7281fbddb7da7478beb1d21e3cb105fff3778b31" | 26 | SRCREV = "7281fbddb7da7478beb1d21e3cb105fff3778b31" |
| 26 | 27 | ||
