diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-09-25 10:44:39 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-10 09:47:31 +0200 |
commit | 1a281381018fdf48881964b3d1b38dd08a7c8666 (patch) | |
tree | 05f4a04d74422f008f342a7f85ce6c5e34021e2f /meta-oe/recipes-support/lvm2/lvm2.inc | |
parent | 49fa1df21e8677fa79a5e0f217711fd4de110213 (diff) | |
download | meta-openembedded-1a281381018fdf48881964b3d1b38dd08a7c8666.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>
Diffstat (limited to 'meta-oe/recipes-support/lvm2/lvm2.inc')
-rw-r--r-- | 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 7ac6a41f9..b357fd988 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc | |||
@@ -1,5 +1,6 @@ | |||
1 | SECTION = "utils" | 1 | SECTION = "utils" |
2 | DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux." | 2 | DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux." |
3 | DEPENDS = "udev" | ||
3 | LICENSE = "GPLv2 & LGPLv2" | 4 | LICENSE = "GPLv2 & LGPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
5 | file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24" | 6 | file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24" |