libdevmapper: Remove lvm2-udevrules from RRECOMMENDS

Commit c6e963f9e ("lvm2: Add RDEPEND on lvm2 to lvm2-udevrules")
in meta-oe layer added a package dependency for lvm2. This dependency
includes many unnecessary packages like lvm2, lvm2-scripts, etc.
and their dependencies that increase the size of the initramfs image.
Since lvm2-udevrules is not necessary for our initramfs image,
this commit removes the RRECOMENDS.

https://jira.digi.com/browse/DEL-6701

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2019-08-01 10:00:20 +02:00
parent d8614f748e
commit fb49af9d27
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#
# Copyright (C) 2019 Digi International.
#
RRECOMMENDS_${PN}_remove_class-target = " lvm2-udevrules"