[OE-core] [PATCH] [PATCH] nss:upgrade to 3.43

2019-03-19 Thread Hong Liu
1.Upgrade nss from 3.42.1 to 3.43. Signed-off-by: Hong Liu --- meta/recipes-support/nss/{nss_3.42.1.bb => nss_3.43.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/nss/{nss_3.42.1.bb => nss_3.43.bb} (98%) diff --git a/meta/recipes-suppo

[OE-core] [PATCH] [PATCH] ofono: upgrade to 1.28

2019-03-18 Thread Hong Liu
1.Upgrade ofono from 1.25 to 1.28. 2.use-python3.patch has been merged. Signed-off-by: Hong Liu --- .../ofono/ofono/use-python3.patch | 27 --- meta/recipes-connectivity/ofono/ofono_1.25.bb | 9 --- meta/recipes-connectivity/ofono/ofono_1.28.bb | 8 ++ 3

[OE-core] [PATCH] [PATCH] openssl:upgrade to 1.1.1b

2019-03-17 Thread Hong Liu
Upgrade openssl from 1.1.1a to 1.1.1b Signed-off-by: Hong Liu --- .../openssl/{openssl_1.1.1a.bb => openssl_1.1.1b.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/openssl/{openssl_1.1.1a.bb => openssl_1.1.1b.bb} (97%) diff --git

[OE-core] [PATCH] [oe][meta-oe][PATCH] tslib: upgrade to 1.17

2019-03-04 Thread Hong Liu
Upgrade tslib from 1.16 to 1.17 Signed-off-by: Hong Liu --- .../recipes-graphics/tslib/{tslib_1.16.bb => tslib_1.17.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/tslib/{tslib_1.16.bb => tslib_1.17.bb} (96%) diff --git a/meta-oe/r

[OE-core] [PATCH] [PATCH] wayland:Upgrade to 1.16.91

2019-02-25 Thread Hong Liu
Upgrade wayland from 1.16.0 to 1.16.91. Signed-off-by: Hong Liu --- .../wayland/{wayland_1.16.0.bb => wayland_1.16.91.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{wayland_1.16.0.bb => wayland_1.16.91.bb} (92%) diff --git

[OE-core] [PATCH] [PATCH] sqlite3:upgrade to 3.27.2

2019-02-25 Thread Hong Liu
Upgrade sqlite from 3.26.0 to 3.27.2. Signed-off-by: Hong Liu --- meta/recipes-support/sqlite/sqlite3_3.26.0.bb | 10 -- meta/recipes-support/sqlite/sqlite3_3.27.2.bb | 10 ++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta/recipes-support/sqlite

[OE-core] [PATCH] [PATCH] cairo:upgrade to 1.17.2

2019-02-22 Thread Hong Liu
Upgrade cairo from 1.16.0 to 1.17.2 Signed-off-by: Hong Liu --- .../cairo/{cairo_1.16.0.bb => cairo_1.17.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/cairo/{cairo_1.16.0.bb => cairo_1.17.2.bb} (94%) diff --git a/meta/r

[OE-core] [PATCH] mdadm: add init and service scripts

2019-01-17 Thread Hong Liu
Add init script and service file for sysvinit and systemd. Signed-off-by: Hong Liu --- meta/recipes-extended/mdadm/files/mdadm.init | 72 meta/recipes-extended/mdadm/mdadm_4.1.bb | 22 +- 2 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 meta

[OE-core] [PATCH] [thud][PATCH] mdadm: add init and service scripts

2019-01-17 Thread Hong Liu
Add init script and service file for sysvinit and systemd. Signed-off-by: Hong Liu --- meta/recipes-extended/mdadm/files/mdadm.init | 72 meta/recipes-extended/mdadm/mdadm_4.0.bb | 23 ++- 2 files changed, 93 insertions(+), 2 deletions(-) create mode 100644 meta

[OE-core] [PATCH] [PATCH] dbus:upgrade to 1.13.6

2019-01-08 Thread Hong Liu
1.Upgrade dbus from 1.12.10 to 1.13.6. 2.Upgrade dbus-test from 1.12.10 to 1.13.6. Signed-off-by: Hong Liu --- .../dbus/{dbus-test_1.12.10.bb => dbus-test_1.13.6.bb}| 4 ++-- meta/recipes-core/dbus/{dbus_1.12.10.bb => dbus_1.13.6.bb}| 4 ++-- 2 files changed, 4 insertions

[OE-core] [PATCH] [PATCH] python3-pbr:Upgrade to 5.1.1

2019-01-08 Thread Hong Liu
Upgrade python3-pbr from 4.2.0 to 5.1.1. Signed-off-by: Hong Liu --- meta/recipes-devtools/python/python-pbr.inc | 4 ++-- .../python/{python3-pbr_4.2.0.bb => python3-pbr_5.1.1.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/pyt

[OE-core] [PATCH] [PATCH] python-setuptools:upgrade to 40.6.2

2019-01-08 Thread Hong Liu
1.Upgrade python-setuptools from 40.0.0 to 40.6.2 Signed-off-by: Hong Liu --- meta/recipes-devtools/python/python-setuptools.inc| 4 ++-- ...ython-setuptools_40.0.0.bb => python-setuptools_40.6.2.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devto

[OE-core] [oe-core] [PATCH] Added armeb into meson.bbclass.

2019-01-01 Thread Hong Liu
From: Lei Maohui Signed-off-by: Lei Maohui --- meta/classes/meson.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass index 3cbdcf1..a922ae5 100644 --- a/meta/classes/meson.bbclass +++ b/meta/classes/meson.bbclass @@ -54,6 +54,8

[OE-core] [PATCH] Added armeb into QEMU_TARGETS.

2019-01-01 Thread Hong Liu
From: Lei Maohui Signed-off-by: Lei Maohui --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index f5de8f2..e9c2681 100644 --- a/meta-poky/conf/distro/poky.conf +++

[OE-core] [PATCH] [PATCH] python-setuptools:upgrade to 40.6.2

2018-12-11 Thread Hong Liu
1.Upgrade python-setuptools from 40.0.0 to 40.6.2 Signed-off-by: Hong Liu --- meta/recipes-devtools/python/python-setuptools.inc| 4 ++-- ...ython-setuptools_40.0.0.bb => python-setuptools_40.6.2.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devto

[OE-core] [PATCH] [PATCH] tcl:upgrade to 8.6.9

2018-12-04 Thread Hong Liu
1.Upgrade tcl from 8.6.8 to 8.6.9. Signed-off-by: Hong Liu --- meta/recipes-devtools/tcltk/{tcl_8.6.8.bb => tcl_8.6.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/tcltk/{tcl_8.6.8.bb => tcl_8.6.9.bb} (95%) diff --git a/meta/recipes-devtools

[OE-core] [PATCH] [PATCH] e2fsprogs:1.44.3->1.44.4

2018-10-16 Thread Hong Liu
Upgrade e2fsprogs from 1.44.3 to 1.44.4 Signed-off-by: Hong Liu --- .../e2fsprogs/{e2fsprogs_1.44.3.bb => e2fsprogs_1.44.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.44.3.bb => e2fsprogs_1.44.4.bb} (98%)

[OE-core] [PATCH] [PATCH] geoipupdate:2.5.0->3.1.1

2018-10-16 Thread Hong Liu
1.Upgrade geoipupdate from 2.5.0 to 3.1.1. Signed-off-by: Hong Liu --- .../geoip/{geoipupdate-2.5.0 => geoipupdate-3.1.1}/GeoIP.conf | 0 .../{geoipupdate-2.5.0 => geoipupdate-3.1.1}/geoipupdate.cron | 0 .../geoip/{geoipupdate_2.5.0.bb => geoipupdate_3.1.1.bb} | 8 ++

[OE-core] [PATCH] [PATCH] harfbuzz:1.8.8->1.9.0

2018-10-16 Thread Hong Liu
1.Upgrade harfbuzz from 1.8.8 to 1.9.0. Signed-off-by: Hong Liu --- .../harfbuzz/{harfbuzz_1.8.8.bb => harfbuzz_1.9.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.8.8.bb => harfbuzz_1.9.0.bb} (90%) diff

[OE-core] [PATCH] [PATCH] adwaita-icon-theme:upgrade to 3.30.0

2018-09-25 Thread Hong Liu
Upgrade adwaita-icon-theme from 3.28.0 to 3.30.0 Signed-off-by: Hong Liu --- .../{adwaita-icon-theme_3.28.0.bb => adwaita-icon-theme_3.30.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.28.0.bb => adwait

[OE-core] [PATCH] [PATCH] libdrm:2.4.93 -> 2.4.94

2018-09-04 Thread Hong Liu
Upgrade libdrm from 2.4.93 to 2.4.94. Signed-off-by: Hong Liu --- meta/recipes-graphics/drm/{libdrm_2.4.93.bb => libdrm_2.4.94.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.93.bb => libdrm_2.4.94.bb} (95%) diff --git a/meta/r

[OE-core] [PATCH] [PATCH]python-setuptools:upgrade to 40.2.0

2018-08-28 Thread Hong Liu
Upgrade python-setuptools from 40.0.0 to 40.2.0 Signed-off-by: Hong Liu --- meta/recipes-devtools/python/python-setuptools.inc| 4 ++-- .../{python-setuptools_40.0.0.bb => python-setuptools_40.2.0.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename m

[OE-core] [PATCH] [PATCH] pango:1.40.14 -> 1.42.4

2018-08-28 Thread Hong Liu
1.Upgrade pango from 1.40.14 to 1.42.4 2.Add new depends fribidi Signed-off-by: Hong Liu --- meta/recipes-graphics/pango/{pango_1.40.14.bb => pango_1.42.4.bb} | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-graphics/pango/{pango_1.40.14.bb => pango_1.4

[OE-core] [PATCH] [PATCH]ca-certificates:update to 20180409

2018-08-28 Thread Hong Liu
1.Upgrade ca-certificates from 20170717 to 20180409. 2.Modify debain homepage from http to https Signed-off-by: Hong Liu --- .../{ca-certificates_20170717.bb => ca-certificates_20180409.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support

[OE-core] [PATCH] [PATCH] createrepo-c:0.10.0 -> 0.11.0

2018-08-07 Thread Hong Liu
Upgrade createrepo-c from 0.10.0 to 0.11.0 Signed-off-by: Hong Liu --- meta/recipes-devtools/createrepo-c/createrepo-c_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb b/meta/recipes-devtools/createrepo-c

[OE-core] [PATCH] icu:61.1 -> 62.1

2018-08-07 Thread Hong Liu
1.Upgrade icu from 61.1 to 62.1. 2.0001-i18n-Drop-include-xlocale.h.patch has been merged. Signed-off-by: Hong Liu --- .../icu/icu/0001-i18n-Drop-include-xlocale.h.patch | 34 -- .../icu/{icu_61.1.bb => icu_62.1.bb} | 5 ++-- 2 files changed, 2 inserti

[OE-core] [PATCH] [PATCH] vala:0.40.4 -> 0.40.8

2018-08-07 Thread Hong Liu
Upgrade vala from 0.40.4 to 0.40.8 Signed-off-by: Hong Liu --- meta/recipes-devtools/vala/{vala_0.40.4.bb => vala_0.40.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/vala/{vala_0.40.4.bb => vala_0.40.8.bb} (64%) diff --git a/meta/recipes-de

[OE-core] [PATCH] [PATCH] librepo:1.8.1 -> 1.9.0

2018-08-07 Thread Hong Liu
Upgrade librepo from 1.8.1 to 1.9.0 Signed-off-by: Hong Liu --- meta/recipes-devtools/librepo/{librepo_1.8.1.bb => librepo_1.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/librepo/{librepo_1.8.1.bb => librepo_1.9.0.bb} (93%) diff --git

[OE-core] [PATCH] [PATCH] npth:1.5 -> 1.6

2018-08-07 Thread Hong Liu
Upgrade npth from 1.5 to 1.6 Signed-off-by: Hong Liu --- meta/recipes-support/npth/{npth_1.5.bb => npth_1.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/npth/{npth_1.5.bb => npth_1.6.bb} (81%) diff --git a/meta/recipes-support/npth/npth_1.5

[OE-core] [PATCH] [PATCH] xz:5.2.3 -> 5.2.4

2018-07-20 Thread Hong Liu
1.Upgrade xz from 5.2.3 to 5.2.4. 2.Modify the HomePage to https://tukaani.org/xz 3.It has been changed homepage in COPYING.so the LIC_FILES_CHKSUM has been changed. Signed-off-by: Hong Liu --- meta/recipes-extended/xz/{xz_5.2.3.bb => xz_5.2.4.bb} | 6 +++--- 1 file changed, 3 inserti

[OE-core] [PATCH] sqlite3:3.23.1 -> 3.24.0

2018-07-16 Thread Hong Liu
Upgrade sqlite3 from 3.23.1 to 3.24.0. Signed-off-by: Hong Liu --- meta/recipes-support/sqlite/{sqlite3_3.23.1.bb => sqlite3_3.24.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.23.1.bb => sqlite3_3.24.0.bb} (59%) diff

[OE-core] [PATCH] [PATCH] nss:3.37.1 -> 3.37.3

2018-07-09 Thread Hong Liu
Upgrade nss from 3.37.1 to 3.37.3 Signed-off-by: Hong Liu --- meta/recipes-support/nss/{nss_3.37.1.bb => nss_3.37.3.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-support/nss/{nss_3.37.1.bb => nss_3.37.3.bb} (97%) diff --git a/meta/recipes-suppo

[OE-core] [PATCH] [PATCH] icu:61.1 -> 62.1

2018-07-09 Thread Hong Liu
Upgrade icu from 61.1 to 62.1. Signed-off-by: Hong Liu --- meta/recipes-support/icu/{icu_61.1.bb => icu_62.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-support/icu/{icu_61.1.bb => icu_62.1.bb} (80%) diff --git a/meta/recipes-support/icu/icu_61.1

[OE-core] [PATCH] [PATCH] harfbuzz:1.7.5 -> 1.7.6

2018-07-09 Thread Hong Liu
Upgrade harfbuzz from 1.7.5 to 1.7.6. Signed-off-by: Hong Liu --- .../harfbuzz/{harfbuzz_1.7.5.bb => harfbuzz_1.7.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.7.5.bb => harfbuzz_1.7.6.bb} (88%) diff

[OE-core] [PATCH] [PATCH] ethtool:4.16 -> 4.17

2018-07-09 Thread Hong Liu
Upgrade ethtool from 4.16 to 4.17 Signed-off-by: Hong Liu --- meta/recipes-extended/ethtool/{ethtool_4.16.bb => ethtool_4.17.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_4.16.bb => ethtool_4.17.bb} (88%) diff --git a/meta/r

[OE-core] [PATCH] [PATCH] file:5.32 -> 5.33

2018-07-09 Thread Hong Liu
Upgrade file from 5.32 to 5.33 Signed-off-by: Hong Liu --- .../file/file/0001-Add-P-prompt-into-Usage-info.patch | 14 -- meta/recipes-devtools/file/{file_5.32.bb => file_5.33.bb} | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) rename meta/recipes-devtools/f

[OE-core] [PATCH] [PATCH] psmisc:23.0 -> 23.1

2018-07-09 Thread Hong Liu
Upgrade psmisc from 23.0 to 23.1 Signed-off-by: Hong Liu --- meta/recipes-extended/psmisc/{psmisc_23.0.bb => psmisc_23.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/psmisc/{psmisc_23.0.bb => psmisc_23.1.bb} (87%) diff --git a/meta/recipes-ex

[OE-core] [PATCH] [PATCH] procps:3.3.14 -> 3.3.15

2018-07-09 Thread Hong Liu
Upgrade procps from 3.3.14 to 3.3.15. Signed-off-by: Hong Liu --- meta/recipes-extended/procps/{procps_3.3.14.bb => procps_3.3.15.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/procps/{procps_3.3.14.bb => procps_3.3.15.bb} (94%) diff --git

[OE-core] [sumo][PATCH] procps:Fix-CVE-2018-1122-1123

2018-06-29 Thread Hong Liu
Fix CVE-2018-1122 & CVE-2018-1122 Signed-off-by: Hong Liu --- .../procps/procps/CVE-2018-1122.patch | 70 ++ .../procps/procps/CVE-2018-1123.patch | 84 ++ meta/recipes-extended/procps/procps_3.3.12.bb | 2 + 3 files cha

[OE-core] [PATCH] procps:Fix CVE-2018-1122-1123

2018-06-26 Thread Hong Liu
1.0001-top-Do-not-default-to-the-cwd-in-configs_read.patch fixed CVE-2018-1122 2.0001-ps-output.c-Fix-outbuf-overflows-in-pr_args-etc.patch fixed CVE-2018-1123 --- ...put.c-Fix-outbuf-overflows-in-pr_args-etc.patch | 84 + ...Do-not-default-to-the-cwd-in-configs_read.patch | 101

[OE-core] [PATCH] [PATCH] wpa-supplicant: fix the bug for PATCHTOOL = "patch"

2018-06-05 Thread Hong Liu
succeeded at 2378 (offset -62 lines). checking file src/rsn_supp/wpa_ft.c checking file src/rsn_supp/wpa_i.h Hunk #1 succeeded at 123 (offset -5 lines). So split the wpa-supplicant/key-replay-cve-multiple to 8 patches. Signed-off-by: Hong Liu --- .../wpa-supplicant/key-replay-cve-multiple.patch

[OE-core] [PATCH] [PATCH] bc:1.06 -> 1.07.1

2018-06-05 Thread Hong Liu
1.Upgrade bc from 1.06 to 1.07.1. 2.Update the checksum of LIC_FILES_CHKSUM, since GPLv3 has been added into the license of bc. Signed-off-by: Hong Liu --- meta/recipes-extended/bc/bc_1.06.bb | 26 -- meta/recipes-extended/bc/bc_1.07.1.bb | 25

[OE-core] [PATCH] [PATCH] [PATCH] bind:9.10.6 -> 9.10.7

2018-06-05 Thread Hong Liu
1.Upgrade bind from 9.10.6 to 9.10.7. 2.Update the checksum of LIC_FILES_CHKSUM, since bind has been changed. The lincese has been modified time. Signed-off-by: Hong Liu --- .../bind/{bind_9.10.6.bb => bind_9.10.7.bb} | 13 ++--- 1 file changed, 6 insertions(+)

[OE-core] [PATCH] fontconfig: 2.12.6 -> 2.13.0

2018-05-15 Thread Hong Liu
1) Upgrade fontconfig from 2.12.6 to 2.13.0. 2) Deleted 0001-src-fcxml.c-avoid-double-free-of-filename.patch because it has been fixed in new version. 3) Modify revert-static-pkgconfig.patch for new version. 4) Modify the LIC_FILES_CHKSUM for src/fccache.c has been changed in new

[OE-core] [PATCH] btrfs-tools: Update to 4.16

2018-05-03 Thread Hong Liu
From: Lei Maohui <leimao...@cn.fujitsu.com> * 0001-Fix-build-with-musl-missing-header-include-for-dev_t.patch was deleted because it has been fixed in upstream. Signed-off-by: Lei Maohui <leimao...@cn.fujitsu.com> Signed-off-by: Hong Liu <hongl.f...@cn.fujitsu.com> --- .

[OE-core] [PATCH] flex: update to 2.6.4.

2018-05-03 Thread Hong Liu
efined reference to `reallocarray' stage1flex-misc.o: In function `reallocate_array': misc.c:(.text+0xc8a): undefined reference to `reallocarray' collect2: error: ld returned 1 exit status Signed-off-by: Lei Maohui <leimao...@cn.fujitsu.com> Signed-off-by: Hong Liu <hongl.f...@cn.fujitsu.com>

[OE-core] [PATCH] xcb-proto:1.12->1.13

2018-05-03 Thread Hong Liu
1.Upgrade xcb-proto 1.12 to 1.13 2.Delete 0001-Make-whitespace-use-consistent.patch,0002-print-is-a-function-and-needs-parentheses.patch ,since it is integrated upstream. Signed-off-by: Hong Liu <hongl.f...@cn.fujitsu.com> --- .../xorg-proto/{xcb-proto_1.12.bb => xcb-prot

[OE-core] [PATCH] cups:2.2.6->2.2.7

2018-05-03 Thread Hong Liu
Upgrade cups 2.2.6 to 2.2.7 Signed-off-by: Hong Liu <hongl.f...@cn.fujitsu.com> --- meta/recipes-extended/cups/cups_2.2.6.bb | 6 -- meta/recipes-extended/cups/cups_2.2.7.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-extended/cups/cups

[OE-core] [PATCH] gtk-doc: 1.27 -> 1.28

2018-05-03 Thread Hong Liu
Upgrade gtk-doc from 1.27 to 1.28. Signed-off-by: Hong Liu <hongl.f...@cn.fujitsu.com> --- meta/recipes-gnome/gtk-doc/{gtk-doc_1.27.bb => gtk-doc_1.28.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gtk-doc/{gtk-doc_1.27.bb => gtk-doc_1.28.bb}

[OE-core] [PATCH] wayland:1.14.0->1.15.0

2018-05-03 Thread Hong Liu
Upgrade wayland from 1.14.0 to 1.15.0. Signed-off-by: Hong Liu <hongl.f...@cn.fujitsu.com> --- .../recipes-graphics/wayland/{wayland_1.14.0.bb => wayland_1.15.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{wayland_

[OE-core] [PATCH] time:1.8 -> 1.9

2018-04-24 Thread Hong Liu
Upgrade time from 1.8 to 1.9. Signed-off-by: Hong Liu <hongl.f...@cn.fujitsu.com> --- meta/recipes-extended/time/{time_1.8.bb => time_1.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/time/{time_1.8.bb => time_1.9.bb} (78%) diff --git a/