diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-24 14:55:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-01 18:32:27 +0100 |
commit | ac9d1c23ba47455eb99d8c2c661fc70583d7c02b (patch) | |
tree | b3d36aa9d9189253a281d3f08c458aa9d56c2bc3 /meta | |
parent | 13fff2baf108e07eaf2d7e4c982bbdf9089c6bad (diff) | |
download | openembedded-core-ac9d1c23ba47455eb99d8c2c661fc70583d7c02b.tar.gz openembedded-core-ac9d1c23ba47455eb99d8c2c661fc70583d7c02b.tar.bz2 openembedded-core-ac9d1c23ba47455eb99d8c2c661fc70583d7c02b.zip |
gobject-introspection: Update to 0.10.8 Git
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
3 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/gobject-introspection/configure.patch b/meta/recipes-gnome/gnome/gobject-introspection/configure.patch index c441799b23..5dcd9b0259 100644 --- a/meta/recipes-gnome/gnome/gobject-introspection/configure.patch +++ b/meta/recipes-gnome/gnome/gobject-introspection/configure.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [configuration] + Index: git/common.mk =================================================================== --- git.orig/common.mk 2009-08-19 11:11:26.000000000 +0100 diff --git a/meta/recipes-gnome/gnome/gobject-introspection/pathfix.patch b/meta/recipes-gnome/gnome/gobject-introspection/pathfix.patch index 472cb8622f..a96e4b1a92 100644 --- a/meta/recipes-gnome/gnome/gobject-introspection/pathfix.patch +++ b/meta/recipes-gnome/gnome/gobject-introspection/pathfix.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + Index: git/giscanner/dumper.py =================================================================== --- git.orig/giscanner/dumper.py 2010-11-29 15:14:35.000000000 -0800 diff --git a/meta/recipes-gnome/gnome/gobject-introspection_git.bb b/meta/recipes-gnome/gnome/gobject-introspection_git.bb index a47e808aee..d5723bf038 100644 --- a/meta/recipes-gnome/gnome/gobject-introspection_git.bb +++ b/meta/recipes-gnome/gnome/gobject-introspection_git.bb @@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f \ file://COPYING.lib;md5=3bf50002aefd002f49e7bb854063f7e7" SRCREV = "efa7266bcf78478ce62e8dd778a4f0417bfd4d15" -PV = "0.0+git${SRCPV}" -PR = "r3" +PV = "0.10.8+git${SRCPV}" +PR = "r4" S = "${WORKDIR}/git" |