blob: a0af47b0cb676b82b4d4467c4689a09abb80c03b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# This meta package is a convenience to build all of the
# NIS packages.
#
PR = "r0"
DESCRIPTION="NIS services"
HOMEPAGE="http://www.linux-nis.org/nis/"
SECTION = "console/networking"
PRIORITY = "optional"
LICENSE = "GPL-2"
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS = "yp-tools ypbind ypserv pwdutils"
|