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