mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
nfs-export-root: Update to use packagegroup naming
task packages were renamed to use packagegroup so fix this reference. (From OE-Core rev: bcd68f11e479e8a3a95793ab2ed65202c0f71d84) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -14,6 +14,6 @@ do_install() {
|
||||
install -m 0644 exports ${D}${sysconfdir}/
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} = "task-core-nfs-server"
|
||||
RDEPENDS_${PN} = "packagegroup-core-nfs-server"
|
||||
|
||||
inherit allarch
|
||||
|
||||
Reference in New Issue
Block a user