cryptsetup_%.bbappend: Fix for native

Issue: LIN1019-2347

Fixed:
$ bitbake cryptsetup-native
[snip]
Nothing RPROVIDES 'lvm2-udevrules-native'
[snip]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
This commit is contained in:
Robert Yang
2019-09-25 16:05:25 +08:00
committed by Jia Zhang
parent 691252f79f
commit 9e63c16057
@@ -1,2 +1,2 @@
RDEPENDS_${PN} += "lvm2"
RRECOMMENDS_${PN} += "lvm2-udevrules"
RRECOMMENDS_${PN}_append_class-target = " lvm2-udevrules"