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:39 +0100 |
| commit | c037017f71fc3b703639d992c9af41e6b0540a94 (patch) | |
| tree | ba4bfad96ca35464f9b4534ed90b0e13516efa57 | |
| parent | 78ee7ae14c16fe7e4291d5b0c61a28fe34eaea93 (diff) | |
| download | poky-c037017f71fc3b703639d992c9af41e6b0540a94.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>
| -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 |
