Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Change gconf-dbus to a src tarball
@ 2011-06-16  3:18 Saul Wold
  2011-06-16  3:18 ` [PATCH 1/1] gconf-dbus: Fix SRC_URI to tarball Saul Wold
  2011-06-30  3:47 ` [PATCH 0/1] Change gconf-dbus to a src tarball Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Saul Wold @ 2011-06-16  3:18 UTC (permalink / raw)
  To: openembedded-core

Richard,

The current gconf-dbus has gone away, this causes issues with 
builds and autobuilder.

Sau!


The following changes since commit 34f4f9eae8c588234b29e44f5a3ea9edbc10620d:

  eglibc: bump PR for SRCREV changes (2011-06-15 14:30:23 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/gconf-fix
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/gconf-fix

Saul Wold (1):
  gconf-dbus: Fix SRC_URI to tarball

 .../gnome/{gconf-dbus_svn.bb => gconf-dbus_705.bb} |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
 rename meta/recipes-gnome/gnome/{gconf-dbus_svn.bb => gconf-dbus_705.bb} (69%)

-- 
1.7.3.4




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

* [PATCH 1/1] gconf-dbus: Fix SRC_URI to tarball
  2011-06-16  3:18 [PATCH 0/1] Change gconf-dbus to a src tarball Saul Wold
@ 2011-06-16  3:18 ` Saul Wold
  2011-06-30  3:47 ` [PATCH 0/1] Change gconf-dbus to a src tarball Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-06-16  3:18 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../gnome/{gconf-dbus_svn.bb => gconf-dbus_705.bb} |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
 rename meta/recipes-gnome/gnome/{gconf-dbus_svn.bb => gconf-dbus_705.bb} (69%)

diff --git a/meta/recipes-gnome/gnome/gconf-dbus_svn.bb b/meta/recipes-gnome/gnome/gconf-dbus_705.bb
similarity index 69%
rename from meta/recipes-gnome/gnome/gconf-dbus_svn.bb
rename to meta/recipes-gnome/gnome/gconf-dbus_705.bb
index 16a2ddb..fdfc45f 100644
--- a/meta/recipes-gnome/gnome/gconf-dbus_svn.bb
+++ b/meta/recipes-gnome/gnome/gconf-dbus_705.bb
@@ -8,10 +8,15 @@ PROVIDES = "gconf"
 RPROVIDES_${PN} = "gconf"
 RPROVIDES_${PN}-dev = "gconf-dev"
 
-SRCREV = "705"
-PV = "2.16.0+svnr${SRCPV}"
+#SRCREV = "705"
+#PV = "2.16.0+svnr${SRCPV}"
+PR = "r0"
+
+# This SVN repo is no longer available use a tarball mirror site until
+# we move to proper gconf recipe.
+#SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http"
+SRC_URI = "http://autobuilder.pokylinux.org/sources/trunk_developer.imendio.com_.svn.gconf-dbus_705_.tar.gz"
 
-SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http"
 S = "${WORKDIR}/trunk"
 
 inherit pkgconfig autotools
-- 
1.7.3.4




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

* Re: [PATCH 0/1] Change gconf-dbus to a src tarball
  2011-06-16  3:18 [PATCH 0/1] Change gconf-dbus to a src tarball Saul Wold
  2011-06-16  3:18 ` [PATCH 1/1] gconf-dbus: Fix SRC_URI to tarball Saul Wold
@ 2011-06-30  3:47 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-06-30  3:47 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 06/15/2011 08:18 PM, Saul Wold wrote:
> Richard,
>
> The current gconf-dbus has gone away, this causes issues with
> builds and autobuilder.
>
> Sau!
>
>
> The following changes since commit 34f4f9eae8c588234b29e44f5a3ea9edbc10620d:
>
>    eglibc: bump PR for SRCREV changes (2011-06-15 14:30:23 +0100)
>
> are available in the git repository at:
>    git://git.openembedded.org/openembedded-core-contrib sgw/gconf-fix
>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/gconf-fix
>
> Saul Wold (1):
>    gconf-dbus: Fix SRC_URI to tarball
>
>   .../gnome/{gconf-dbus_svn.bb =>  gconf-dbus_705.bb} |   11 ++++++++---
>   1 files changed, 8 insertions(+), 3 deletions(-)
>   rename meta/recipes-gnome/gnome/{gconf-dbus_svn.bb =>  gconf-dbus_705.bb} (69%)
>

Merged into oe-core

Thanks to myself



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

end of thread, other threads:[~2011-06-30  3:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-16  3:18 [PATCH 0/1] Change gconf-dbus to a src tarball Saul Wold
2011-06-16  3:18 ` [PATCH 1/1] gconf-dbus: Fix SRC_URI to tarball Saul Wold
2011-06-30  3:47 ` [PATCH 0/1] Change gconf-dbus to a src tarball Saul Wold

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