mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
gnome-vfs: Only apply the RRECOMMENDS to the main package, not for example the -doc package
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "libxml2 gconf dbus bzip2 gnome-mime-data zlib"
|
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
|
# Some legacy packages will require gnome-mime-data to be installed, but use of
|
||||||
# it is deprecated.
|
# it is deprecated.
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|||||||
Reference in New Issue
Block a user