u-boot-omap3pandora: Bump SRCREV to version with UBI enabled.
[openembedded.git] / recipes / openvz / vzctl_3.0.23.bb
1 DESCRIPTION = "An utility to manage OpenVZ containers"
2 LICENSE = "GPLv2"
3
4 RDEPENDS = "bash gawk sed grep coreutils tar"
5
6 SRC_URI = "http://download.openvz.org/utils/vzctl/${PV}/src/vzctl-${PV}.tar.bz2 \
7            file://vzctl-add-arm-syscalls.patch;patch=1 \
8           "
9
10 inherit autotools
11
12 FILES_${PN} += " ${libdir}/${PN}/lib*.so*"