mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-17 04:07:20 +00:00
arpwatch: adjust CONFIGURE params to allow to build again.
drop EXTRA_OECONF Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -25,8 +25,6 @@ PACKAGECONFIG ??= ""
|
|||||||
|
|
||||||
PACKACONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg"
|
PACKACONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg"
|
||||||
|
|
||||||
EXTRA_OECONF:append = " --srcdir=${S}"
|
|
||||||
|
|
||||||
CONFIGUREOPTS = " --build=${BUILD_SYS} \
|
CONFIGUREOPTS = " --build=${BUILD_SYS} \
|
||||||
--host=${HOST_SYS} \
|
--host=${HOST_SYS} \
|
||||||
--target=${TARGET_SYS} \
|
--target=${TARGET_SYS} \
|
||||||
@@ -41,13 +39,13 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
|
|||||||
--localstatedir=${localstatedir} \
|
--localstatedir=${localstatedir} \
|
||||||
--libdir=${libdir} \
|
--libdir=${libdir} \
|
||||||
--includedir=${includedir} \
|
--includedir=${includedir} \
|
||||||
--oldincludedir=${oldincludedir} \
|
|
||||||
--infodir=${infodir} \
|
--infodir=${infodir} \
|
||||||
--mandir=${mandir} \
|
--mandir=${mandir} \
|
||||||
|
--srcdir=${S} \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure () {
|
do_configure () {
|
||||||
${S}/configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
${S}/configure ${CONFIGUREOPTS}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
|
|||||||
Reference in New Issue
Block a user