All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Package Upgrades
@ 2016-01-11  5:58 Chen Qi
  2016-01-11  5:58 ` [PATCH 1/7] pciutils: upgrade to 3.4.1 Chen Qi
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Chen Qi @ 2016-01-11  5:58 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 5661d8cb7849df62358368743134c0aaf523965e:

  image: Really remove lockfiles flag (2016-01-07 13:41:47 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/PU-20160111
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/PU-20160111

Chen Qi (7):
  pciutils: upgrade to 3.4.1
  resolvconf: upgrade to 1.78
  kmod: upgrade to 22
  at: upgrade to 3.18
  sysstat: upgrade to 11.2.0
  curl: upgrade to 7.46
  xz: upgrade to 5.2.2

 .../{pciutils_3.3.1.bb => pciutils_3.4.1.bb}        |  4 ++--
 .../{resolvconf_1.77.bb => resolvconf_1.78.bb}      |  6 +++---
 .../at/at/fix_parallel_build_error.patch            | 21 ++++++++++++++-------
 .../at/{at_3.1.16.bb => at_3.1.18.bb}               |  6 +++---
 .../{sysstat_11.1.5.bb => sysstat_11.2.0.bb}        |  5 ++---
 .../xz/{xz_5.2.1.bb => xz_5.2.2.bb}                 |  4 ++--
 meta/recipes-kernel/kmod/kmod.inc                   |  4 ++--
 .../curl/{curl_7.45.0.bb => curl_7.46.0.bb}         |  6 ++++--
 8 files changed, 32 insertions(+), 24 deletions(-)
 rename meta/recipes-bsp/pciutils/{pciutils_3.3.1.bb => pciutils_3.4.1.bb} (92%)
 rename meta/recipes-connectivity/resolvconf/{resolvconf_1.77.bb => resolvconf_1.78.bb} (90%)
 rename meta/recipes-extended/at/{at_3.1.16.bb => at_3.1.18.bb} (91%)
 rename meta/recipes-extended/sysstat/{sysstat_11.1.5.bb => sysstat_11.2.0.bb} (53%)
 rename meta/recipes-extended/xz/{xz_5.2.1.bb => xz_5.2.2.bb} (90%)
 rename meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} (92%)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 1/7] pciutils: upgrade to 3.4.1
  2016-01-11  5:58 [PATCH 0/7] Package Upgrades Chen Qi
@ 2016-01-11  5:58 ` Chen Qi
  2016-01-11  5:58 ` [PATCH 2/7] resolvconf: upgrade to 1.78 Chen Qi
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 19+ messages in thread
From: Chen Qi @ 2016-01-11  5:58 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-bsp/pciutils/{pciutils_3.3.1.bb => pciutils_3.4.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-bsp/pciutils/{pciutils_3.3.1.bb => pciutils_3.4.1.bb} (92%)

diff --git a/meta/recipes-bsp/pciutils/pciutils_3.3.1.bb b/meta/recipes-bsp/pciutils/pciutils_3.4.1.bb
similarity index 92%
rename from meta/recipes-bsp/pciutils/pciutils_3.3.1.bb
rename to meta/recipes-bsp/pciutils/pciutils_3.4.1.bb
index 91a8cd3..794419a 100644
--- a/meta/recipes-bsp/pciutils/pciutils_3.3.1.bb
+++ b/meta/recipes-bsp/pciutils/pciutils_3.4.1.bb
@@ -13,8 +13,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.xz \
            file://guess-fix.patch \
            file://makefile.patch"
 
-SRC_URI[md5sum] = "4c340a317987d61a11ee2cf139ef1191"
-SRC_URI[sha256sum] = "514a3bdb77e4cdbe9e970e1885af46e0ba2011bf97364368c455ade0edd4e3a9"
+SRC_URI[md5sum] = "35763bb1eab7bc9bf6eb6efb72cbc8a1"
+SRC_URI[sha256sum] = "865554cc5604d1644bd8da38d94845405e2a319a6d5acabc6a0296417684a82a"
 
 inherit multilib_header
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 2/7] resolvconf: upgrade to 1.78
  2016-01-11  5:58 [PATCH 0/7] Package Upgrades Chen Qi
  2016-01-11  5:58 ` [PATCH 1/7] pciutils: upgrade to 3.4.1 Chen Qi
@ 2016-01-11  5:58 ` Chen Qi
  2016-01-11  5:58 ` [PATCH 3/7] kmod: upgrade to 22 Chen Qi
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 19+ messages in thread
From: Chen Qi @ 2016-01-11  5:58 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../resolvconf/{resolvconf_1.77.bb => resolvconf_1.78.bb}           | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-connectivity/resolvconf/{resolvconf_1.77.bb => resolvconf_1.78.bb} (90%)

diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.77.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.78.bb
similarity index 90%
rename from meta/recipes-connectivity/resolvconf/resolvconf_1.77.bb
rename to meta/recipes-connectivity/resolvconf/resolvconf_1.78.bb
index cc37541..f4c5851 100644
--- a/meta/recipes-connectivity/resolvconf/resolvconf_1.77.bb
+++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.78.bb
@@ -11,13 +11,13 @@ AUTHOR = "Thomas Hood"
 HOMEPAGE = "http://packages.debian.org/resolvconf"
 RDEPENDS_${PN} = "bash"
 
-SRC_URI = "http://snapshot.debian.org/archive/debian/20150511T214718Z/pool/main/r/${BPN}/${BPN}_${PV}.tar.xz \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20150828T220730Z/pool/main/r/${BPN}/${BPN}_1.78.tar.xz \
            file://fix-path-for-busybox.patch \
            file://99_resolvconf \
           "
 
-SRC_URI[md5sum] = "7362d766e47bfc253500f42b30330d9f"
-SRC_URI[sha256sum] = "5a6e21e8ba6822a5f93075c8c8fe7977e34780ba551af51930d0b31fdd99ab56"
+SRC_URI[md5sum] = "373a9f9544c84aa477a7425ae773b8b5"
+SRC_URI[sha256sum] = "961b22e8fcf0c7de7e90a050323e6fa221bc8b25a5348c160be3506f7e73a7a3"
 
 # the package is taken from snapshots.debian.org; that source is static and goes stale
 # so we check the latest upstream from a directory that does get updated
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 3/7] kmod: upgrade to 22
  2016-01-11  5:58 [PATCH 0/7] Package Upgrades Chen Qi
  2016-01-11  5:58 ` [PATCH 1/7] pciutils: upgrade to 3.4.1 Chen Qi
  2016-01-11  5:58 ` [PATCH 2/7] resolvconf: upgrade to 1.78 Chen Qi
@ 2016-01-11  5:58 ` Chen Qi
  2016-01-11  5:58 ` [PATCH 4/7] at: upgrade to 3.18 Chen Qi
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 19+ messages in thread
From: Chen Qi @ 2016-01-11  5:58 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-kernel/kmod/kmod.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index 71ffdf8..0bcdcf6 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -16,9 +16,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
                    "
 inherit autotools gtk-doc
 
-SRCREV = "114ec87c85c35a2bd3682f9f891e494127be6fb5"
+SRCREV = "42f32b8ae45ad8e3a1da29c9b20af9b5e2e9e676"
 # Lookout for PV bump too when SRCREV is changed
-PV = "21+git${SRCPV}"
+PV = "22+git${SRCPV}"
 
 SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
            file://depmod-search.conf \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 4/7] at: upgrade to 3.18
  2016-01-11  5:58 [PATCH 0/7] Package Upgrades Chen Qi
                   ` (2 preceding siblings ...)
  2016-01-11  5:58 ` [PATCH 3/7] kmod: upgrade to 22 Chen Qi
@ 2016-01-11  5:58 ` Chen Qi
  2016-01-11  5:58 ` [PATCH 5/7] sysstat: upgrade to 11.2.0 Chen Qi
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 19+ messages in thread
From: Chen Qi @ 2016-01-11  5:58 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../at/at/fix_parallel_build_error.patch            | 21 ++++++++++++++-------
 .../at/{at_3.1.16.bb => at_3.1.18.bb}               |  6 +++---
 2 files changed, 17 insertions(+), 10 deletions(-)
 rename meta/recipes-extended/at/{at_3.1.16.bb => at_3.1.18.bb} (91%)

diff --git a/meta/recipes-extended/at/at/fix_parallel_build_error.patch b/meta/recipes-extended/at/at/fix_parallel_build_error.patch
index 66ff3e1..100f889 100644
--- a/meta/recipes-extended/at/at/fix_parallel_build_error.patch
+++ b/meta/recipes-extended/at/at/fix_parallel_build_error.patch
@@ -13,16 +13,23 @@ Upstream-Status: Pending
 
 Signed-off-by: Scott Garman <scott.a.garman@intel.com>
 
-Index: at-3.1.12/Makefile.in
-===================================================================
---- at-3.1.12.orig/Makefile.in
-+++ at-3.1.12/Makefile.in
-@@ -83,6 +83,8 @@ y.tab.c y.tab.h: parsetime.y
+---
+ Makefile.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/Makefile.in b/Makefile.in
+index dd3c2f8..7897e45 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -82,6 +82,8 @@ y.tab.c y.tab.h: parsetime.y
  lex.yy.c: parsetime.l
  	$(LEX) -i parsetime.l
  
 +parsetime.l: y.tab.h
 +
- atrun: atrun.in
- 	configure
+ atd.service: atd.service.in
+ 	sed -e 's![@]sbindir[@]!$(sbindir)!g' < $< > $@
  
+-- 
+1.9.1
+
diff --git a/meta/recipes-extended/at/at_3.1.16.bb b/meta/recipes-extended/at/at_3.1.18.bb
similarity index 91%
rename from meta/recipes-extended/at/at_3.1.16.bb
rename to meta/recipes-extended/at/at_3.1.18.bb
index b11b587..e83ea32 100644
--- a/meta/recipes-extended/at/at_3.1.16.bb
+++ b/meta/recipes-extended/at/at_3.1.18.bb
@@ -15,7 +15,7 @@ PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits"
 RCONFLICTS_${PN} = "atd"
 RREPLACES_${PN} = "atd"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \
+SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz;subdir=${BP} \
     file://fix_parallel_build_error.patch \
     file://posixtm.c \
     file://posixtm.h \
@@ -30,8 +30,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \
 PAM_SRC_URI = "file://pam.conf.patch \
                file://configure-add-enable-pam.patch"
 
-SRC_URI[md5sum] = "d05da75d9b75d93917ffb16ab48b1e19"
-SRC_URI[sha256sum] = "cb9af59c6a54edce9536ba629841055409d1f89d8ae26494727a97141fb4d5c1"
+SRC_URI[md5sum] = "f67a7aab557cd5b4a1311079a08acebe"
+SRC_URI[sha256sum] = "dbd5c8cb8edd53ef467363c3af0391c08769f1dbbd4d5002c59a4cd4cac11d52"
 
 EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \
                  --with-daemon_username=root \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 5/7] sysstat: upgrade to 11.2.0
  2016-01-11  5:58 [PATCH 0/7] Package Upgrades Chen Qi
                   ` (3 preceding siblings ...)
  2016-01-11  5:58 ` [PATCH 4/7] at: upgrade to 3.18 Chen Qi
@ 2016-01-11  5:58 ` Chen Qi
  2016-01-11  5:58 ` [PATCH 6/7] curl: upgrade to 7.46 Chen Qi
  2016-01-11  5:58 ` [PATCH 7/7] xz: upgrade to 5.2.2 Chen Qi
  6 siblings, 0 replies; 19+ messages in thread
From: Chen Qi @ 2016-01-11  5:58 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../sysstat/{sysstat_11.1.5.bb => sysstat_11.2.0.bb}                 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/sysstat/{sysstat_11.1.5.bb => sysstat_11.2.0.bb} (53%)

diff --git a/meta/recipes-extended/sysstat/sysstat_11.1.5.bb b/meta/recipes-extended/sysstat/sysstat_11.2.0.bb
similarity index 53%
rename from meta/recipes-extended/sysstat/sysstat_11.1.5.bb
rename to meta/recipes-extended/sysstat/sysstat_11.2.0.bb
index bff8616..7a8eb96 100644
--- a/meta/recipes-extended/sysstat/sysstat_11.1.5.bb
+++ b/meta/recipes-extended/sysstat/sysstat_11.2.0.bb
@@ -4,6 +4,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 
 SRC_URI += "file://0001-Include-needed-headers-explicitly.patch"
 
-SRC_URI[md5sum] = "4d8e6e72d057189a1660462a678d9ada"
-SRC_URI[sha256sum] = "feb3a90d86ffd69cf5b88144a8876ae05bd42384f559676f08100671589fa2bb"
-
+SRC_URI[md5sum] = "e8b615775ad98780e3f0675b91eddb19"
+SRC_URI[sha256sum] = "9806b9a662568796d3fb93ecd01ecea10d815e668337a646494953bff4bc4155"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 6/7] curl: upgrade to 7.46
  2016-01-11  5:58 [PATCH 0/7] Package Upgrades Chen Qi
                   ` (4 preceding siblings ...)
  2016-01-11  5:58 ` [PATCH 5/7] sysstat: upgrade to 11.2.0 Chen Qi
@ 2016-01-11  5:58 ` Chen Qi
  2016-01-11 18:20   ` Khem Raj
  2016-01-11  5:58 ` [PATCH 7/7] xz: upgrade to 5.2.2 Chen Qi
  6 siblings, 1 reply; 19+ messages in thread
From: Chen Qi @ 2016-01-11  5:58 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} (92%)

diff --git a/meta/recipes-support/curl/curl_7.45.0.bb b/meta/recipes-support/curl/curl_7.46.0.bb
similarity index 92%
rename from meta/recipes-support/curl/curl_7.45.0.bb
rename to meta/recipes-support/curl/curl_7.46.0.bb
index a7ed778..8b109ba 100644
--- a/meta/recipes-support/curl/curl_7.45.0.bb
+++ b/meta/recipes-support/curl/curl_7.46.0.bb
@@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
 #
 SRC_URI += " file://configure_ac.patch"
 
-SRC_URI[md5sum] = "62c1a352b28558f25ba6209214beadc8"
-SRC_URI[sha256sum] = "65154e66b9f8a442b57c436904639507b4ac37ec13d6f8a48248f1b4012b98ea"
+SRC_URI[md5sum] = "9979f989a2a9930d10f1b3deeabc2148"
+SRC_URI[sha256sum] = "b7d726cdd8ed4b6db0fa1b474a3c59ebbbe4dcd4c61ac5e7ade0e0270d3195ad"
 
 inherit autotools pkgconfig binconfig multilib_header
 
@@ -55,4 +55,6 @@ PACKAGES =+ "lib${BPN}"
 FILES_lib${BPN} = "${libdir}/lib*.so.*"
 RRECOMMENDS_lib${BPN} += "ca-certificates"
 
+FILES_${PN}-dev += "${datadir}/zsh"
+
 BBCLASSEXTEND = "native nativesdk"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 7/7] xz: upgrade to 5.2.2
  2016-01-11  5:58 [PATCH 0/7] Package Upgrades Chen Qi
                   ` (5 preceding siblings ...)
  2016-01-11  5:58 ` [PATCH 6/7] curl: upgrade to 7.46 Chen Qi
@ 2016-01-11  5:58 ` Chen Qi
  6 siblings, 0 replies; 19+ messages in thread
From: Chen Qi @ 2016-01-11  5:58 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-extended/xz/{xz_5.2.1.bb => xz_5.2.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/xz/{xz_5.2.1.bb => xz_5.2.2.bb} (90%)

diff --git a/meta/recipes-extended/xz/xz_5.2.1.bb b/meta/recipes-extended/xz/xz_5.2.2.bb
similarity index 90%
rename from meta/recipes-extended/xz/xz_5.2.1.bb
rename to meta/recipes-extended/xz/xz_5.2.2.bb
index cf7fba6..d118f3a 100644
--- a/meta/recipes-extended/xz/xz_5.2.1.bb
+++ b/meta/recipes-extended/xz/xz_5.2.2.bb
@@ -22,8 +22,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \
                     file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 "
 
 SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz"
-SRC_URI[md5sum] = "3e44c766c3fb4f19e348e646fcd5778a"
-SRC_URI[sha256sum] = "b918b6648076e74f8d7ae19db5ee663df800049e187259faf5eb997a7b974681"
+SRC_URI[md5sum] = "7cf6a8544a7dae8e8106fdf7addfa28c"
+SRC_URI[sha256sum] = "73df4d5d34f0468bd57d09f2d8af363e95ed6cc3a4a86129d2f2c366259902a2"
 
 inherit autotools gettext
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 19+ messages in thread

* Re: [PATCH 6/7] curl: upgrade to 7.46
  2016-01-11  5:58 ` [PATCH 6/7] curl: upgrade to 7.46 Chen Qi
@ 2016-01-11 18:20   ` Khem Raj
  2016-01-12  1:18     ` ChenQi
  0 siblings, 1 reply; 19+ messages in thread
From: Khem Raj @ 2016-01-11 18:20 UTC (permalink / raw)
  To: Chen Qi; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1694 bytes --]


> On Jan 10, 2016, at 9:58 PM, Chen Qi <Qi.Chen@windriver.com> wrote:
> 
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
> meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
> rename meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} (92%)
> 
> diff --git a/meta/recipes-support/curl/curl_7.45.0.bb b/meta/recipes-support/curl/curl_7.46.0.bb
> similarity index 92%
> rename from meta/recipes-support/curl/curl_7.45.0.bb
> rename to meta/recipes-support/curl/curl_7.46.0.bb
> index a7ed778..8b109ba 100644
> --- a/meta/recipes-support/curl/curl_7.45.0.bb
> +++ b/meta/recipes-support/curl/curl_7.46.0.bb
> @@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
> #
> SRC_URI += " file://configure_ac.patch"
> 
> -SRC_URI[md5sum] = "62c1a352b28558f25ba6209214beadc8"
> -SRC_URI[sha256sum] = "65154e66b9f8a442b57c436904639507b4ac37ec13d6f8a48248f1b4012b98ea"
> +SRC_URI[md5sum] = "9979f989a2a9930d10f1b3deeabc2148"
> +SRC_URI[sha256sum] = "b7d726cdd8ed4b6db0fa1b474a3c59ebbbe4dcd4c61ac5e7ade0e0270d3195ad"
> 
> inherit autotools pkgconfig binconfig multilib_header
> 
> @@ -55,4 +55,6 @@ PACKAGES =+ "lib${BPN}"
> FILES_lib${BPN} = "${libdir}/lib*.so.*"
> RRECOMMENDS_lib${BPN} += "ca-certificates"
> 
> +FILES_${PN}-dev += "${datadir}/zsh”

what files are in ${datadir}/zsh ?

> +

> BBCLASSEXTEND = "native nativesdk"
> --
> 1.9.1
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PATCH 6/7] curl: upgrade to 7.46
  2016-01-11 18:20   ` Khem Raj
@ 2016-01-12  1:18     ` ChenQi
  2016-01-12  1:23       ` Khem Raj
  0 siblings, 1 reply; 19+ messages in thread
From: ChenQi @ 2016-01-12  1:18 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

On 01/12/2016 02:20 AM, Khem Raj wrote:
>> On Jan 10, 2016, at 9:58 PM, Chen Qi <Qi.Chen@windriver.com> wrote:
>>
>> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
>> ---
>> meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} | 6 ++++--
>> 1 file changed, 4 insertions(+), 2 deletions(-)
>> rename meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} (92%)
>>
>> diff --git a/meta/recipes-support/curl/curl_7.45.0.bb b/meta/recipes-support/curl/curl_7.46.0.bb
>> similarity index 92%
>> rename from meta/recipes-support/curl/curl_7.45.0.bb
>> rename to meta/recipes-support/curl/curl_7.46.0.bb
>> index a7ed778..8b109ba 100644
>> --- a/meta/recipes-support/curl/curl_7.45.0.bb
>> +++ b/meta/recipes-support/curl/curl_7.46.0.bb
>> @@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
>> #
>> SRC_URI += " file://configure_ac.patch"
>>
>> -SRC_URI[md5sum] = "62c1a352b28558f25ba6209214beadc8"
>> -SRC_URI[sha256sum] = "65154e66b9f8a442b57c436904639507b4ac37ec13d6f8a48248f1b4012b98ea"
>> +SRC_URI[md5sum] = "9979f989a2a9930d10f1b3deeabc2148"
>> +SRC_URI[sha256sum] = "b7d726cdd8ed4b6db0fa1b474a3c59ebbbe4dcd4c61ac5e7ade0e0270d3195ad"
>>
>> inherit autotools pkgconfig binconfig multilib_header
>>
>> @@ -55,4 +55,6 @@ PACKAGES =+ "lib${BPN}"
>> FILES_lib${BPN} = "${libdir}/lib*.so.*"
>> RRECOMMENDS_lib${BPN} += "ca-certificates"
>>
>> +FILES_${PN}-dev += "${datadir}/zsh”
> what files are in ${datadir}/zsh ?

Hi Khem,

There's only one file in this directory. See below.

chenqi@pek-hostel-deb01:~/poky/build-systemd [1] $ cat 
tmp/work/armv5e-poky-linux-gnueabi/curl/7.46.0-r0/packages-split/curl-dev/usr/share/zsh/site-functions/_curl 

#compdef curl

# curl zsh completion

local curcontext="$curcontext" state state_descr line
typeset -A opt_args

local rc=1

_arguments -C -S \

   '*:URL:_urls' && rc=0

return rc

Best Regards,
Chen Qi

>> +
>> BBCLASSEXTEND = "native nativesdk"
>> --
>> 1.9.1
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PATCH 6/7] curl: upgrade to 7.46
  2016-01-12  1:18     ` ChenQi
@ 2016-01-12  1:23       ` Khem Raj
  2016-01-12  2:03         ` ChenQi
  0 siblings, 1 reply; 19+ messages in thread
From: Khem Raj @ 2016-01-12  1:23 UTC (permalink / raw)
  To: ChenQi; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2450 bytes --]


> On Jan 11, 2016, at 5:18 PM, ChenQi <Qi.Chen@windriver.com> wrote:
> 
> On 01/12/2016 02:20 AM, Khem Raj wrote:
>>> On Jan 10, 2016, at 9:58 PM, Chen Qi <Qi.Chen@windriver.com> wrote:
>>> 
>>> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
>>> ---
>>> meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} | 6 ++++--
>>> 1 file changed, 4 insertions(+), 2 deletions(-)
>>> rename meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} (92%)
>>> 
>>> diff --git a/meta/recipes-support/curl/curl_7.45.0.bb b/meta/recipes-support/curl/curl_7.46.0.bb
>>> similarity index 92%
>>> rename from meta/recipes-support/curl/curl_7.45.0.bb
>>> rename to meta/recipes-support/curl/curl_7.46.0.bb
>>> index a7ed778..8b109ba 100644
>>> --- a/meta/recipes-support/curl/curl_7.45.0.bb
>>> +++ b/meta/recipes-support/curl/curl_7.46.0.bb
>>> @@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
>>> #
>>> SRC_URI += " file://configure_ac.patch"
>>> 
>>> -SRC_URI[md5sum] = "62c1a352b28558f25ba6209214beadc8"
>>> -SRC_URI[sha256sum] = "65154e66b9f8a442b57c436904639507b4ac37ec13d6f8a48248f1b4012b98ea"
>>> +SRC_URI[md5sum] = "9979f989a2a9930d10f1b3deeabc2148"
>>> +SRC_URI[sha256sum] = "b7d726cdd8ed4b6db0fa1b474a3c59ebbbe4dcd4c61ac5e7ade0e0270d3195ad"
>>> 
>>> inherit autotools pkgconfig binconfig multilib_header
>>> 
>>> @@ -55,4 +55,6 @@ PACKAGES =+ "lib${BPN}"
>>> FILES_lib${BPN} = "${libdir}/lib*.so.*"
>>> RRECOMMENDS_lib${BPN} += "ca-certificates"
>>> 
>>> +FILES_${PN}-dev += "${datadir}/zsh”
>> what files are in ${datadir}/zsh ?
> 
> Hi Khem,
> 
> There's only one file in this directory. See below.
> 
> chenqi@pek-hostel-deb01:~/poky/build-systemd [1] $ cat tmp/work/armv5e-poky-linux-gnueabi/curl/7.46.0-r0/packages-split/curl-dev/usr/share/zsh/site-functions/_curl
> #compdef curl
> 
> # curl zsh completion
> 
> local curcontext="$curcontext" state state_descr line
> typeset -A opt_args
> 
> local rc=1
> 
> _arguments -C -S \
> 
>  '*:URL:_urls' && rc=0
> 
> return rc

this is a tab completion file. Please move it to PN

> 
> Best Regards,
> Chen Qi
> 
>>> +
>>> BBCLASSEXTEND = "native nativesdk"
>>> --
>>> 1.9.1
>>> 
>>> --
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PATCH 6/7] curl: upgrade to 7.46
  2016-01-12  1:23       ` Khem Raj
@ 2016-01-12  2:03         ` ChenQi
  0 siblings, 0 replies; 19+ messages in thread
From: ChenQi @ 2016-01-12  2:03 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

On 01/12/2016 09:23 AM, Khem Raj wrote:
>> On Jan 11, 2016, at 5:18 PM, ChenQi <Qi.Chen@windriver.com> wrote:
>>
>> On 01/12/2016 02:20 AM, Khem Raj wrote:
>>>> On Jan 10, 2016, at 9:58 PM, Chen Qi <Qi.Chen@windriver.com> wrote:
>>>>
>>>> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
>>>> ---
>>>> meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} | 6 ++++--
>>>> 1 file changed, 4 insertions(+), 2 deletions(-)
>>>> rename meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} (92%)
>>>>
>>>> diff --git a/meta/recipes-support/curl/curl_7.45.0.bb b/meta/recipes-support/curl/curl_7.46.0.bb
>>>> similarity index 92%
>>>> rename from meta/recipes-support/curl/curl_7.45.0.bb
>>>> rename to meta/recipes-support/curl/curl_7.46.0.bb
>>>> index a7ed778..8b109ba 100644
>>>> --- a/meta/recipes-support/curl/curl_7.45.0.bb
>>>> +++ b/meta/recipes-support/curl/curl_7.46.0.bb
>>>> @@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
>>>> #
>>>> SRC_URI += " file://configure_ac.patch"
>>>>
>>>> -SRC_URI[md5sum] = "62c1a352b28558f25ba6209214beadc8"
>>>> -SRC_URI[sha256sum] = "65154e66b9f8a442b57c436904639507b4ac37ec13d6f8a48248f1b4012b98ea"
>>>> +SRC_URI[md5sum] = "9979f989a2a9930d10f1b3deeabc2148"
>>>> +SRC_URI[sha256sum] = "b7d726cdd8ed4b6db0fa1b474a3c59ebbbe4dcd4c61ac5e7ade0e0270d3195ad"
>>>>
>>>> inherit autotools pkgconfig binconfig multilib_header
>>>>
>>>> @@ -55,4 +55,6 @@ PACKAGES =+ "lib${BPN}"
>>>> FILES_lib${BPN} = "${libdir}/lib*.so.*"
>>>> RRECOMMENDS_lib${BPN} += "ca-certificates"
>>>>
>>>> +FILES_${PN}-dev += "${datadir}/zsh”
>>> what files are in ${datadir}/zsh ?
>> Hi Khem,
>>
>> There's only one file in this directory. See below.
>>
>> chenqi@pek-hostel-deb01:~/poky/build-systemd [1] $ cat tmp/work/armv5e-poky-linux-gnueabi/curl/7.46.0-r0/packages-split/curl-dev/usr/share/zsh/site-functions/_curl
>> #compdef curl
>>
>> # curl zsh completion
>>
>> local curcontext="$curcontext" state state_descr line
>> typeset -A opt_args
>>
>> local rc=1
>>
>> _arguments -C -S \
>>
>>   '*:URL:_urls' && rc=0
>>
>> return rc
> this is a tab completion file. Please move it to PN

Done.
I've updated the remote branch.

Thanks,
Chen Qi

>> Best Regards,
>> Chen Qi
>>
>>>> +
>>>> BBCLASSEXTEND = "native nativesdk"
>>>> --
>>>> 1.9.1
>>>>
>>>> --
>>>> _______________________________________________
>>>> Openembedded-core mailing list
>>>> Openembedded-core@lists.openembedded.org
>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 0/7] package upgrades
@ 2017-11-10 12:00 Maxin B. John
  0 siblings, 0 replies; 19+ messages in thread
From: Maxin B. John @ 2017-11-10 12:00 UTC (permalink / raw)
  To: openembedded-core


Maxin B. John (7):
  ofono: upgrade to 1.21
  harfbuzz: upgrade to 1.6.3
  quota: upgrade to 4.04
  screen: upgrade to 4.6.2
  libproxy: upgrade to 0.4.15
  sqlite3: upgrade to 3.21.0
  libsoup-2.4: upgrade to 2.60.2

 meta/recipes-connectivity/ofono/ofono_1.20.bb      |   8 --
 meta/recipes-connectivity/ofono/ofono_1.21.bb      |   8 ++
 ...dentaly-override-commandline-passed-CFLAG.patch |  33 -----
 .../quota/0001-Fix-build-with-disabled-ldap.patch  |  93 -------------
 .../0001-Use-NGROUPS_MAX-instead-of-NGROUPS.patch  |  83 -----------
 ...ing-on-systems-that-do-not-have-rpc-heade.patch | 153 ---------------------
 ...-rpc.rquotad-when-disable-rpc-was-request.patch |  62 ---------
 ...0004-Fix-warnings-due-to-missing-stdlib.h.patch |  46 -------
 .../quota/quota/replace_getrpcbynumber_r.patch     |  40 ++++--
 .../quota/{quota_4.03.bb => quota_4.04.bb}         |  10 +-
 .../screen/0001-fix-for-multijob-build.patch       |  58 --------
 .../screen/0002-comm.h-now-depends-on-term.h.patch |  33 -----
 .../screen/{screen_4.6.1.bb => screen_4.6.2.bb}    |   6 +-
 .../{harfbuzz_1.4.8.bb => harfbuzz_1.6.3.bb}       |   4 +-
 .../{libproxy_0.4.14.bb => libproxy_0.4.15.bb}     |   4 +-
 ...libsoup-2.4_2.58.2.bb => libsoup-2.4_2.60.2.bb} |   4 +-
 .../sqlite/files/sqlite3-fix-CVE-2017-13685.patch  |  57 --------
 .../{sqlite3_3.20.0.bb => sqlite3_3.21.0.bb}       |   5 +-
 18 files changed, 46 insertions(+), 661 deletions(-)
 delete mode 100644 meta/recipes-connectivity/ofono/ofono_1.20.bb
 create mode 100644 meta/recipes-connectivity/ofono/ofono_1.21.bb
 delete mode 100644 meta/recipes-extended/quota/quota/0001-Do-not-accidentaly-override-commandline-passed-CFLAG.patch
 delete mode 100644 meta/recipes-extended/quota/quota/0001-Fix-build-with-disabled-ldap.patch
 delete mode 100644 meta/recipes-extended/quota/quota/0001-Use-NGROUPS_MAX-instead-of-NGROUPS.patch
 delete mode 100644 meta/recipes-extended/quota/quota/0002-Allow-building-on-systems-that-do-not-have-rpc-heade.patch
 delete mode 100644 meta/recipes-extended/quota/quota/0003-Don-t-build-rpc.rquotad-when-disable-rpc-was-request.patch
 delete mode 100644 meta/recipes-extended/quota/quota/0004-Fix-warnings-due-to-missing-stdlib.h.patch
 rename meta/recipes-extended/quota/{quota_4.03.bb => quota_4.04.bb} (73%)
 delete mode 100644 meta/recipes-extended/screen/screen/0001-fix-for-multijob-build.patch
 delete mode 100644 meta/recipes-extended/screen/screen/0002-comm.h-now-depends-on-term.h.patch
 rename meta/recipes-extended/screen/{screen_4.6.1.bb => screen_4.6.2.bb} (88%)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.4.8.bb => harfbuzz_1.6.3.bb} (88%)
 rename meta/recipes-support/libproxy/{libproxy_0.4.14.bb => libproxy_0.4.15.bb} (89%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.58.2.bb => libsoup-2.4_2.60.2.bb} (89%)
 delete mode 100644 meta/recipes-support/sqlite/files/sqlite3-fix-CVE-2017-13685.patch
 rename meta/recipes-support/sqlite/{sqlite3_3.20.0.bb => sqlite3_3.21.0.bb} (52%)

-- 
2.4.0



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 0/7] Package Upgrades
@ 2014-12-26  9:35 Chen Qi
  0 siblings, 0 replies; 19+ messages in thread
From: Chen Qi @ 2014-12-26  9:35 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit d5b0e6062a4e9f66a5b1813ed082a56cce5bee5d:

  boost : Add the atomic and chrono libraries to the build. (2014-12-25 22:05:29 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/package-upgrades
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/package-upgrades

Chen Qi (7):
  kmod: upgrade to 19
  tar: upgrade to 2.18
  sudo: upgrade to latest state version 1.8.11p2
  pciutils: upgrade to 3.3.0
  pciutils: add PACKAGECONFIG for 'hwdb'
  xz: upgrade to latest stable release 5.2.0
  grep: upgrade to 2.21

 .../pciutils/pciutils/lib-build-fix.patch          | 92 ----------------------
 .../{pciutils_3.2.1.bb => pciutils_3.3.0.bb}       | 19 ++---
 .../grep/{grep_2.19.bb => grep_2.21.bb}            |  4 +-
 meta/recipes-extended/sudo/sudo.inc                | 14 ++--
 .../sudo/{sudo_1.8.10p3.bb => sudo_1.8.11p2.bb}    |  6 +-
 ...ve_1.27.1.bb => tar-replacement-native_1.28.bb} |  0
 .../tar/{tar_1.27.1.bb => tar_1.28.bb}             |  5 +-
 .../xz/{xz_5.1.3alpha.bb => xz_5.2.0.bb}           |  4 +-
 meta/recipes-kernel/kmod/kmod.inc                  |  7 +-
 ...missing-O_CLOEXEC-in-kmod_module_get_size.patch | 27 -------
 ...alling-bswap_-instead-of-htobe-and-be-toh.patch | 21 ++---
 11 files changed, 39 insertions(+), 160 deletions(-)
 delete mode 100644 meta/recipes-bsp/pciutils/pciutils/lib-build-fix.patch
 rename meta/recipes-bsp/pciutils/{pciutils_3.2.1.bb => pciutils_3.3.0.bb} (78%)
 rename meta/recipes-extended/grep/{grep_2.19.bb => grep_2.21.bb} (87%)
 rename meta/recipes-extended/sudo/{sudo_1.8.10p3.bb => sudo_1.8.11p2.bb} (80%)
 rename meta/recipes-extended/tar/{tar-replacement-native_1.27.1.bb => tar-replacement-native_1.28.bb} (100%)
 rename meta/recipes-extended/tar/{tar_1.27.1.bb => tar_1.28.bb} (53%)
 rename meta/recipes-extended/xz/{xz_5.1.3alpha.bb => xz_5.2.0.bb} (92%)
 delete mode 100644 meta/recipes-kernel/kmod/kmod/0001-Add-missing-O_CLOEXEC-in-kmod_module_get_size.patch

-- 
1.9.1



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 0/7] Package upgrades
@ 2013-11-05  9:25 Laurentiu Palcu
  0 siblings, 0 replies; 19+ messages in thread
From: Laurentiu Palcu @ 2013-11-05  9:25 UTC (permalink / raw)
  To: openembedded-core

All packages were compiled for all major architectures, individually, and also
build tested on AB. Basic sanity tests were done using a core-image-sato for
qemux86. No issues spotted.

Laurentiu

The following changes since commit 9160f376065752e2e92c8b37ee9a80d0eb86b53b:

  bitbake: toaster: enable required classes in the toaster startup script (2013-11-04 09:36:22 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib lpalcu/upgrades
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades

Laurentiu Palcu (7):
  python-setuptools: upgrade to 1.1.7
  xf86-input-keyboard: upgrade to 1.8.0
  xtrans: upgrade to 1.3.0
  git: upgrade to 1.8.4.2
  xz: upgrade to 5.1.3alpha
  diffstat: upgrade to 1.58
  python-pycurl: upgrade to 7.19.0.2

 .../diffstat/diffstat/aclocal.patch                |   11 +++++----
 .../{diffstat_1.57.bb => diffstat_1.58.bb}         |    4 ++--
 .../git/{git_1.8.3.4.bb => git_1.8.4.2.bb}         |    4 ++--
 .../python/python-pycurl/no-static-link.patch      |   25 ++++++++++----------
 ...-pycurl_7.19.0.bb => python-pycurl_7.19.0.2.bb} |    7 +++---
 ...uptools_1.1.6.bb => python-setuptools_1.1.7.bb} |    4 ++--
 .../xz/{xz_5.1.2alpha.bb => xz_5.1.3alpha.bb}      |    4 ++--
 ...board_1.7.0.bb => xf86-input-keyboard_1.8.0.bb} |    4 ++--
 .../xorg-lib/{xtrans_1.2.7.bb => xtrans_1.3.0.bb}  |    4 ++--
 9 files changed, 33 insertions(+), 34 deletions(-)
 rename meta/recipes-devtools/diffstat/{diffstat_1.57.bb => diffstat_1.58.bb} (84%)
 rename meta/recipes-devtools/git/{git_1.8.3.4.bb => git_1.8.4.2.bb} (67%)
 rename meta/recipes-devtools/python/{python-pycurl_7.19.0.bb => python-pycurl_7.19.0.2.bb} (74%)
 rename meta/recipes-devtools/python/{python-setuptools_1.1.6.bb => python-setuptools_1.1.7.bb} (86%)
 rename meta/recipes-extended/xz/{xz_5.1.2alpha.bb => xz_5.1.3alpha.bb} (87%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-keyboard_1.7.0.bb => xf86-input-keyboard_1.8.0.bb} (73%)
 rename meta/recipes-graphics/xorg-lib/{xtrans_1.2.7.bb => xtrans_1.3.0.bb} (82%)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 0/7] Package upgrades
@ 2013-06-11 13:39 Laurentiu Palcu
  0 siblings, 0 replies; 19+ messages in thread
From: Laurentiu Palcu @ 2013-06-11 13:39 UTC (permalink / raw)
  To: openembedded-core

Tests done:
 * each package was build tested locally for all architectures (where applicable);
 * ran autobuilder nigthlies for (x86, x86-64, ppc, arm, mips). All completed
   successfully;
 * no major changes spotted in buildhistory;
 * basic functionality tests done on an ideapad s10-3t netbook with a
   core-image-sato image;

Thanks,
Laurentiu

The following changes since commit 96b144a25598090b1e58eb5e33f216b5bfef7595:

  tar: don't mv tar for nativesdk (2013-06-10 18:06:37 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib lpalcu/upgrades
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades

Laurentiu Palcu (7):
  xf86-input-synaptics: upgrade to 1.7.1
  xkeyboard-config: upgrade to 2.9
  xdpyinfo: upgrade to 1.3.1
  xf86-video-intel: upgrade to 2.21.9
  xwininfo: upgrade to 1.1.3
  libdrm: upgrade to 2.4.45
  libxt: upgrade to 1.1.4

 .../drm/{libdrm_2.4.44.bb => libdrm_2.4.45.bb}     |    4 ++--
 .../{xdpyinfo_1.3.0.bb => xdpyinfo_1.3.1.bb}       |    5 ++---
 .../{xwininfo_1.1.2.bb => xwininfo_1.1.3.bb}       |    5 ++---
 ...tics_1.7.0.bb => xf86-input-synaptics_1.7.1.bb} |    4 ++--
 ...-intel_2.21.6.bb => xf86-video-intel_2.21.9.bb} |    4 ++--
 .../xorg-lib/{libxt_1.1.3.bb => libxt_1.1.4.bb}    |    7 +++----
 ...board-config_2.8.bb => xkeyboard-config_2.9.bb} |    5 ++---
 7 files changed, 15 insertions(+), 19 deletions(-)
 rename meta/recipes-graphics/drm/{libdrm_2.4.44.bb => libdrm_2.4.45.bb} (46%)
 rename meta/recipes-graphics/xorg-app/{xdpyinfo_1.3.0.bb => xdpyinfo_1.3.1.bb} (80%)
 rename meta/recipes-graphics/xorg-app/{xwininfo_1.1.2.bb => xwininfo_1.1.3.bb} (69%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.7.0.bb => xf86-input-synaptics_1.7.1.bb} (81%)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.6.bb => xf86-video-intel_2.21.9.bb} (85%)
 rename meta/recipes-graphics/xorg-lib/{libxt_1.1.3.bb => libxt_1.1.4.bb} (85%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.8.bb => xkeyboard-config_2.9.bb} (87%)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PATCH 0/7] Package Upgrades
  2013-05-24  9:18 [PATCH 0/7] Package Upgrades Ionut Radu
@ 2013-05-27 23:14 ` Saul Wold
  0 siblings, 0 replies; 19+ messages in thread
From: Saul Wold @ 2013-05-27 23:14 UTC (permalink / raw)
  To: Ionut Radu; +Cc: openembedded-core

On 05/24/2013 06:18 PM, Ionut Radu wrote:
> test: I've tested patches with autobuilder on all 5 architectures
> (nightly-x86, nightly-x86-64, nightly-arm, nightly-ppc, nightly-mips).
> A have also tested locally on all architectures and verified that all
> images successfully build and graphics is correcly displayed.
>
> For each package individually I tested the basic functionality.
>
> apt: I build an image with deb package management and I verified the
> version with command line.
>
> The following changes since commit 21089515bd18ba18e86ec8f72ff8141b9fb1dea8:
>
>    ref-manual: Added xmlto and dblatex packages for docs (2013-05-22 17:23:41 +0100)
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/poky-contrib ionutx/work
>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ionutx/work
>
> Ionut Radu (7):
>    apt: Updated from 0.9.7.8 to 0.9.8.1
>    freetype: Updated from 2.4.11 to 2.4.12
>    libtasn1: Updated from 2.14 to 3.3
>    libsoup-2.4: Update from 2.42.1 to 2.43.1
>    matchbox-keyboard: Update to
>      0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619
>    matchbox-terminal: Updated to
>      0.0+gitAUTOINC+452bca253492a97a587f440289b9ab27d217353e
>    settings-daemon: Updated to
>      0.0+gitAUTOINC+9a99528b02255450db81176abd9bbcc1dab9a4c1
>
A number of these had issues, in addition, please make sure that you 
include your "Signed-off-by" at the end of the commit messages, A couple 
of these had it early and I almost missed it.

I will take the good uncommented on ones.

Thanks

    Sau!


>   .../disable-configure-in-makefile.patch                 |    0
>   .../fix-gcc-4.6-null-not-defined.patch                  |    0
>   .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/makerace.patch     |    0
>   .../no-ko-translation.patch                             |    0
>   .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-nls-dpkg.patch  |    0
>   .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/noconfigure.patch  |    0
>   .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/nodoc.patch        |    0
>   .../truncate-filename.patch                             |    0
>   .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/use-host.patch     |    0
>   .../{apt-native_0.9.7.8.bb => apt-native_0.9.8.1.bb}    |    0
>   .../apt/{apt_0.9.7.8.bb => apt_0.9.8.1.bb}              |    4 ++--
>   .../no-hardcode.patch                                   |    0
>   .../freetype/{freetype_2.4.11.bb => freetype_2.4.12.bb} |   11 ++++-------
>   .../matchbox-keyboard/matchbox-keyboard_git.bb          |   15 +++++++--------
>   .../matchbox-terminal/matchbox-terminal_git.bb          |    2 +-
>   .../recipes-sato/settings-daemon/settings-daemon_git.bb |    2 +-
>   .../gnutls/{libtasn1_2.14.bb => libtasn1_3.3.bb}        |    6 ++----
>   .../{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.1.bb}    |    4 ++--
>   18 files changed, 19 insertions(+), 25 deletions(-)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/disable-configure-in-makefile.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/fix-gcc-4.6-null-not-defined.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/makerace.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-ko-translation.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-nls-dpkg.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/noconfigure.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/nodoc.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/truncate-filename.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/use-host.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-native_0.9.7.8.bb => apt-native_0.9.8.1.bb} (100%)
>   rename meta/recipes-devtools/apt/{apt_0.9.7.8.bb => apt_0.9.8.1.bb} (74%)
>   rename meta/recipes-graphics/freetype/{freetype-2.4.11 => freetype-2.4.12}/no-hardcode.patch (100%)
>   rename meta/recipes-graphics/freetype/{freetype_2.4.11.bb => freetype_2.4.12.bb} (83%)
>   rename meta/recipes-support/gnutls/{libtasn1_2.14.bb => libtasn1_3.3.bb} (81%)
>   rename meta/recipes-support/libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.1.bb} (85%)
>


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 0/7] Package Upgrades
@ 2013-05-24  9:18 Ionut Radu
  2013-05-27 23:14 ` Saul Wold
  0 siblings, 1 reply; 19+ messages in thread
From: Ionut Radu @ 2013-05-24  9:18 UTC (permalink / raw)
  To: openembedded-core

test: I've tested patches with autobuilder on all 5 architectures
(nightly-x86, nightly-x86-64, nightly-arm, nightly-ppc, nightly-mips).
A have also tested locally on all architectures and verified that all 
images successfully build and graphics is correcly displayed.

For each package individually I tested the basic functionality.

apt: I build an image with deb package management and I verified the
version with command line.

The following changes since commit 21089515bd18ba18e86ec8f72ff8141b9fb1dea8:

  ref-manual: Added xmlto and dblatex packages for docs (2013-05-22 17:23:41 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ionutx/work
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ionutx/work

Ionut Radu (7):
  apt: Updated from 0.9.7.8 to 0.9.8.1
  freetype: Updated from 2.4.11 to 2.4.12
  libtasn1: Updated from 2.14 to 3.3
  libsoup-2.4: Update from 2.42.1 to 2.43.1
  matchbox-keyboard: Update to
    0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619
  matchbox-terminal: Updated to
    0.0+gitAUTOINC+452bca253492a97a587f440289b9ab27d217353e
  settings-daemon: Updated to
    0.0+gitAUTOINC+9a99528b02255450db81176abd9bbcc1dab9a4c1

 .../disable-configure-in-makefile.patch                 |    0
 .../fix-gcc-4.6-null-not-defined.patch                  |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/makerace.patch     |    0
 .../no-ko-translation.patch                             |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-nls-dpkg.patch  |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/noconfigure.patch  |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/nodoc.patch        |    0
 .../truncate-filename.patch                             |    0
 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/use-host.patch     |    0
 .../{apt-native_0.9.7.8.bb => apt-native_0.9.8.1.bb}    |    0
 .../apt/{apt_0.9.7.8.bb => apt_0.9.8.1.bb}              |    4 ++--
 .../no-hardcode.patch                                   |    0
 .../freetype/{freetype_2.4.11.bb => freetype_2.4.12.bb} |   11 ++++-------
 .../matchbox-keyboard/matchbox-keyboard_git.bb          |   15 +++++++--------
 .../matchbox-terminal/matchbox-terminal_git.bb          |    2 +-
 .../recipes-sato/settings-daemon/settings-daemon_git.bb |    2 +-
 .../gnutls/{libtasn1_2.14.bb => libtasn1_3.3.bb}        |    6 ++----
 .../{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.1.bb}    |    4 ++--
 18 files changed, 19 insertions(+), 25 deletions(-)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/disable-configure-in-makefile.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/fix-gcc-4.6-null-not-defined.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/makerace.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-ko-translation.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-nls-dpkg.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/noconfigure.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/nodoc.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/truncate-filename.patch (100%)
 rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/use-host.patch (100%)
 rename meta/recipes-devtools/apt/{apt-native_0.9.7.8.bb => apt-native_0.9.8.1.bb} (100%)
 rename meta/recipes-devtools/apt/{apt_0.9.7.8.bb => apt_0.9.8.1.bb} (74%)
 rename meta/recipes-graphics/freetype/{freetype-2.4.11 => freetype-2.4.12}/no-hardcode.patch (100%)
 rename meta/recipes-graphics/freetype/{freetype_2.4.11.bb => freetype_2.4.12.bb} (83%)
 rename meta/recipes-support/gnutls/{libtasn1_2.14.bb => libtasn1_3.3.bb} (81%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.1.bb} (85%)

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 0/7] Package upgrades
@ 2013-02-13 16:40 Laurentiu Palcu
  0 siblings, 0 replies; 19+ messages in thread
From: Laurentiu Palcu @ 2013-02-13 16:40 UTC (permalink / raw)
  To: openembedded-core

Hi,

The packages were compiled successfully for all architecture, except
xf86-video-intel and xf86-video-vmware which have compatible host set to
x86 and x86_64. Basic functionality tests were done in qemu. No issues
found.

Thanks,
Laurentiu

The following changes since commit c77e1f4e14edf7a07000f0e7360d42039af5e524:

  Cleanup of upstream_tracking.inc file (2013-02-12 16:43:57 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib lpalcu/upgrades
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades

Laurentiu Palcu (7):
  xf86-video-intel: upgrade to 2.21.0
  xf86-input-vmmouse: upgrade to 13.0.0
  libdrm: upgrade to 2.4.42
  xkeyboard-config: upgrade to 2.8
  xf86-input-synaptics: upgrade to 1.6.3
  xf86-video-vmware: upgrade to 13.0.0
  xev: upgrade to 1.2.1

 .../drm/{libdrm_2.4.40.bb => libdrm_2.4.42.bb}     |    4 +-
 meta/recipes-graphics/xorg-app/xev_1.2.0.bb        |   12 -
 meta/recipes-graphics/xorg-app/xev_1.2.1.bb        |   12 +
 ...tics_1.6.2.bb => xf86-input-synaptics_1.6.3.bb} |    6 +-
 ...ouse_12.9.0.bb => xf86-input-vmmouse_13.0.0.bb} |    4 +-
 ...intel_2.20.17.bb => xf86-video-intel_2.21.0.bb} |    4 +-
 ...ware-port-vmware-driver-to-new-compat-API.patch |  655 --------------------
 ...mware_12.0.2.bb => xf86-video-vmware_13.0.0.bb} |    7 +-
 ...board-config_2.7.bb => xkeyboard-config_2.8.bb} |    4 +-
 9 files changed, 26 insertions(+), 682 deletions(-)
 rename meta/recipes-graphics/drm/{libdrm_2.4.40.bb => libdrm_2.4.42.bb} (50%)
 delete mode 100644 meta/recipes-graphics/xorg-app/xev_1.2.0.bb
 create mode 100644 meta/recipes-graphics/xorg-app/xev_1.2.1.bb
 rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.6.2.bb => xf86-input-synaptics_1.6.3.bb} (79%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-vmmouse_12.9.0.bb => xf86-input-vmmouse_13.0.0.bb} (75%)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.20.17.bb => xf86-video-intel_2.21.0.bb} (86%)
 delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-vmware/vmware-port-vmware-driver-to-new-compat-API.patch
 rename meta/recipes-graphics/xorg-driver/{xf86-video-vmware_12.0.2.bb => xf86-video-vmware_13.0.0.bb} (62%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.7.bb => xkeyboard-config_2.8.bb} (88%)

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2017-11-10 12:00 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-11  5:58 [PATCH 0/7] Package Upgrades Chen Qi
2016-01-11  5:58 ` [PATCH 1/7] pciutils: upgrade to 3.4.1 Chen Qi
2016-01-11  5:58 ` [PATCH 2/7] resolvconf: upgrade to 1.78 Chen Qi
2016-01-11  5:58 ` [PATCH 3/7] kmod: upgrade to 22 Chen Qi
2016-01-11  5:58 ` [PATCH 4/7] at: upgrade to 3.18 Chen Qi
2016-01-11  5:58 ` [PATCH 5/7] sysstat: upgrade to 11.2.0 Chen Qi
2016-01-11  5:58 ` [PATCH 6/7] curl: upgrade to 7.46 Chen Qi
2016-01-11 18:20   ` Khem Raj
2016-01-12  1:18     ` ChenQi
2016-01-12  1:23       ` Khem Raj
2016-01-12  2:03         ` ChenQi
2016-01-11  5:58 ` [PATCH 7/7] xz: upgrade to 5.2.2 Chen Qi
  -- strict thread matches above, loose matches on Subject: below --
2017-11-10 12:00 [PATCH 0/7] package upgrades Maxin B. John
2014-12-26  9:35 [PATCH 0/7] Package Upgrades Chen Qi
2013-11-05  9:25 [PATCH 0/7] Package upgrades Laurentiu Palcu
2013-06-11 13:39 Laurentiu Palcu
2013-05-24  9:18 [PATCH 0/7] Package Upgrades Ionut Radu
2013-05-27 23:14 ` Saul Wold
2013-02-13 16:40 [PATCH 0/7] Package upgrades Laurentiu Palcu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.