diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-05-16 18:50:38 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-21 12:45:49 +0200 |
| commit | cf4e3bbfe3c4d5fe4de02cad2501c73c3fcc6ac9 (patch) | |
| tree | f6c584657d9c371eaae325fbce9a5287c174957b /meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | |
| parent | 600ee3b8b70c36ac8a6bdf0cb417320635f66d9d (diff) | |
| download | meta-openembedded-cf4e3bbfe3c4d5fe4de02cad2501c73c3fcc6ac9.tar.gz | |
gtkhtml2: fix build with glib 2.36
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb')
| -rw-r--r-- | meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb b/meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb index 8e9df16be1..58d41eefd8 100644 --- a/meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb +++ b/meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" | |||
| 6 | 6 | ||
| 7 | SRCREV = "1161" | 7 | SRCREV = "1161" |
| 8 | PV = "2.11.0+svnr${SRCPV}" | 8 | PV = "2.11.0+svnr${SRCPV}" |
| 9 | PR = "r4" | 9 | PR = "r5" |
| 10 | 10 | ||
| 11 | SRC_URI = "svn://svn.gnome.org/svn/gtkhtml2/;module=trunk;protocol=http \ | 11 | SRC_URI = "svn://svn.gnome.org/svn/gtkhtml2/;module=trunk;protocol=http \ |
| 12 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/css-stylesheet-user.patch;striplevel=0;name=patch2 \ | 12 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/css-stylesheet-user.patch;striplevel=0;name=patch2 \ |
| @@ -14,6 +14,7 @@ SRC_URI = "svn://svn.gnome.org/svn/gtkhtml2/;module=trunk;protocol=http \ | |||
| 14 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/add-end-element-signal.patch;striplevel=0;name=patch4 \ | 14 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/add-end-element-signal.patch;striplevel=0;name=patch4 \ |
| 15 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/add-dom-functions.patch;striplevel=0;name=patch5 \ | 15 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/add-dom-functions.patch;striplevel=0;name=patch5 \ |
| 16 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/iain-mem-leak.patch;striplevel=0;name=patch6 \ | 16 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/iain-mem-leak.patch;striplevel=0;name=patch6 \ |
| 17 | file://0001-tests-main.c-fix-build-with-glib-2.36.patch \ | ||
| 17 | " | 18 | " |
| 18 | 19 | ||
| 19 | SRC_URI[patch2.md5sum] = "05fc3627ca364095702dc804f41c8391" | 20 | SRC_URI[patch2.md5sum] = "05fc3627ca364095702dc804f41c8391" |
