DESCRIPTION = "Linux-VServer admin utilities"
HOMEPAGE = "
http://www.nongnu.org/util-vserver/"
LICENSE = "GPLv2"
SRC_URI = "
http://ftp.linux-vserver.org/pub/utils/${PN}/${PN}-$
{PV}.tar.bz2 \
file://fixed-path.patch;patch=1 \
file://not-check-vconfig.patch;patch=1 \
"
PR = "r0"
DEPENDS = "beecrypt iptables vlan iproute2 "
RDEPENDS = "iproute2 vlan iptables beecrypt"
CFLAGS =" -std=c99 -Wall -pedantic -W "
CXXFLAGS =" -fpermissive -ansi -Wall -pedantic -W "
CPPFLAGS=" "
inherit autotools
EXTRA_OECONF = "--disable-dietlibc"
do_install () {
make DESTDIR=${D} install install-distribution
}
FILES_${PN}-dbg += "${libdir}/${PN}/legacy/.debug ${libdir}$
{PN}/.debug"
FILES_${PN} += "/vservers/"
这个bb对那些使用oe build os,使用linux-vserver虚拟化技术的很有用