[oe-commits] Simon Busch : lvm2: remove dependency on device-mapper and bump PR

git version control git at git.openembedded.org
Tue Nov 23 18:17:30 UTC 2010


Module: openembedded.git
Branch: release-2010.12
Commit: 16952e61c9a2fa458eebb7eff7c8150d3ac56f6e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=16952e61c9a2fa458eebb7eff7c8150d3ac56f6e

Author: Simon Busch <morphis at gravedo.de>
Date:   Tue Nov 23 18:02:28 2010 +0100

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 at gravedo.de>

---

 recipes/lvm2/lvm2.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/lvm2/lvm2.inc b/recipes/lvm2/lvm2.inc
index fc1afc3..129fb02 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 \





More information about the Openembedded-commits mailing list