diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2017-07-20 03:44:28 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-24 18:58:53 +0200 |
commit | baa7758845df8c6adc445ace7c025f691a243d31 (patch) | |
tree | ef56a3c400ccb94f67064b1c76a3ecb009013703 /meta-gnome/recipes-gnome | |
parent | e5fd08cc4b230efd2c9564853a17cff873ab98d2 (diff) | |
download | meta-openembedded-baa7758845df8c6adc445ace7c025f691a243d31.tar.gz |
libgnomekbd: 2.32 -> 3.22
Remove --disable-schemas-install:
...
|QA Issue: libgnomekbd: configure was passed unrecognised
options: --disable-schemas-install [unknown-configure-option]
...
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
3 files changed, 17 insertions, 23 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb index c1db6d3b4..9a1897240 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb | |||
@@ -40,7 +40,4 @@ FILES_${PN}-dbg += "${libdir}/gnome-settings-daemon-2.0/.debug" | |||
40 | FILES_${PN}-dev += "${libdir}/gnome-settings-daemon-2.0/*.la" | 40 | FILES_${PN}-dev += "${libdir}/gnome-settings-daemon-2.0/*.la" |
41 | FILES_${PN}-staticdev += "${libdir}/gnome-settings-daemon-2.0/*.a" | 41 | FILES_${PN}-staticdev += "${libdir}/gnome-settings-daemon-2.0/*.a" |
42 | 42 | ||
43 | |||
44 | PNBLACKLIST[gnome-settings-daemon] ?= "Depends on blacklisted libgnomekbd - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
45 | |||
46 | PNBLACKLIST[gnome-settings-daemon] ?= "Depends on blacklisted gnome-desktop - the recipe will be removed on 2017-09-01 unless the issue is fixed" | 43 | PNBLACKLIST[gnome-settings-daemon] ?= "Depends on blacklisted gnome-desktop - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb deleted file mode 100644 index 852d8e1ff..000000000 --- a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | SUMMARY = "GNOME keyboard library" | ||
2 | LICENSE = "LGPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812" | ||
4 | |||
5 | SECTION = "x11/gnome/libs" | ||
6 | |||
7 | DEPENDS = "gconf gtk+ glib-2.0 libxklavier intltool-native gnome-common-native" | ||
8 | |||
9 | inherit gnome | ||
10 | |||
11 | SRC_URI[archive.md5sum] = "de32a6e3e3464b566eecdc4332bf34bd" | ||
12 | SRC_URI[archive.sha256sum] = "ddd52c4cc7d83ad7ef964a1bcb4db87407e65b00ffc3e70c088ca4ee7383d256" | ||
13 | GNOME_COMPRESS_TYPE="bz2" | ||
14 | |||
15 | do_configure_append() { | ||
16 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | ||
17 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | ||
18 | } | ||
19 | |||
20 | PNBLACKLIST[libgnomekbd] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130608/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.22.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.22.0.bb new file mode 100644 index 000000000..12ed81d4f --- /dev/null +++ b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.22.0.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "GNOME keyboard library" | ||
2 | LICENSE = "LGPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812" | ||
4 | |||
5 | SECTION = "x11/gnome/libs" | ||
6 | |||
7 | DEPENDS = "gconf glib-2.0 libxklavier gtk+3 intltool-native" | ||
8 | |||
9 | inherit gnome gobject-introspection gettext | ||
10 | |||
11 | GNOME_COMPRESS_TYPE = "xz" | ||
12 | |||
13 | SRC_URI[archive.md5sum] = "7b1ebf99f4254c99922163c262c7ff04" | ||
14 | SRC_URI[archive.sha256sum] = "340b30dabfebbd4e0e6c0fe34a378966dd5640b5d44595ab8a19b0be255d77df" | ||
15 | |||
16 | EXTRA_OECONF_remove = "--disable-schemas-install" | ||
17 | |||