[oe-commits] Richard Purdie : nfs-export-root: Update to use packagegroup naming

git at git.openembedded.org git at git.openembedded.org
Mon Apr 15 14:55:22 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: bcd68f11e479e8a3a95793ab2ed65202c0f71d84
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bcd68f11e479e8a3a95793ab2ed65202c0f71d84

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Apr 15 12:07:07 2013 +0100

nfs-export-root: Update to use packagegroup naming

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

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../devel-config/nfs-export-root.bb                |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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





More information about the Openembedded-commits mailing list