diff options
Diffstat (limited to 'recipes/gpe-filemanager/gpe-filemanager_0.25.bb')
-rw-r--r-- | recipes/gpe-filemanager/gpe-filemanager_0.25.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gpe-filemanager/gpe-filemanager_0.25.bb b/recipes/gpe-filemanager/gpe-filemanager_0.25.bb index 9c24b38062..beddbf7f91 100644 --- a/recipes/gpe-filemanager/gpe-filemanager_0.25.bb +++ b/recipes/gpe-filemanager/gpe-filemanager_0.25.bb @@ -6,8 +6,8 @@ LICENSE = "GPL" DESCRIPTION = "GPE file manager" DEPENDS = "libgpewidget gnome-vfs dbus-glib" SECTION = "gpe" -RDEPENDS = "gpe-icons" -RRECOMMENDS = "gnome-vfs-plugin-file gnome-vfs-plugin-smb gnome-vfs-plugin-ftp gnome-vfs-plugin-computer gnome-vfs-plugin-network gnome-vfs-plugin-sftp gnome-vfs-plugin-http" +RDEPENDS_${PN} = "gpe-icons" +RRECOMMENDS_${PN} = "gnome-vfs-plugin-file gnome-vfs-plugin-smb gnome-vfs-plugin-ftp gnome-vfs-plugin-computer gnome-vfs-plugin-network gnome-vfs-plugin-sftp gnome-vfs-plugin-http" FILES_${PN} += " ${datadir}/gpe" |