dvbapp : TranscodingSetup update
[vuplus_openembedded] / recipes / nis / ypserv_2.17.bb
1 # This package builds the NIS server
2 # The source package is utils/net/NIS/ypserv
3 #
4 PR = "r0"
5 DESCRIPTION="NIS version 2 server for Linux."
6 HOMEPAGE="http://www.linux-nis.org/nis/ypserv/index.html"
7
8 require nis.inc
9
10 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/net/NIS/OLD/${PN}/${P}.tar.bz2"
11
12 # ypserv needs a database package, gdbm is currently the
13 # only candidate
14 DEPENDS += " gdbm"