summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libgnome
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-08-26 13:07:01 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-31 19:17:08 +0200
commitd518b89505e1a000ba0042f626bc6a6be3c70bbe (patch)
tree1bf43f7b4d7e0486e56f7cf1d7665374a99b0639 /meta-gnome/recipes-gnome/libgnome
parent3f60517f5fea6590ac0a52cc99f10a0b91189f35 (diff)
downloadmeta-openembedded-d518b89505e1a000ba0042f626bc6a6be3c70bbe.tar.gz
gnome: add explicit bz2 compress type to older packages
The default was changed to xz in the gnomebase class to match the upstream. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libgnome')
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb1
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb1
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb1
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.3.bb1
4 files changed, 4 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb b/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb
index 0a2f41cea..27b8b9ae5 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb
@@ -10,6 +10,7 @@ PR = "r2"
10SRC_URI[archive.md5sum] = "a4345e6087ae6195d65a4674ffdca559" 10SRC_URI[archive.md5sum] = "a4345e6087ae6195d65a4674ffdca559"
11SRC_URI[archive.sha256sum] = "b2c63916866485793b87398266dd7778548c1734923c272a94d84ee011b6f7a4" 11SRC_URI[archive.sha256sum] = "b2c63916866485793b87398266dd7778548c1734923c272a94d84ee011b6f7a4"
12SRC_URI += "file://0001-libgnome-Makefile.am-allow-deprecated-symbols.patch" 12SRC_URI += "file://0001-libgnome-Makefile.am-allow-deprecated-symbols.patch"
13GNOME_COMPRESS_TYPE="bz2"
13 14
14DEPENDS += "libcanberra gconf-native gnome-vfs libbonobo esound" 15DEPENDS += "libcanberra gconf-native gnome-vfs libbonobo esound"
15 16
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
index fd8f6898e..a0f0b517b 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
@@ -12,6 +12,7 @@ DEPENDS = "gtk+ libglade libart-lgpl xineramaproto intltool-native"
12 12
13SRC_URI[archive.md5sum] = "ffcbb719c671ff5cd86e59aeba8d0b92" 13SRC_URI[archive.md5sum] = "ffcbb719c671ff5cd86e59aeba8d0b92"
14SRC_URI[archive.sha256sum] = "859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40" 14SRC_URI[archive.sha256sum] = "859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40"
15GNOME_COMPRESS_TYPE="bz2"
15 16
16FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" 17FILES_${PN} += "${libdir}/libglade/*/libcanvas.so"
17FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/" 18FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/"
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb
index d14806215..969df3b95 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb
@@ -10,6 +10,7 @@ inherit gnome
10 10
11SRC_URI[archive.md5sum] = "de32a6e3e3464b566eecdc4332bf34bd" 11SRC_URI[archive.md5sum] = "de32a6e3e3464b566eecdc4332bf34bd"
12SRC_URI[archive.sha256sum] = "ddd52c4cc7d83ad7ef964a1bcb4db87407e65b00ffc3e70c088ca4ee7383d256" 12SRC_URI[archive.sha256sum] = "ddd52c4cc7d83ad7ef964a1bcb4db87407e65b00ffc3e70c088ca4ee7383d256"
13GNOME_COMPRESS_TYPE="bz2"
13 14
14do_configure_append() { 15do_configure_append() {
15 find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g 16 find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.3.bb b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.3.bb
index 597c2ff99..6fb2786b1 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.3.bb
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.3.bb
@@ -4,3 +4,4 @@ PR = "r1"
4 4
5SRC_URI[archive.md5sum] = "ceab6f4370581d1a03c09f15cc103099" 5SRC_URI[archive.md5sum] = "ceab6f4370581d1a03c09f15cc103099"
6SRC_URI[archive.sha256sum] = "04c81f3bb5a337cdf3ed1230916f82d29857ee95eb884f58dd2f5c6860efe803" 6SRC_URI[archive.sha256sum] = "04c81f3bb5a337cdf3ed1230916f82d29857ee95eb884f58dd2f5c6860efe803"
7GNOME_COMPRESS_TYPE="bz2"