wget: update to 1.16.3
[openembedded.git] / recipes / lvm2 / lvm2.inc
1 SECTION = "utils"
2 DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux."
3 LICENSE = "GPL"
4 INC_PR = "r4"
5
6 S = "${WORKDIR}/LVM2.${PV}"
7 SRC_URI = "ftp://sources.redhat.com/pub/lvm2/LVM2.${PV}.tgz \
8            file://lvm.conf"
9
10 # Unset user/group to unbreak install.
11 EXTRA_OECONF = "--with-user= --with-group= --disable-o_direct"
12
13 inherit autotools
14
15 do_install_append() {
16     # Install machine specific configuration file
17     install -m 0644 ${WORKDIR}/lvm.conf ${D}${sysconfdir}/lvm/lvm.conf
18 }
19
20 TARGET_CC_ARCH += "${LDFLAGS}"