mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +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}"
|
||||
|
||||
do_configure () {
|
||||
cd ${S}
|
||||
./configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
||||
${S}/configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
||||
install -d ${S}/clamav_db
|
||||
}
|
||||
|
||||
do_configure_class-native () {
|
||||
cd ${S}
|
||||
./configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
||||
${S}/configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user