diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2014-01-23 08:32:42 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 00:52:35 +0000 |
commit | 618bf5626ee7e53fbd80bb2c879a2f0a0a9cc911 (patch) | |
tree | 8d46d78327c0bd28088155e66b2e5e67dd9f192a /meta/recipes-gnome | |
parent | bbefdf2ae17e29a0b40e1edc452123da96c5fd6e (diff) | |
download | tizen-distro-618bf5626ee7e53fbd80bb2c879a2f0a0a9cc911.tar.gz tizen-distro-618bf5626ee7e53fbd80bb2c879a2f0a0a9cc911.tar.bz2 tizen-distro-618bf5626ee7e53fbd80bb2c879a2f0a0a9cc911.zip |
unfs3, unfs-server: Replace all instances of unfs-server with unfs3
Other recipes dependencies and even some comments need to be updated
for the removal of unfs-server and the replacement with unfs3. The
unfs3 is a complete drop in replacement providing all the prior
functionality of NFSv2 but also adding NFSv3.
[YOCTO #5639]
(From OE-Core rev: d577c56519a448b142da5b43e46d5bd9d3a3b4bd)
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb b/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb index c88f82a0ee..07d4f1d7a9 100644 --- a/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb +++ b/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb @@ -213,7 +213,7 @@ DEPENDS = "\ tiff-native \ tzcode-native \ u-boot-mkimage-native \ - unfs-server-native \ + unfs3-native \ unifdef-native \ unzip-native \ update-rc.d-native \ |