Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] libnotify: set GNOME_COMPRESS_TYPE to bz2
@ 2015-08-25  9:38 Robert Yang
  2015-08-25  9:38 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Yang @ 2015-08-25  9:38 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 849d65d55e4df5fa443b2cb7b4cee23913fc9d5a:

  runqemu: Add a tcpserial option (2015-08-24 23:45:25 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/bz2
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/bz2

Robert Yang (1):
  libnotify: set GNOME_COMPRESS_TYPE to bz2

 meta/recipes-gnome/libnotify/libnotify_0.6.0.bb |    2 ++
 1 file changed, 2 insertions(+)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] libnotify: set GNOME_COMPRESS_TYPE to bz2
  2015-08-25  9:38 [PATCH 0/1] libnotify: set GNOME_COMPRESS_TYPE to bz2 Robert Yang
@ 2015-08-25  9:38 ` Robert Yang
  2015-08-25  9:42   ` Robert Yang
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Yang @ 2015-08-25  9:38 UTC (permalink / raw)
  To: openembedded-core

Fixed do_fetch error:
WARNING: Failed to fetch URL http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.6/libnotify-0.6.0.tar.xz;name=archive, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 8, output:
http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.6/libnotify-0.6.0.tar.xz:
2015-08-25 02:31:32 ERROR 404: Not Found.

There are .tar.gz and .bz2, but no .tar.xz.

(LOCAL REV: NOT UPSTREAM) -- Sent to oe-core 20150825

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-gnome/libnotify/libnotify_0.6.0.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
index e6ee89b..b90dbe4 100644
--- a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
+++ b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
@@ -12,6 +12,8 @@ inherit gnomebase distro_features_check
 # Requires gdk/gdkx.h which is provided by gtk when x11 in DISTRO_FEATURES
 REQUIRED_DISTRO_FEATURES = "x11"
 
+GNOME_COMPRESS_TYPE = "bz2"
+
 SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516"
 SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] libnotify: set GNOME_COMPRESS_TYPE to bz2
  2015-08-25  9:38 ` [PATCH 1/1] " Robert Yang
@ 2015-08-25  9:42   ` Robert Yang
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Yang @ 2015-08-25  9:42 UTC (permalink / raw)
  To: openembedded-core



On 08/25/2015 05:38 PM, Robert Yang wrote:
> Fixed do_fetch error:
> WARNING: Failed to fetch URL http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.6/libnotify-0.6.0.tar.xz;name=archive, attempting MIRRORS if available
> ERROR: Fetcher failure: Fetch command failed with exit code 8, output:
> http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.6/libnotify-0.6.0.tar.xz:
> 2015-08-25 02:31:32 ERROR 404: Not Found.
>
> There are .tar.gz and .bz2, but no .tar.xz.
>
> (LOCAL REV: NOT UPSTREAM) -- Sent to oe-core 20150825

Sorry, this line should not be here, I updated it in the repo.

// Robert

>
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>   meta/recipes-gnome/libnotify/libnotify_0.6.0.bb |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
> index e6ee89b..b90dbe4 100644
> --- a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
> +++ b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
> @@ -12,6 +12,8 @@ inherit gnomebase distro_features_check
>   # Requires gdk/gdkx.h which is provided by gtk when x11 in DISTRO_FEATURES
>   REQUIRED_DISTRO_FEATURES = "x11"
>
> +GNOME_COMPRESS_TYPE = "bz2"
> +
>   SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516"
>   SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210"
>
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-25  9:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25  9:38 [PATCH 0/1] libnotify: set GNOME_COMPRESS_TYPE to bz2 Robert Yang
2015-08-25  9:38 ` [PATCH 1/1] " Robert Yang
2015-08-25  9:42   ` Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox