[oe-commits] Marcin Juszkiewicz : lvm2: added missing dependency on udev

git at git.openembedded.org git at git.openembedded.org
Wed Oct 10 07:56:48 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 1a281381018fdf48881964b3d1b38dd08a7c8666
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1a281381018fdf48881964b3d1b38dd08a7c8666

Author: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Date:   Tue Sep 25 10:44:39 2012 +0200

lvm2: added missing dependency on udev

checking for UDEV... no
configure: error: Package requirements (libudev >= 143) were not met:

No package 'libudev' found

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>

---

 meta-oe/recipes-support/lvm2/lvm2.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index 7ac6a41..b357fd9 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -1,5 +1,6 @@
 SECTION = "utils"
 DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux."
+DEPENDS = "udev"
 LICENSE = "GPLv2 & LGPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24"





More information about the Openembedded-commits mailing list