diff options
| author | Armin Kuster <akuster808@gmail.com> | 2022-05-04 07:18:59 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-05-14 10:51:32 -0700 |
| commit | 0120b7475d839c8a229cf854265748d401338ddb (patch) | |
| tree | e87a56c89d117b56ef5e1ff89bbae9536fc41849 | |
| parent | d198b6fab105366135f53347630566934c89ca86 (diff) | |
| download | meta-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.bb | 10 |
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" | |||
| 3 | HOME_PAGE = "http://ee.lbl.gov/" | 3 | HOME_PAGE = "http://ee.lbl.gov/" |
| 4 | LIC_FILES_CHKSUM = "file://configure;md5=74ca964ed34fda7b46c6fe3e50bded9d" | 4 | LIC_FILES_CHKSUM = "file://configure;md5=74ca964ed34fda7b46c6fe3e50bded9d" |
| 5 | 5 | ||
| 6 | DEPENDS += "libpcap postfix" | 6 | DEPENDS += "libpcap" |
| 7 | 7 | ||
| 8 | SRC_URI = "https://ee.lbl.gov/downloads/arpwatch/${BP}.tar.gz \ | 8 | SRC_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" | |||
| 21 | APRWATCH_FROM ?= "root " | 21 | APRWATCH_FROM ?= "root " |
| 22 | ARPWATH_REPLY ?= "${ARPWATCH_UID}" | 22 | ARPWATH_REPLY ?= "${ARPWATCH_UID}" |
| 23 | 23 | ||
| 24 | EXTRA_OECONF = " --srcdir=${S} --with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}" | 24 | PACKAGECONFIG ??= "" |
| 25 | |||
| 26 | PACKACONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg" | ||
| 27 | |||
| 28 | EXTRA_OECONF:append = " --srcdir=${S}" | ||
| 25 | 29 | ||
| 26 | CONFIGUREOPTS = " --build=${BUILD_SYS} \ | 30 | CONFIGUREOPTS = " --build=${BUILD_SYS} \ |
| 27 | --host=${HOST_SYS} \ | 31 | --host=${HOST_SYS} \ |
| @@ -76,4 +80,4 @@ CONFFILE_FILES = "${sysconfdir}/${PN}.conf" | |||
| 76 | FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \ | 80 | FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \ |
| 77 | ${sysconfdir} /var/lib/arpwatch" | 81 | ${sysconfdir} /var/lib/arpwatch" |
| 78 | 82 | ||
| 79 | RDEPENDS:${PN} = "libpcap postfix postfix-cfg" | 83 | RDEPENDS:${PN} = "libpcap" |
