[OE-core] [PATCH] e2fsprogs: disable libblkid again

Robert Yang liezhi.yang at windriver.com
Thu Jan 21 07:42:28 UTC 2016



On 01/21/2016 03:20 PM, Koen Kooi wrote:
> We use the util-linux one and do_install deletes it anyway.
>
> See OE-core commit fb8e776ea91c39d586b46400ad30aeea8dead1c4 for more info.
>
> Signed-off-by: Koen Kooi <koen.kooi at linaro.org>
> ---
>   meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb
> index c82e99a..f244473 100644
> --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb
> +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb
> @@ -14,7 +14,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+(\.\d+)*)$"
>
>   EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \
>                   --enable-elf-shlibs --disable-libuuid --disable-uuidd \
> -                --enable-libblkid --enable-verbose-makecmds"
> +                --disable-libblkid --enable-verbose-makecmds"

Thanks, maybe we also need cleanup other codes like:

     # We use blkid from util-linux now so remove from here
     rm -f ${D}${base_libdir}/libblkid*

And:

ALTERNATIVE_${PN}-doc = "libblkid.3 blkid.8"
ALTERNATIVE_LINK_NAME[libblkid.3] = "${mandir}/man3/libblkid.3"
ALTERNATIVE_LINK_NAME[blkid.8] = "${mandir}/man8/blkid.8"

// Robert

>
>   EXTRA_OECONF_darwin = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs"
>
>



More information about the Openembedded-core mailing list