lvm2 does not need the dependency on device-mapper anymore as lvm2 includes device-mapper
since some releases. The only version we currently have in our repository even comes with
device-mapper included so we can drop the dependency.
Signed-off-by: Simon Busch <morphis@gravedo.de>
SECTION = "utils"
DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux."
LICENSE = "GPL"
-DEPENDS = "device-mapper"
-INC_PR = "r3"
+INC_PR = "r4"
S = "${WORKDIR}/LVM2.${PV}"
SRC_URI = "ftp://sources.redhat.com/pub/lvm2/LVM2.${PV}.tgz \