aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lvm2/lvm2.inc
blob: 080f5ead853ed7171cc72ec9195c4ea8a27e5634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SECTION = "utils"
DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux."
LICENSE = "GPL"
DEPENDS = "device-mapper"
INC_PR = "r2"

S = "${WORKDIR}/LVM2.${PV}"
SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \
           file://crosscompile_fix.patch \
           file://include-limits.patch"

# Unset user/group to unbreak install.
EXTRA_OECONF = "--with-user= --with-group= --disable-o_direct"
EXTRA_OECONF_arm = "--with-user= --with-group= --disable-o_direct"

inherit autotools

# We don't need to stage anything (the executables are no needed at build time by any
# other recipe)
do_stage() {
}