* [PATCH 0/1] Fix GTK+ and PyGtk version check error message to be more clear [Yocto #3637]
@ 2013-01-03 23:32 Jessica Zhang
2013-01-03 23:32 ` [PATCH 1/1] " Jessica Zhang
0 siblings, 1 reply; 3+ messages in thread
From: Jessica Zhang @ 2013-01-03 23:32 UTC (permalink / raw)
To: bitbake-devel
The following changes since commit 247b6a3754c2c50318e2a73d79981ba0e9cb560b:
gstreamer, gst-plugins*: fix localdata (2012-11-28 15:25:33 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib jzhang/3637
http://git.yoctoproject.org/cgit.cgi//log/?h=jzhang/3637
Jessica Zhang (1):
Fix GTK+ and PyGtk version check error message to be more clear [Yocto #3637]
bitbake/lib/bb/ui/hob.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] Fix GTK+ and PyGtk version check error message to be more clear [Yocto #3637]
2013-01-03 23:32 [PATCH 0/1] Fix GTK+ and PyGtk version check error message to be more clear [Yocto #3637] Jessica Zhang
@ 2013-01-03 23:32 ` Jessica Zhang
2013-01-18 12:53 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Jessica Zhang @ 2013-01-03 23:32 UTC (permalink / raw)
To: bitbake-devel
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
---
bitbake/lib/bb/ui/hob.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py
index 9ec32b1..55bd84c 100755
--- a/bitbake/lib/bb/ui/hob.py
+++ b/bitbake/lib/bb/ui/hob.py
@@ -22,7 +22,7 @@
import sys
import os
-requirements = "FATAL: Gtk+, PyGtk and PyGobject are required to use Hob"
+requirements = "FATAL: Hob requires Gtk+ 2.20.0 or higher, PyGtk 2.21.0 or higher"
try:
import gobject
import gtk
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] Fix GTK+ and PyGtk version check error message to be more clear [Yocto #3637]
2013-01-03 23:32 ` [PATCH 1/1] " Jessica Zhang
@ 2013-01-18 12:53 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2013-01-18 12:53 UTC (permalink / raw)
To: Jessica Zhang; +Cc: bitbake-devel
On Thu, 2013-01-03 at 15:32 -0800, Jessica Zhang wrote:
> Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
> ---
> bitbake/lib/bb/ui/hob.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
I merged this but I had to reformat the summary and commit message as
they weren't in the correct form.
Cheers,
Richard
> diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py
> index 9ec32b1..55bd84c 100755
> --- a/bitbake/lib/bb/ui/hob.py
> +++ b/bitbake/lib/bb/ui/hob.py
> @@ -22,7 +22,7 @@
>
> import sys
> import os
> -requirements = "FATAL: Gtk+, PyGtk and PyGobject are required to use Hob"
> +requirements = "FATAL: Hob requires Gtk+ 2.20.0 or higher, PyGtk 2.21.0 or higher"
> try:
> import gobject
> import gtk
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-18 13:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 23:32 [PATCH 0/1] Fix GTK+ and PyGtk version check error message to be more clear [Yocto #3637] Jessica Zhang
2013-01-03 23:32 ` [PATCH 1/1] " Jessica Zhang
2013-01-18 12:53 ` Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.