From patchwork Tue Oct 9 07:52:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [05/14] lvm2: added missing dependency on udev Date: Tue, 09 Oct 2012 07:52:26 -0000 From: Marcin Juszkiewicz X-Patchwork-Id: 37975 Message-Id: <1349769155-12643-6-git-send-email-marcin.juszkiewicz@linaro.org> To: openembedded-devel@lists.openembedded.org checking for UDEV... no configure: error: Package requirements (libudev >= 143) were not met: No package 'libudev' found Signed-off-by: Marcin Juszkiewicz --- meta-oe/recipes-support/lvm2/lvm2.inc | 1 + 1 file changed, 1 insertion(+) 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"