aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2012-09-25 10:44:39 +0200
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2012-10-09 09:43:57 +0200
commit8931ee5562d0c2983d590e2bc76a1ac09db9a701 (patch)
treeb0d50dec41b635d0d672da525e7e2ee7d3dba390
parent238ec1fa455e3ca25c18058a9c2e97ea9889fb1e (diff)
downloadmeta-openembedded-contrib-8931ee5562d0c2983d590e2bc76a1ac09db9a701.tar.gz
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@linaro.org>
-rw-r--r--meta-oe/recipes-support/lvm2/lvm2.inc1
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 7ac6a41f9f..b357fd988c 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"