All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/2] Pull request #16
@ 2011-06-02 18:51 Martin Jansa
  2011-06-02 18:51 ` [meta-oe][PATCH 1/2] gobject-introspection: add newer git version compatible with glib-2.0_git Martin Jansa
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Martin Jansa @ 2011-06-02 18:51 UTC (permalink / raw)
  To: openembedded-devel

gobject-introspection from oe-core is not compatible with glib-2.0_git
we have here, added newer version also with D_P -1 (as glib-2.0) has.

The following changes since commit e69c7519399c06e82e25dcbfdd300e975393b00a:

  connman: enable service when using systemd (2011-06-02 16:26:04 +0200)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/meta-oe
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-oe

Martin Jansa (2):
  gobject-introspection: add newer git version compatible with
    glib-2.0_git
  gobject-introspection: move to recipes-gnome to match oe-core
    structure

 .../use-usr-bin-env-for-python.patch               |    0
 .../gnome}/gobject-introspection_0.9.10.bb         |    0
 .../gnome/gobject-introspection_git.bb             |   33 ++++++++++++++++++++
 3 files changed, 33 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-devtools/gobject-introspection => recipes-gnome/gnome}/gobject-introspection/use-usr-bin-env-for-python.patch (100%)
 rename meta-oe/{recipes-devtools/gobject-introspection => recipes-gnome/gnome}/gobject-introspection_0.9.10.bb (100%)
 create mode 100644 meta-oe/recipes-gnome/gnome/gobject-introspection_git.bb

-- 
1.7.5.3




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

* [meta-oe][PATCH 1/2] gobject-introspection: add newer git version compatible with glib-2.0_git
  2011-06-02 18:51 [meta-oe][PATCH 0/2] Pull request #16 Martin Jansa
@ 2011-06-02 18:51 ` Martin Jansa
  2011-06-02 21:52   ` Khem Raj
  2011-06-02 18:51 ` [meta-oe][PATCH 2/2] gobject-introspection: move to recipes-gnome to match oe-core structure Martin Jansa
  2011-06-02 19:08 ` [meta-oe][PATCH 0/2] Pull request #16 Koen Kooi
  2 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2011-06-02 18:51 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../gobject-introspection_git.bb                   |   33 ++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-devtools/gobject-introspection/gobject-introspection_git.bb

diff --git a/meta-oe/recipes-devtools/gobject-introspection/gobject-introspection_git.bb b/meta-oe/recipes-devtools/gobject-introspection/gobject-introspection_git.bb
new file mode 100644
index 0000000..2a7f30c
--- /dev/null
+++ b/meta-oe/recipes-devtools/gobject-introspection/gobject-introspection_git.bb
@@ -0,0 +1,33 @@
+# NOTE: WIP! This recipe does not cross-compile atm., only -native
+DEPENDS = "glib-2.0 libffi python-native gobject-introspection-native"
+DEPENDS_virtclass-native = "libffi-native python-native bison-native flex-native"
+BBCLASSEXTEND = "native"
+
+SRC_URI = "git://git.gnome.org/gobject-introspection;protocol=git \
+  file://use-usr-bin-env-for-python.patch \
+"
+
+LICENSE = "GPLv2+ & LGPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f \
+		    file://COPYING.lib;md5=3bf50002aefd002f49e7bb854063f7e7"
+
+SRCREV = "8d64bc23d2b837421ecf9c7b0e4b8d5d95ca0d21"
+PV = "1.29.0+gitr${SRCPV}"
+DEFAULT_PREFERENCE = "-1"
+
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"
+
+do_configure_prepend () {
+        echo "EXTRA_DIST = " > ${S}/gtk-doc.make
+}
+
+EXTRA_OECONF = "\
+  --disable-gtk-doc \
+  --disable-gtk-doc-html \
+  --disable-gtk-doc-pdf \
+  --disable-tests \
+"
-- 
1.7.5.3




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

* [meta-oe][PATCH 2/2] gobject-introspection: move to recipes-gnome to match oe-core structure
  2011-06-02 18:51 [meta-oe][PATCH 0/2] Pull request #16 Martin Jansa
  2011-06-02 18:51 ` [meta-oe][PATCH 1/2] gobject-introspection: add newer git version compatible with glib-2.0_git Martin Jansa
@ 2011-06-02 18:51 ` Martin Jansa
  2011-06-02 19:08 ` [meta-oe][PATCH 0/2] Pull request #16 Koen Kooi
  2 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2011-06-02 18:51 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../use-usr-bin-env-for-python.patch               |    0
 .../gnome}/gobject-introspection_0.9.10.bb         |    0
 .../gnome}/gobject-introspection_git.bb            |    0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-devtools/gobject-introspection => recipes-gnome/gnome}/gobject-introspection/use-usr-bin-env-for-python.patch (100%)
 rename meta-oe/{recipes-devtools/gobject-introspection => recipes-gnome/gnome}/gobject-introspection_0.9.10.bb (100%)
 rename meta-oe/{recipes-devtools/gobject-introspection => recipes-gnome/gnome}/gobject-introspection_git.bb (100%)

diff --git a/meta-oe/recipes-devtools/gobject-introspection/gobject-introspection/use-usr-bin-env-for-python.patch b/meta-oe/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch
similarity index 100%
rename from meta-oe/recipes-devtools/gobject-introspection/gobject-introspection/use-usr-bin-env-for-python.patch
rename to meta-oe/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch
diff --git a/meta-oe/recipes-devtools/gobject-introspection/gobject-introspection_0.9.10.bb b/meta-oe/recipes-gnome/gnome/gobject-introspection_0.9.10.bb
similarity index 100%
rename from meta-oe/recipes-devtools/gobject-introspection/gobject-introspection_0.9.10.bb
rename to meta-oe/recipes-gnome/gnome/gobject-introspection_0.9.10.bb
diff --git a/meta-oe/recipes-devtools/gobject-introspection/gobject-introspection_git.bb b/meta-oe/recipes-gnome/gnome/gobject-introspection_git.bb
similarity index 100%
rename from meta-oe/recipes-devtools/gobject-introspection/gobject-introspection_git.bb
rename to meta-oe/recipes-gnome/gnome/gobject-introspection_git.bb
-- 
1.7.5.3




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

* Re: [meta-oe][PATCH 0/2] Pull request #16
  2011-06-02 18:51 [meta-oe][PATCH 0/2] Pull request #16 Martin Jansa
  2011-06-02 18:51 ` [meta-oe][PATCH 1/2] gobject-introspection: add newer git version compatible with glib-2.0_git Martin Jansa
  2011-06-02 18:51 ` [meta-oe][PATCH 2/2] gobject-introspection: move to recipes-gnome to match oe-core structure Martin Jansa
@ 2011-06-02 19:08 ` Koen Kooi
  2 siblings, 0 replies; 6+ messages in thread
From: Koen Kooi @ 2011-06-02 19:08 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thanks, applied

On 02-06-11 20:51, Martin Jansa wrote:
> gobject-introspection from oe-core is not compatible with glib-2.0_git
> we have here, added newer version also with D_P -1 (as glib-2.0) has.
> 
> The following changes since commit e69c7519399c06e82e25dcbfdd300e975393b00a:
> 
>   connman: enable service when using systemd (2011-06-02 16:26:04 +0200)
> 
> are available in the git repository at:
>   git://git.openembedded.org/meta-openembedded-contrib jansa/meta-oe
>   http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-oe
> 
> Martin Jansa (2):
>   gobject-introspection: add newer git version compatible with
>     glib-2.0_git
>   gobject-introspection: move to recipes-gnome to match oe-core
>     structure
> 
>  .../use-usr-bin-env-for-python.patch               |    0
>  .../gnome}/gobject-introspection_0.9.10.bb         |    0
>  .../gnome/gobject-introspection_git.bb             |   33 ++++++++++++++++++++
>  3 files changed, 33 insertions(+), 0 deletions(-)
>  rename meta-oe/{recipes-devtools/gobject-introspection => recipes-gnome/gnome}/gobject-introspection/use-usr-bin-env-for-python.patch (100%)
>  rename meta-oe/{recipes-devtools/gobject-introspection => recipes-gnome/gnome}/gobject-introspection_0.9.10.bb (100%)
>  create mode 100644 meta-oe/recipes-gnome/gnome/gobject-introspection_git.bb
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFN59+xMkyGM64RGpERAhcjAKCZuSl5whdoDQfoo3+Pp/pBczvgpACdFzs3
zxi3McxB8eFGylvGY7l8UOA=
=3I0H
-----END PGP SIGNATURE-----




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

* Re: [meta-oe][PATCH 1/2] gobject-introspection: add newer git version compatible with glib-2.0_git
  2011-06-02 18:51 ` [meta-oe][PATCH 1/2] gobject-introspection: add newer git version compatible with glib-2.0_git Martin Jansa
@ 2011-06-02 21:52   ` Khem Raj
  2011-06-03  3:50     ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2011-06-02 21:52 UTC (permalink / raw)
  To: openembedded-devel

On Thursday, June 02, 2011 11:51:34 AM Martin Jansa 
wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  .../gobject-introspection_git.bb                   |   
33
> ++++++++++++++++++++ 1 files changed, 33 
insertions(+), 0 deletions(-)
>  create mode 100644
> meta-oe/recipes-devtools/gobject-
introspection/gobject-introspection_git.b
> b
> 
> diff --git
> a/meta-oe/recipes-devtools/gobject-
introspection/gobject-introspection_git
> .bb
> b/meta-oe/recipes-devtools/gobject-
introspection/gobject-introspection_git
> .bb new file mode 100644
> index 0000000..2a7f30c
> --- /dev/null
> +++
> b/meta-oe/recipes-devtools/gobject-
introspection/gobject-introspection_git
> .bb @@ -0,0 +1,33 @@
> +# NOTE: WIP! This recipe does not cross-compile 
atm., only -native
> +DEPENDS = "glib-2.0 libffi python-native gobject-
introspection-native"
> +DEPENDS_virtclass-native = "libffi-native python-
native bison-native
> flex-native" +BBCLASSEXTEND = "native"
> +
> +SRC_URI = "git://git.gnome.org/gobject-
introspection;protocol=git \
> +  file://use-usr-bin-env-for-python.patch \
> +"
> +
> +LICENSE = "GPLv2+ & LGPLv2+"
> +LIC_FILES_CHKSUM =
> 
"file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f 
\ +		   
> 
file://COPYING.lib;md5=3bf50002aefd002f49e7bb854063f7e7"
> +
> +SRCREV = "8d64bc23d2b837421ecf9c7b0e4b8d5d95ca0d21"
> +PV = "1.29.0+gitr${SRCPV}"
> +DEFAULT_PREFERENCE = "-1"

why DP -1

> +
> +S = "${WORKDIR}/git"
> +
> +inherit autotools
> +
> +BBCLASSEXTEND = "native"
> +
> +do_configure_prepend () {
> +        echo "EXTRA_DIST = " > ${S}/gtk-doc.make
> +}
> +
> +EXTRA_OECONF = "\
> +  --disable-gtk-doc \
> +  --disable-gtk-doc-html \
> +  --disable-gtk-doc-pdf \
> +  --disable-tests \
> +"



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

* Re: [meta-oe][PATCH 1/2] gobject-introspection: add newer git version compatible with glib-2.0_git
  2011-06-02 21:52   ` Khem Raj
@ 2011-06-03  3:50     ` Martin Jansa
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2011-06-03  3:50 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2169 bytes --]

On Thu, Jun 02, 2011 at 02:52:37PM -0700, Khem Raj wrote:
> On Thursday, June 02, 2011 11:51:34 AM Martin Jansa 
> wrote:
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> > ---
> >  .../gobject-introspection_git.bb                   |   
> 33
> > ++++++++++++++++++++ 1 files changed, 33 
> insertions(+), 0 deletions(-)
> >  create mode 100644
> > meta-oe/recipes-devtools/gobject-
> introspection/gobject-introspection_git.b
> > b
> > 
> > diff --git
> > a/meta-oe/recipes-devtools/gobject-
> introspection/gobject-introspection_git
> > .bb
> > b/meta-oe/recipes-devtools/gobject-
> introspection/gobject-introspection_git
> > .bb new file mode 100644
> > index 0000000..2a7f30c
> > --- /dev/null
> > +++
> > b/meta-oe/recipes-devtools/gobject-
> introspection/gobject-introspection_git
> > .bb @@ -0,0 +1,33 @@
> > +# NOTE: WIP! This recipe does not cross-compile 
> atm., only -native
> > +DEPENDS = "glib-2.0 libffi python-native gobject-
> introspection-native"
> > +DEPENDS_virtclass-native = "libffi-native python-
> native bison-native
> > flex-native" +BBCLASSEXTEND = "native"
> > +
> > +SRC_URI = "git://git.gnome.org/gobject-
> introspection;protocol=git \
> > +  file://use-usr-bin-env-for-python.patch \
> > +"
> > +
> > +LICENSE = "GPLv2+ & LGPLv2+"
> > +LIC_FILES_CHKSUM =
> > 
> "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f 
> \ +		   
> > 
> file://COPYING.lib;md5=3bf50002aefd002f49e7bb854063f7e7"
> > +
> > +SRCREV = "8d64bc23d2b837421ecf9c7b0e4b8d5d95ca0d21"
> > +PV = "1.29.0+gitr${SRCPV}"
> > +DEFAULT_PREFERENCE = "-1"
> 
> why DP -1

because it's for glib-2.0_git with DP -1 and both are development
snapshots. glib-2.0_git was added mostly for it's gdbus-codegen
integration (before we had this in separate recipe gdbus-binding-tool,
because it was also separate repo). And it needs also changed code and
command line arguments to call gdbus-codegen were changed... so we've
updated SHR code for it but I wanted to give other people more time
before making it new default version.
 
Regards,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-02 18:51 [meta-oe][PATCH 0/2] Pull request #16 Martin Jansa
2011-06-02 18:51 ` [meta-oe][PATCH 1/2] gobject-introspection: add newer git version compatible with glib-2.0_git Martin Jansa
2011-06-02 21:52   ` Khem Raj
2011-06-03  3:50     ` Martin Jansa
2011-06-02 18:51 ` [meta-oe][PATCH 2/2] gobject-introspection: move to recipes-gnome to match oe-core structure Martin Jansa
2011-06-02 19:08 ` [meta-oe][PATCH 0/2] Pull request #16 Koen Kooi

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.