Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-smartphone][PATCH] frameworkd, mdbus, gta04-gps-handler, pisi: Remove runtime dependency on broken python-pygobject
Date: Mon, 13 Jun 2016 12:41:20 +0200	[thread overview]
Message-ID: <20160613104120.30748-1-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <c34b9a92-71a6-fdf8-2a27-b92fc7c9cb86@linux.intel.com>

* these components need to be upgraded to python3 (python3-pygobject) or
  python-pygobject will need to be fixed

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-fso/recipes-freesmartphone/freesmartphone/frameworkd.inc  |  4 +++-
 meta-fso/recipes-freesmartphone/freesmartphone/mdbus_git.bb    | 10 ++++++----
 .../recipes-bsp/gta04-gps-handler/gta04-gps-handler_git.bb     |  5 ++++-
 meta-shr/recipes-shr/3rdparty/pisi_0.5.3.bb                    |  5 ++++-
 4 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/meta-fso/recipes-freesmartphone/freesmartphone/frameworkd.inc b/meta-fso/recipes-freesmartphone/freesmartphone/frameworkd.inc
index 29ecf3e..3ec3721 100644
--- a/meta-fso/recipes-freesmartphone/freesmartphone/frameworkd.inc
+++ b/meta-fso/recipes-freesmartphone/freesmartphone/frameworkd.inc
@@ -46,7 +46,6 @@ RDEPENDS_${PN} += "\
   python-logging \
   python-pprint \
   python-pyalsaaudio \
-  python-pygobject \
   python-pyrtc \
   python-pyserial \
   python-pyyaml \
@@ -59,6 +58,9 @@ RDEPENDS_${PN} += "\
   ${PN}-config \
 "
 
+# python-pygobject is broken http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107798.html
+# RDEPENDS_${PN} += "python-pygobject"
+
 RRECOMMENDS_${PN} += "\
   alsa-utils-amixer \
   python-phoneutils \
diff --git a/meta-fso/recipes-freesmartphone/freesmartphone/mdbus_git.bb b/meta-fso/recipes-freesmartphone/freesmartphone/mdbus_git.bb
index f94f1db..4cc5ed5 100644
--- a/meta-fso/recipes-freesmartphone/freesmartphone/mdbus_git.bb
+++ b/meta-fso/recipes-freesmartphone/freesmartphone/mdbus_git.bb
@@ -16,8 +16,10 @@ do_install() {
 }
 
 RDEPENDS_${PN} = "\
-  python-dbus \
-  python-pygobject \
-  python-pprint \
-  python-xml \
+    python-dbus \
+    python-pprint \
+    python-xml \
 "
+
+# python-pygobject is broken http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107798.html
+# RDEPENDS_${PN} += "python-pygobject"
diff --git a/meta-openmoko/recipes-bsp/gta04-gps-handler/gta04-gps-handler_git.bb b/meta-openmoko/recipes-bsp/gta04-gps-handler/gta04-gps-handler_git.bb
index 34c791a..74b4168 100644
--- a/meta-openmoko/recipes-bsp/gta04-gps-handler/gta04-gps-handler_git.bb
+++ b/meta-openmoko/recipes-bsp/gta04-gps-handler/gta04-gps-handler_git.bb
@@ -6,7 +6,10 @@ SECTION = "base"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-RDEPENDS_${PN} += "python-pygps python-pygobject python-core"
+RDEPENDS_${PN} += "python-pygps python-core"
+
+# python-pygobject is broken http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107798.html
+# RDEPENDS_${PN} += "python-pygobject"
 
 PR = "r3"
 PV = "0.0.0+gitr${SRCPV}"
diff --git a/meta-shr/recipes-shr/3rdparty/pisi_0.5.3.bb b/meta-shr/recipes-shr/3rdparty/pisi_0.5.3.bb
index 9423cef..9daae52 100644
--- a/meta-shr/recipes-shr/3rdparty/pisi_0.5.3.bb
+++ b/meta-shr/recipes-shr/3rdparty/pisi_0.5.3.bb
@@ -5,11 +5,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
 HOMEPAGE = "http://freshmeat.net/projects/pisiom"
 SRCNAME = "pisi"
 DEPENDS = "python-native"
-RDEPENDS_${PN} = "python-vobject python-core python-pygtk python-pygobject python-pycairo\
+RDEPENDS_${PN} = "python-vobject python-core python-pygtk python-pycairo\
            python-gdata python-webdav python-ldap python-epydoc python-core\
            python-dateutil python-sqlite3 python-netserver python-netclient\
            python-misc python-ctypes libsyncml"
 
+# python-pygobject is broken http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107798.html
+# RDEPENDS_${PN} += "python-pygobject"
+
 # Rdepends on libsyncml and python-pygtk
 #PNBLACKLIST[pisi] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}"
 PNBLACKLIST[pisi] ?= "RDEPENDS on python-pygtk which was removed from oe-core"
-- 
2.8.4



  parent reply	other threads:[~2016-06-13 10:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-24 11:56 [PATCH 0/8] Fixes for oe-core's python 3 move Alexander Kanavin
2016-05-24 11:56 ` [PATCH 1/8] Remove unnecessary exports of HOST_SYS and BUILD_SYS in python-based recipes Alexander Kanavin
2016-05-24 11:56 ` [PATCH 2/8] florence: update to 0.6.3 Alexander Kanavin
2016-06-02 16:44   ` Martin Jansa
2016-06-06 12:44     ` Alexander Kanavin
2016-05-24 11:56 ` [PATCH 3/8] python-dbus: add a recipe Alexander Kanavin
2016-05-24 11:56 ` [PATCH 4/8] python-imaging: " Alexander Kanavin
2016-05-24 11:56 ` [PATCH 5/8] python-pyrex: " Alexander Kanavin
2016-05-24 11:56 ` [PATCH 6/8] python-pygobject: " Alexander Kanavin
2016-06-10 12:33   ` Martin Jansa
2016-06-10 13:50     ` Alexander Kanavin
2016-06-10 14:31       ` [PATCH 1/2] python-pygobject, python-cloudeebus, python-dbusmock: Blacklist because of python-pygobject is broken Martin Jansa
2016-06-10 14:31         ` [PATCH 2/2] postgresql: blacklist because tcl in oe-core is broken for last month Martin Jansa
2016-06-13 10:41       ` Martin Jansa [this message]
2016-05-24 11:57 ` [PATCH 7/8] cmpi-bindings: fix build with python 3 Alexander Kanavin
2016-05-24 11:57 ` [PATCH 8/8] gnome-doc-utils-stub: add a recipe Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160613104120.30748-1-Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox