mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
Allow references to the old task packages to continue to work. This does not add RPROVIDES for everything, just those packages that are likely to have been referred to. (From OE-Core rev: b41c45972a6d359f034615471959c84aee2bc456) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
353 B
BlitzBasic
21 lines
353 B
BlitzBasic
#
|
|
# Copyright (C) 2008 OpenedHand Ltd.
|
|
#
|
|
|
|
DESCRIPTION = "NFS package groups"
|
|
LICENSE = "MIT"
|
|
PR = "r1"
|
|
|
|
inherit packagegroup
|
|
|
|
PACKAGES = "${PN}-server"
|
|
|
|
# For backwards compatibility after rename
|
|
RPROVIDES_${PN}-server = "task-core-nfs-server"
|
|
|
|
SUMMARY_${PN}-server = "NFS server"
|
|
RDEPENDS_${PN}-server = "\
|
|
nfs-utils \
|
|
nfs-utils-client \
|
|
"
|