blob: 181a06cd2ef97b914ccde6e57af2c94c076dbd19 (
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.
#
DESCRIPTION="NIS services"
HOMEPAGE="http://www.linux-nis.org/nis/"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "GPLv2"
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS = "yp-tools ypbind ypserv pwdutils"
|