mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-17 04:07:20 +00:00
clamav: minor recipe cleanup
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -66,14 +66,12 @@ EXTRA_OECONF_class-native += "${EXTRA_OECONF_CLAMAV}"
|
|||||||
EXTRA_OECONF_class-target += "--with-user=${UID} --with-group=${GID} --disable-rpath ${EXTRA_OECONF_CLAMAV}"
|
EXTRA_OECONF_class-target += "--with-user=${UID} --with-group=${GID} --disable-rpath ${EXTRA_OECONF_CLAMAV}"
|
||||||
|
|
||||||
do_configure () {
|
do_configure () {
|
||||||
cd ${S}
|
${S}/configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
||||||
./configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
|
||||||
install -d ${S}/clamav_db
|
install -d ${S}/clamav_db
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure_class-native () {
|
do_configure_class-native () {
|
||||||
cd ${S}
|
${S}/configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
||||||
./configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user