diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-08-26 13:07:01 +0300 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-31 19:17:08 +0200 |
| commit | d518b89505e1a000ba0042f626bc6a6be3c70bbe (patch) | |
| tree | 1bf43f7b4d7e0486e56f7cf1d7665374a99b0639 /meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb | |
| parent | 3f60517f5fea6590ac0a52cc99f10a0b91189f35 (diff) | |
| download | meta-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/libgnomekbd_2.32.0.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 d14806215c..969df3b957 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 | ||
| 11 | SRC_URI[archive.md5sum] = "de32a6e3e3464b566eecdc4332bf34bd" | 11 | SRC_URI[archive.md5sum] = "de32a6e3e3464b566eecdc4332bf34bd" |
| 12 | SRC_URI[archive.sha256sum] = "ddd52c4cc7d83ad7ef964a1bcb4db87407e65b00ffc3e70c088ca4ee7383d256" | 12 | SRC_URI[archive.sha256sum] = "ddd52c4cc7d83ad7ef964a1bcb4db87407e65b00ffc3e70c088ca4ee7383d256" |
| 13 | GNOME_COMPRESS_TYPE="bz2" | ||
| 13 | 14 | ||
| 14 | do_configure_append() { | 15 | do_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 |
