[oe] [meta-oe][PATCH 2/3] cryptsetup: add libdevmapper to RDEPENDS

Khem Raj raj.khem at gmail.com
Tue Aug 27 15:30:30 UTC 2019


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.jia at 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.jia at 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
>


More information about the Openembedded-devel mailing list