diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2017-02-15 01:22:54 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-20 11:50:14 +0100 |
commit | cfa4ae250f8d711b9316c73d21b8762ce2c0f448 (patch) | |
tree | 3782a2581dc5382605d4e839c6ab53e71de2fffa /meta-gnome/recipes-gnome | |
parent | b01472f6a14721e3302733bcdf32ec59e51703d1 (diff) | |
download | meta-openembedded-cfa4ae250f8d711b9316c73d21b8762ce2c0f448.tar.gz |
gnome-vfs: remove blacklist
Build is fixed for gnome-mime-data.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | 2 |
1 files changed, 0 insertions, 2 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 edf5bfc05..3ec646697 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 | |||
@@ -56,5 +56,3 @@ python populate_packages_prepend () { | |||
56 | plugindir = d.expand('${libdir}/gnome-vfs-2.0/modules/') | 56 | plugindir = d.expand('${libdir}/gnome-vfs-2.0/modules/') |
57 | do_split_packages(d, plugindir, '^lib(.*)\.so$', 'gnome-vfs-plugin-%s', 'GNOME VFS plugin for %s') | 57 | do_split_packages(d, plugindir, '^lib(.*)\.so$', 'gnome-vfs-plugin-%s', 'GNOME VFS plugin for %s') |
58 | } | 58 | } |
59 | |||
60 | PNBLACKLIST[gnome-vfs] ?= "Depends on blacklisted gnome-mime-data" | ||