mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
THis fixes following issue: NOTE: Runtime target 'glibc-utilsglibc-utils' is unbuildable, removing... Missing or unbuildable dependency chain was: ['glibc-utilsglibc-utils'] NOTE: Runtime target 'task-core-nfs-server' is unbuildable, removing... Missing or unbuildable dependency chain was: ['task-core-nfs-server', 'glibc-utilsglibc-utils'] [sgw: moved space to _append line] (From OE-Core rev: 6d228dea55804538e3d2737326b99e145c6ff055) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
705 B
BlitzBasic
27 lines
705 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_linux = " ${GLIBC_DEPENDENCIES}"
|
|
RRECOMMENDS_task-core-nfs-server_append_linux-gnueabi = " ${GLIBC_DEPENDENCIES}"
|