[Bug 4270] new recipe of util-vserver_0.30.214.bb
bugzilla-daemon at amethyst.openembedded.net
bugzilla-daemon at amethyst.openembedded.net
Mon Aug 4 09:53:38 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=4270
--- Comment #6 from lynnlin <lynn.lin at avocent.com> 2008-08-04 11:53:38 ---
(In reply to comment #4)
> any progress?
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 \
"
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/"
~
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list