Seeing this https://errors.yoctoproject.org/Errors/Details/265647/
seems to be related

On Fri, Aug 23, 2019 at 3:06 AM Hongxu Jia <hongxu....@windriver.com> wrote:
>
> Since commit [libdevmapper/lvm2: force recipe libdevmapper to populate
> sysroot only] applied, if recipe DEPENDS on libdevmapper, we have to
> add it to packages RDEPENDS
>
> Signed-off-by: Hongxu Jia <hongxu....@windriver.com>
> ---
>  meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb 
> b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb
> index deaede8..c983a9e 100644
> --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb
> +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb
> @@ -15,6 +15,9 @@ DEPENDS = " \
>      popt \
>      util-linux \
>  "
> +RDEPENDS_${PN} = " \
> +    libdevmapper \
> +"
>
>  SRC_URI = 
> "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz"
>  SRC_URI[md5sum] = "41d8b985ef69242852b93e95d53e8e28"
> --
> 2.7.4
>
-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to