1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

gnome-vfs: Only apply the RRECOMMENDS to the main package, not for example the -doc package

This commit is contained in:
Richard Purdie
2009-01-07 16:30:59 +00:00
parent 0341841061
commit b402db44f0
+1 -1
View File
@@ -1,6 +1,6 @@
LICENSE = "GPL"
DEPENDS = "libxml2 gconf dbus bzip2 gnome-mime-data zlib"
RRECOMMENDS = "gnome-vfs-plugin-file shared-mime-info"
RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info"
# Some legacy packages will require gnome-mime-data to be installed, but use of
# it is deprecated.
PR = "r1"