From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][meta-efl][PATCH 11/11] libgee: upgrade to 0.6.4
Date: Wed, 2 May 2012 11:37:30 +0200 [thread overview]
Message-ID: <1335951450-28468-1-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <cover.1335766581.git.Martin.Jansa@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-oe/recipes-devtools/libgee/libgee_0.6.0.bb | 12 ------------
meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb | 11 +++++++++++
2 files changed, 11 insertions(+), 12 deletions(-)
delete mode 100644 meta-oe/recipes-devtools/libgee/libgee_0.6.0.bb
create mode 100644 meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb
diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.6.0.bb b/meta-oe/recipes-devtools/libgee/libgee_0.6.0.bb
deleted file mode 100644
index 4e305b6..0000000
--- a/meta-oe/recipes-devtools/libgee/libgee_0.6.0.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-require libgee.inc
-PE = "1"
-PR = "${INC_PR}.1"
-#autoreconf needs introspection.m4 (staged by gobject-introspection-native) after http://git.gnome.org/browse/libgee/commit/?id=d026a29b38ca1a3388981c6e75a92602212373d8
-DEPENDS += "gobject-introspection-native"
-DEPENDS_virtclass-native += "gobject-introspection-native"
-
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${BPN}-${PV}.tar.bz2"
-S = "${WORKDIR}/${BPN}-${PV}"
-
-SRC_URI[md5sum] = "4eb513b23ab6ea78884989518a4acf6f"
-SRC_URI[sha256sum] = "e586678d0a88637abeaaf850b62231000772e79ea6d9c4b45dc3cea99f778a7a"
diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb b/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb
new file mode 100644
index 0000000..4e2c643
--- /dev/null
+++ b/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb
@@ -0,0 +1,11 @@
+require libgee.inc
+PE = "1"
+PR = "${INC_PR}.0"
+#autoreconf needs introspection.m4 (staged by gobject-introspection-native) after http://git.gnome.org/browse/libgee/commit/?id=d026a29b38ca1a3388981c6e75a92602212373d8
+DEPENDS += "gobject-introspection-native"
+DEPENDS_virtclass-native += "gobject-introspection-native"
+
+SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,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.7.8.6
next prev parent reply other threads:[~2012-05-02 9:47 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-30 6:31 [meta-oe][meta-efl][PATCH 0/6] fixes for gcc, glib-2.0 upgrade Martin Jansa
2012-04-30 6:31 ` [meta-oe][meta-efl][PATCH 1/6] libsoup-2.4, gobject-introspection: upgraded in oe-core Martin Jansa
2012-05-07 16:31 ` Martin Jansa
2012-04-30 6:31 ` [meta-oe][meta-efl][PATCH 2/6] midori: upgrade to 0.4.5 Martin Jansa
2012-04-30 6:31 ` [meta-oe][meta-efl][PATCH 3/6] libgpewidget: fix build with glib-2.32 Martin Jansa
2012-04-30 6:31 ` [meta-oe][meta-efl][PATCH 4/6] epdfview: " Martin Jansa
2012-04-30 6:31 ` [meta-oe][meta-efl][PATCH 5/6] tangogps: " Martin Jansa
2012-04-30 6:31 ` [meta-oe][meta-efl][PATCH 6/6] webkit-efl: fix build with gcc-4.7 Martin Jansa
2012-04-30 10:44 ` [meta-oe][meta-efl][PATCH 7/7] gtkmathview: " Martin Jansa
2012-04-30 19:36 ` [meta-oe][meta-efl][PATCH 8/8] abiword: fix build with glib-2.32 Martin Jansa
2012-04-30 19:36 ` [meta-oe][meta-efl][PATCH 9/9] libav-0.7.4: fix build with gcc-4.7 Martin Jansa
2012-05-01 11:43 ` [meta-oe][meta-efl][PATCH 10/10] xorg: remove BBCLASSEXTENDs for gtk+-native they should be in oe-core Martin Jansa
2012-05-02 9:37 ` Martin Jansa [this message]
2012-05-02 9:38 ` [meta-oe][meta-efl][PATCH 12/12] vala-dbus-biniding-tool: bump SRCREV Martin Jansa
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=1335951450-28468-1-git-send-email-Martin.Jansa@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox