[OE-core] [PATCH 6/7] nfs-export-root: Update to use packagegroup naming

Richard Purdie richard.purdie at linuxfoundation.org
Mon Apr 15 11:07:07 UTC 2013


task packages were renamed to use packagegroup so fix this reference.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/devel-config/nfs-export-root.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/devel-config/nfs-export-root.bb b/meta/recipes-devtools/devel-config/nfs-export-root.bb
index fff60ca..4d9f6dd 100644
--- a/meta/recipes-devtools/devel-config/nfs-export-root.bb
+++ b/meta/recipes-devtools/devel-config/nfs-export-root.bb
@@ -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
-- 
1.7.10.4





More information about the Openembedded-core mailing list