diff options
| -rw-r--r-- | recipes-scanners/arpwatch/arpwatch_3.3.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-scanners/arpwatch/arpwatch_3.3.bb b/recipes-scanners/arpwatch/arpwatch_3.3.bb index 4b4d476..7a0a776 100644 --- a/recipes-scanners/arpwatch/arpwatch_3.3.bb +++ b/recipes-scanners/arpwatch/arpwatch_3.3.bb | |||
| @@ -25,8 +25,6 @@ PACKAGECONFIG ??= "" | |||
| 25 | 25 | ||
| 26 | PACKACONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg" | 26 | PACKACONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg" |
| 27 | 27 | ||
| 28 | EXTRA_OECONF:append = " --srcdir=${S}" | ||
| 29 | |||
| 30 | CONFIGUREOPTS = " --build=${BUILD_SYS} \ | 28 | CONFIGUREOPTS = " --build=${BUILD_SYS} \ |
| 31 | --host=${HOST_SYS} \ | 29 | --host=${HOST_SYS} \ |
| 32 | --target=${TARGET_SYS} \ | 30 | --target=${TARGET_SYS} \ |
| @@ -41,13 +39,13 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \ | |||
| 41 | --localstatedir=${localstatedir} \ | 39 | --localstatedir=${localstatedir} \ |
| 42 | --libdir=${libdir} \ | 40 | --libdir=${libdir} \ |
| 43 | --includedir=${includedir} \ | 41 | --includedir=${includedir} \ |
| 44 | --oldincludedir=${oldincludedir} \ | ||
| 45 | --infodir=${infodir} \ | 42 | --infodir=${infodir} \ |
| 46 | --mandir=${mandir} \ | 43 | --mandir=${mandir} \ |
| 44 | --srcdir=${S} \ | ||
| 47 | " | 45 | " |
| 48 | 46 | ||
| 49 | do_configure () { | 47 | do_configure () { |
| 50 | ${S}/configure ${CONFIGUREOPTS} ${EXTRA_OECONF} | 48 | ${S}/configure ${CONFIGUREOPTS} |
| 51 | } | 49 | } |
| 52 | 50 | ||
| 53 | do_install () { | 51 | do_install () { |
