Re: [oe] [meta-gnome][PATCH 1/2] gnome-vfs 2.24.4: drop useless print

2016-06-08 Thread Martin Jansa
You need to search for gnone-vfs, but I've fixed that typo when
cherry-picking to master-next :).

On Wed, Jun 8, 2016 at 10:09 PM, Koen Kooi 
wrote:

> Op 07-06-16 om 13:40 schreef Gary Thomas:
> > On 2016-06-07 10:38, Koen Kooi wrote:
> >> This fixes the python3 traceback.
> >
> > RP already sent patches for this and the other python3 related issue.
>
> They didn't show up in patchwork nor in thunderbird search :/
>
>
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-gnome][PATCH 1/2] gnome-vfs 2.24.4: drop useless print

2016-06-08 Thread Koen Kooi
Op 07-06-16 om 13:40 schreef Gary Thomas:
> On 2016-06-07 10:38, Koen Kooi wrote:
>> This fixes the python3 traceback.
> 
> RP already sent patches for this and the other python3 related issue.

They didn't show up in patchwork nor in thunderbird search :/


-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-gnome][PATCH 1/2] gnome-vfs 2.24.4: drop useless print

2016-06-07 Thread Gary Thomas

On 2016-06-07 10:38, Koen Kooi wrote:

This fixes the python3 traceback.


RP already sent patches for this and the other python3 related issue.



Signed-off-by: Koen Kooi 
---
  meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | 2 --
  1 file changed, 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 f9b02b1..1c78474 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
@@ -53,8 +53,6 @@ FILES_${PN}-doc += "${datadir}/gtk-doc"
  PACKAGES_DYNAMIC += "^gnome-vfs-plugin-.*"

  python populate_packages_prepend () {
-print d.getVar('FILES_gnome-vfs', 1)
-
  plugindir = d.expand('${libdir}/gnome-vfs-2.0/modules/')
  do_split_packages(d, plugindir, '^lib(.*)\.so$', 'gnome-vfs-plugin-%s', 
'GNOME VFS plugin for %s')
  }




--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-gnome][PATCH 1/2] gnome-vfs 2.24.4: drop useless print

2016-06-07 Thread Koen Kooi
This fixes the python3 traceback.

Signed-off-by: Koen Kooi 
---
 meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | 2 --
 1 file changed, 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 f9b02b1..1c78474 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
@@ -53,8 +53,6 @@ FILES_${PN}-doc += "${datadir}/gtk-doc"
 PACKAGES_DYNAMIC += "^gnome-vfs-plugin-.*"
 
 python populate_packages_prepend () {
-print d.getVar('FILES_gnome-vfs', 1)
-
 plugindir = d.expand('${libdir}/gnome-vfs-2.0/modules/')
 do_split_packages(d, plugindir, '^lib(.*)\.so$', 'gnome-vfs-plugin-%s', 
'GNOME VFS plugin for %s')
 }
-- 
2.4.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel