> -----Original Message-----
> From: Patrick Ohly [mailto:[email protected]]
> Sent: den 20 mars 2017 16:14
> To: [email protected]
> Cc: Peter Kjellerstedt; Patrick Ohly
> Subject: [meta-oe][PATCH v2 2/2] lvm2: fix lvm2-native RRECOMMENDS
> problem
> 
> lvm2-native doesn't have packages, so the RRECOMMENDS must be limited
> to the target case. This fixes:
> 
> ERROR: Nothing RPROVIDES 'lvm2-native-scripts-native' (but 
> virtual:native:.../meta-openembedded/meta-oe/recipes-support/lvm2/lvm2_2.02.166.bb
>  RDEPENDS on or otherwise requires it)
> 
> Signed-off-by: Patrick Ohly <[email protected]>
> ---
>  meta-oe/recipes-support/lvm2/lvm2.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc 
> b/meta-oe/recipes-support/lvm2/lvm2.inc
> index cfa74d4..d0be296 100644
> --- a/meta-oe/recipes-support/lvm2/lvm2.inc
> +++ b/meta-oe/recipes-support/lvm2/lvm2.inc
> @@ -103,6 +103,6 @@ FILES_libdevmapper-dev = " \
>  RDEPENDS_${PN}-scripts = "${PN} (= ${EXTENDPKGV}) bash"
>  RDEPENDS_${PN} = " bash"
>  RDEPENDS_libdevmapper-dev = "libdevmapper (= ${EXTENDPKGV})"
> -RRECOMMENDS_${PN} = "${PN}-scripts (= ${EXTENDPKGV})"
> +RRECOMMENDS_${PN}_class-target = "${PN}-scripts (= ${EXTENDPKGV})"
> 
>  CONFFILES_${PN} += "${sysconfdir}/lvm/lvm.conf"
> --
> git-series 0.9.1

Signed-off-by: Peter Kjellerstedt <[email protected]>

//Peter

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to