]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnome-vfs: Only apply the RRECOMMENDS to the main package, not for example the -doc...
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 7 Jan 2009 16:30:59 +0000 (16:30 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 7 Jan 2009 16:30:59 +0000 (16:30 +0000)
meta/packages/gnome/gnome-vfs_2.22.0.bb

index 335958f1ce984cb0bbb5eac28680839c807ee295..251f6519595197c425cecd2fb5d423da97bb5712 100644 (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"