aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lvm2
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2010-11-23 18:02:28 +0100
committerSimon Busch <morphis@gravedo.de>2010-11-23 19:08:59 +0100
commit16952e61c9a2fa458eebb7eff7c8150d3ac56f6e (patch)
tree972c8e2a11dbfd268d39edb9abb150f7a9eb51b3 /recipes/lvm2
parent625e0f199dad763f7f6c9b22c77178940a688ea0 (diff)
downloadopenembedded-16952e61c9a2fa458eebb7eff7c8150d3ac56f6e.tar.gz
lvm2: remove dependency on device-mapper and bump PR
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>
Diffstat (limited to 'recipes/lvm2')
-rw-r--r--recipes/lvm2/lvm2.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/lvm2/lvm2.inc b/recipes/lvm2/lvm2.inc
index fc1afc3bd2..129fb02b50 100644
--- a/recipes/lvm2/lvm2.inc
+++ b/recipes/lvm2/lvm2.inc
@@ -1,8 +1,7 @@
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 \