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:
Richard Purdie 2013-04-15 12:07:07 +01:00
parent 3cf3c8d4e0
commit ba4f19ece8
1 changed files with 1 additions and 1 deletions

View File

@ -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