mirror of
https://git.yoctoproject.org/poky
synced 2026-04-01 05:02:21 +02:00
(From OE-Core rev: 4616095d75c0c13953e0bb339b0cafc3c3eb8314) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
630 B
BlitzBasic
27 lines
630 B
BlitzBasic
#
|
|
# Copyright (C) 2008 OpenedHand Ltd.
|
|
#
|
|
|
|
DESCRIPTION = "NFS tasks for Poky"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
PR = "r0"
|
|
|
|
PACKAGES = "\
|
|
task-core-nfs-server \
|
|
task-core-nfs-server-dbg \
|
|
task-core-nfs-server-dev \
|
|
"
|
|
|
|
ALLOW_EMPTY = "1"
|
|
|
|
RDEPENDS_task-core-nfs-server = "\
|
|
nfs-utils"
|
|
|
|
# rpcinfo can be useful but only with glibc images
|
|
GLIBC_DEPENDENCIES = "glibc-utils"
|
|
|
|
RRECOMMENDS_task-core-nfs-server_append_libc-glibc = " ${GLIBC_DEPENDENCIES}"
|
|
|