diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-15 12:07:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-15 15:57:30 +0100 |
commit | ba4f19ece8109bfdc51db09b1d07c9a538595376 (patch) | |
tree | 9556cb2a9f012305f44fd2b1922797e0ca02ef19 /meta/recipes-devtools/devel-config | |
parent | 3cf3c8d4e0d1ceb5789b085269277662347b9924 (diff) | |
download | poky-ba4f19ece8109bfdc51db09b1d07c9a538595376.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/devel-config')
-rw-r--r-- | meta/recipes-devtools/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 fff60ca9e2..4d9f6dd5aa 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() { | |||
14 | install -m 0644 exports ${D}${sysconfdir}/ | 14 | install -m 0644 exports ${D}${sysconfdir}/ |
15 | } | 15 | } |
16 | 16 | ||
17 | RDEPENDS_${PN} = "task-core-nfs-server" | 17 | RDEPENDS_${PN} = "packagegroup-core-nfs-server" |
18 | 18 | ||
19 | inherit allarch | 19 | inherit allarch |