[yocto] [meta-security][PATCH] clamav: fixup improper quoting

akuster808 akuster808 at gmail.com
Tue Oct 11 20:48:02 PDT 2016



On 10/11/2016 07:30 AM, Mark Asselstine wrote:
> Commit 217e06badb146539122732ab0eb27fd17cce09e5 [clamav: fix gcc 6.x
> build failure.] fixed a typo in "PACKAGECONFIG" (was missing the 'G')
> but unfortunately the PACKAGECONFIG string was incorrectly formed due
> to mismatched quotes. This caused a parsing error:
>
>    ERROR: Unable to parse .../meta-security/recipes-security/clamav/clamav_0.99.2.bb
merged.

Thanks,
Armin
>    ...
>
> Removed the unneeded quotes to fix the parsing issue.
>
> Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
> ---
>   recipes-security/clamav/clamav_0.99.2.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-security/clamav/clamav_0.99.2.bb b/recipes-security/clamav/clamav_0.99.2.bb
> index a2bab6d..3e5f36c 100644
> --- a/recipes-security/clamav/clamav_0.99.2.bb
> +++ b/recipes-security/clamav/clamav_0.99.2.bb
> @@ -54,7 +54,7 @@ PACKAGECONFIG[openssl] = "--with-openssl=${STAGING_DIR_HOST}/usr, --without-open
>   PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_DIR_HOST}/usr, --without-zlib, zlib, "
>   PACKAGECONFIG[bz2] = "--with-libbz2-prefix=${STAGING_LIBDIR}/.., --without-libbz2-prefix, "
>   PACKAGECONFIG[ncurses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/.., --without-libncurses-prefix, ncurses, "
> -PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', "
> +PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/, --without-systemdsystemunitdir, "
>   
>   EXTRA_OECONF += " --with-user=${UID}  --with-group=${GID} \
>               --without-libcheck-prefix --disable-unrar \




More information about the yocto mailing list