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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ messages in thread

end of thread, other threads:[~2016-01-12  2:03 UTC | newest]

Thread overview: 12+ 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

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.