Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Cc: Martin Jansa <martin.jansa@gmail.com>
Subject: Re: [PATCH] ofono: upgrade to 1.6
Date: Tue, 01 May 2012 11:29:27 -0700	[thread overview]
Message-ID: <4FA02B87.6050508@linux.intel.com> (raw)
In-Reply-To: <1335689202-30557-1-git-send-email-Martin.Jansa@gmail.com>

On 04/29/2012 01:46 AM, Martin Jansa wrote:
> * 1.5 is not compatible with glib-2.32 and newer
>    | In file included from gisi/client.h:30:0,
>    |                  from gisi/client.c:33:
>    |/OE/shr-core/tmp-eglibc/sysroots/spitz/usr/include/glib-2.0/glib/gtypes.h:28:2: error: #error "Only<glib.h>  can be included directly."
>
> Signed-off-by: Martin Jansa<Martin.Jansa@gmail.com>
> ---
>   meta/recipes-connectivity/ofono/ofono_1.5.bb |   14 --------------
>   meta/recipes-connectivity/ofono/ofono_1.6.bb |   15 +++++++++++++++
>   2 files changed, 15 insertions(+), 14 deletions(-)
>   delete mode 100644 meta/recipes-connectivity/ofono/ofono_1.5.bb
>   create mode 100644 meta/recipes-connectivity/ofono/ofono_1.6.bb
>
> diff --git a/meta/recipes-connectivity/ofono/ofono_1.5.bb b/meta/recipes-connectivity/ofono/ofono_1.5.bb
> deleted file mode 100644
> index dad813f..0000000
> --- a/meta/recipes-connectivity/ofono/ofono_1.5.bb
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -require ofono.inc
> -
> -PR = "r1"
> -
> -SRC_URI  = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \
> -	          file://ofono"
> -
> -EXTRA_OECONF += "\
> -    --enable-test \
> -    ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
> -"
> -
> -SRC_URI[md5sum] = "a54935a2a86b90300410c6c033284f6c"
> -SRC_URI[sha256sum] = "3a70608c17f3dca34c1e057aacdf836021322dfdcaf9edc777119eafe48076b3"
> diff --git a/meta/recipes-connectivity/ofono/ofono_1.6.bb b/meta/recipes-connectivity/ofono/ofono_1.6.bb
> new file mode 100644
> index 0000000..386ffee
> --- /dev/null
> +++ b/meta/recipes-connectivity/ofono/ofono_1.6.bb
> @@ -0,0 +1,15 @@
> +require ofono.inc
> +
> +SRC_URI  = "\
> +  ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \
> +  file://ofono \
> +"
> +SRC_URI[md5sum] = "d863b2b650a525cf75056085398bc8ef"
> +SRC_URI[sha256sum] = "63e38ea1cf35b00ecbab7611c6caa2adcd33eb10495f7a9f72013d4ab7a14c98"
> +
> +
> +EXTRA_OECONF += "\
> +    --enable-test \
> +    ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
> +"
> +

Merged into OE-Core

Thanks
	Sau!



  reply	other threads:[~2012-05-01 18:39 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-28  8:12 [PATCH 0/8][PULL] Recipe upgrades for ofono, iptables, etc Dongxiao Xu
2012-04-28  8:12 ` [PATCH 1/8] gst-fluendo-mpegdemux: upgrade to version 0.10.70 Dongxiao Xu
2012-04-28  8:12 ` [PATCH 2/8] telepathy-mission-control: upgrade to version 5.12.0 Dongxiao Xu
2012-04-28  8:12 ` [PATCH 3/8] telepathy-glib: upgrade to version 0.18.1 Dongxiao Xu
2012-04-28  8:12 ` [PATCH 4/8] bluez-hcidump: upgrade to version 2.4 Dongxiao Xu
2012-04-28  8:12 ` [PATCH 5/8] iproute2: upgrade to version 3.3.0 Dongxiao Xu
2012-04-28 23:29   ` Saul Wold
2012-04-28  8:12 ` [PATCH 6/8] ofono: upgrade to version 1.6 Dongxiao Xu
2012-04-29  8:45   ` Martin Jansa
2012-04-29  8:46     ` [PATCH] ofono: upgrade to 1.6 Martin Jansa
2012-05-01 18:29       ` Saul Wold [this message]
2012-04-30 15:21     ` [PATCH 6/8] ofono: upgrade to version 1.6 Saul Wold
2012-04-30 15:31       ` Khem Raj
2012-04-30 15:46       ` Koen Kooi
2012-04-28  8:12 ` [PATCH 7/8] iptables: upgrade to version 1.4.13 Dongxiao Xu
2012-04-28  8:12 ` [PATCH 8/8] distro_tracking_fields: Change for ofono, iptables, etc Dongxiao Xu
2012-05-01 18:30 ` [PATCH 0/8][PULL] Recipe upgrades " Saul Wold

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=4FA02B87.6050508@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=martin.jansa@gmail.com \
    --cc=openembedded-core@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