aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-12-23 10:33:27 +0100
committerEric Bénard <eric@eukrea.com>2013-04-05 16:58:13 +0200
commit0d224e77e1fb2b05ddb3f02059ae480ee2bec636 (patch)
tree0c773861edfaebcc954682b97fccd37f8b28d77a /meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb
parent7213b5e1f18823716d1d95fca847d467808a0d01 (diff)
downloadmeta-openembedded-0d224e77e1fb2b05ddb3f02059ae480ee2bec636.tar.gz
libgnomecups: fix build with >=glib-2.31
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb')
-rw-r--r--meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb b/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb
index c932ba0182..199ee72daf 100644
--- a/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb
+++ b/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb
@@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS="glib-2.0 gtk+ pango cups intltool libgnomeui"
+PR = "r1"
+
inherit gnome pkgconfig
do_compile_append () {
@@ -11,5 +13,7 @@ do_compile_append () {
sed 's:${STAGING_DIR_HOST}::' < libgnomecups-1.0.pc.old > libgnomecups-1.0.pc
}
+SRC_URI += "file://libgnomecups-0.2.3-glib.h.patch"
+
SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b"
SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29"