summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-05-04 07:18:59 -0700
committerArmin Kuster <akuster808@gmail.com>2022-05-14 10:51:32 -0700
commit0120b7475d839c8a229cf854265748d401338ddb (patch)
treee87a56c89d117b56ef5e1ff89bbae9536fc41849
parentd198b6fab105366135f53347630566934c89ca86 (diff)
downloadmeta-security-0120b7475d839c8a229cf854265748d401338ddb.tar.gz
arpwatch: add postfix to pkg config
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-scanners/arpwatch/arpwatch_3.1.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-scanners/arpwatch/arpwatch_3.1.bb b/recipes-scanners/arpwatch/arpwatch_3.1.bb
index c152b8c..c8d31cf 100644
--- a/recipes-scanners/arpwatch/arpwatch_3.1.bb
+++ b/recipes-scanners/arpwatch/arpwatch_3.1.bb
@@ -3,7 +3,7 @@ LICENSE = "BSD-4-Clause"
3HOME_PAGE = "http://ee.lbl.gov/" 3HOME_PAGE = "http://ee.lbl.gov/"
4LIC_FILES_CHKSUM = "file://configure;md5=74ca964ed34fda7b46c6fe3e50bded9d" 4LIC_FILES_CHKSUM = "file://configure;md5=74ca964ed34fda7b46c6fe3e50bded9d"
5 5
6DEPENDS += "libpcap postfix" 6DEPENDS += "libpcap"
7 7
8SRC_URI = "https://ee.lbl.gov/downloads/arpwatch/${BP}.tar.gz \ 8SRC_URI = "https://ee.lbl.gov/downloads/arpwatch/${BP}.tar.gz \
9 file://arpwatch.conf \ 9 file://arpwatch.conf \
@@ -21,7 +21,11 @@ ARPWATCH_GID ?= "arpwatch"
21APRWATCH_FROM ?= "root " 21APRWATCH_FROM ?= "root "
22ARPWATH_REPLY ?= "${ARPWATCH_UID}" 22ARPWATH_REPLY ?= "${ARPWATCH_UID}"
23 23
24EXTRA_OECONF = " --srcdir=${S} --with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}" 24PACKAGECONFIG ??= ""
25
26PACKACONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg"
27
28EXTRA_OECONF:append = " --srcdir=${S}"
25 29
26CONFIGUREOPTS = " --build=${BUILD_SYS} \ 30CONFIGUREOPTS = " --build=${BUILD_SYS} \
27 --host=${HOST_SYS} \ 31 --host=${HOST_SYS} \
@@ -76,4 +80,4 @@ CONFFILE_FILES = "${sysconfdir}/${PN}.conf"
76FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \ 80FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \
77 ${sysconfdir} /var/lib/arpwatch" 81 ${sysconfdir} /var/lib/arpwatch"
78 82
79RDEPENDS:${PN} = "libpcap postfix postfix-cfg" 83RDEPENDS:${PN} = "libpcap"