From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 3/7] libgee: Update to Version 0.16.1
Date: Sun, 1 Mar 2015 07:19:27 +0100 [thread overview]
Message-ID: <20150301061927.GR2309@jama> (raw)
In-Reply-To: <1424512336-47007-4-git-send-email-sven.ebenfeld@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2426 bytes --]
On Sat, Feb 21, 2015 at 10:52:11AM +0100, Sven Ebenfeld wrote:
> ---
> meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb | 10 ++++++++++
> meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb | 10 ----------
> 2 files changed, 10 insertions(+), 10 deletions(-)
> create mode 100644 meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb
> delete mode 100644 meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb
be aware that this change breaks some components, because libgee's
pkgconfig file was renamed from gee-1.0 to gee-0.8 in
https://github.com/GNOME/libgee/commit/e6fc195b449f1462bd6eea962799b814ad2c519b
> diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb b/meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb
> new file mode 100644
> index 0000000..b761b26
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb
> @@ -0,0 +1,10 @@
> +require libgee.inc
> +PE = "1"
> +PR = "${INC_PR}.2"
> +DEPENDS += "gobject-introspection-stub"
> +DEPENDS_virtclass-native += "gobject-introspection-stub-native"
> +
> +SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
> +SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz"
> +SRC_URI[md5sum] = "d30cf203784431b0fdc3216b1acd999c"
> +SRC_URI[sha256sum] = "d95f8ea8e78f843c71b1958fa2fb445e4a325e4821ec23d0d5108d8170e564a5"
> diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb b/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb
> deleted file mode 100644
> index fbd1466..0000000
> --- a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb
> +++ /dev/null
> @@ -1,10 +0,0 @@
> -require libgee.inc
> -PE = "1"
> -PR = "${INC_PR}.2"
> -DEPENDS += "gobject-introspection-stub"
> -DEPENDS_virtclass-native += "gobject-introspection-stub-native"
> -
> -SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
> -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz"
> -SRC_URI[md5sum] = "a32bf498cf33d5e3417823a7b252ad22"
> -SRC_URI[sha256sum] = "55f39f3b28e676f6cbd9377d83edd031084436a4da41280a9503c94faffb1665"
> --
> 1.9.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2015-03-01 6:19 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-21 9:52 [meta-oe][PATCH 0/7] Some SRC_URI fixes Sven Ebenfeld
2015-02-21 9:52 ` [meta-oe][PATCH 1/7] lightmediascanner: Fix SRC_URI Sven Ebenfeld
2015-02-21 9:52 ` [meta-oe][PATCH 2/7] crda: " Sven Ebenfeld
2015-02-23 19:50 ` Sven Ebenfeld
2015-02-21 9:52 ` [meta-oe][PATCH 3/7] libgee: Update to Version 0.16.1 Sven Ebenfeld
2015-02-27 7:07 ` Martin Jansa
2015-03-01 6:19 ` Martin Jansa [this message]
2015-03-01 13:57 ` Sven Ebenfeld
2015-03-02 8:26 ` Martin Jansa
2015-02-21 9:52 ` [meta-oe][PATCH 4/7] serial-utils: Fix SRC_URI Sven Ebenfeld
2015-02-21 9:52 ` [meta-oe][PATCH 5/7] vala-dbus-binding-tool: Update to 0.4.1 and fix SRC_URI Sven Ebenfeld
2015-02-21 9:52 ` [meta-oe][PATCH 6/7] claws-mail: Fix SRC_URI Sven Ebenfeld
2015-02-21 9:52 ` [meta-oe][PATCH 7/7] pxaregs: Add source file and fix SRC_URI Sven Ebenfeld
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=20150301061927.GR2309@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@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 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.