diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-02-04 11:29:36 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-05 11:05:50 +0100 |
| commit | d885bcc57f9271248daf81a20907c72aa8ababbc (patch) | |
| tree | 18c447eadd9f7a6c48b332dae00436270530745e | |
| parent | 3f5c0d0f39f6717dc92c9e06f2cd5bc2b0b4d9d3 (diff) | |
| download | meta-openembedded-d885bcc57f9271248daf81a20907c72aa8ababbc.tar.gz | |
gnome-vfs: use RPROVIDES correctly
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb index 62d63ae751..cfe7125dd9 100644 --- a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb +++ b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | |||
| @@ -18,7 +18,7 @@ PR = "r2" | |||
| 18 | inherit gnome | 18 | inherit gnome |
| 19 | 19 | ||
| 20 | # This is to provide compatibility with the gnome-vfs DBus fork | 20 | # This is to provide compatibility with the gnome-vfs DBus fork |
| 21 | RPROVIDES = "gnome-vfs-plugin-dbus" | 21 | RPROVIDES_${PN} = "gnome-vfs-plugin-dbus" |
| 22 | 22 | ||
| 23 | SRC_URI += "file://gconftool-lossage.patch \ | 23 | SRC_URI += "file://gconftool-lossage.patch \ |
| 24 | file://gnome-vfs-no-kerberos.patch;striplevel=0" | 24 | file://gnome-vfs-no-kerberos.patch;striplevel=0" |
