All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [PATCH] pango:1.40.14 -> 1.42.4
@ 2018-08-28  9:43 Hong Liu
  2018-08-28  9:43 ` [PATCH] [PATCH]python-setuptools:upgrade to 40.2.0 Hong Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Hong Liu @ 2018-08-28  9:43 UTC (permalink / raw)
  To: openembedded-core

1.Upgrade pango from 1.40.14 to 1.42.4

2.Add new depends fribidi

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 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.42.4.bb} (87%)

diff --git a/meta/recipes-graphics/pango/pango_1.40.14.bb b/meta/recipes-graphics/pango/pango_1.42.4.bb
similarity index 87%
rename from meta/recipes-graphics/pango/pango_1.40.14.bb
rename to meta/recipes-graphics/pango/pango_1.42.4.bb
index 3bd9c64..d889431 100644
--- a/meta/recipes-graphics/pango/pango_1.40.14.bb
+++ b/meta/recipes-graphics/pango/pango_1.42.4.bb
@@ -14,13 +14,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
 inherit gnomebase gtk-doc ptest-gnome upstream-version-is-even gobject-introspection
 
 SRC_URI += "file://run-ptest \
-            file://0001-Drop-introspection-macros-from-acinclude.m4.patch \
             file://0001-Enforce-recreation-of-docs-pango.types-it-is-build-c.patch \
 "
-SRC_URI[archive.md5sum] = "18d7eb8d52e7e445e733c109ddaa7b78"
-SRC_URI[archive.sha256sum] = "90af1beaa7bf9e4c52db29ec251ec4fd0a8f2cc185d521ad1f88d01b3a6a17e3"
+SRC_URI[archive.md5sum] = "deb171a31a3ad76342d5195a1b5bbc7c"
+SRC_URI[archive.sha256sum] = "1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d"
 
-DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz"
+DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
 PACKAGECONFIG[x11] = "--with-xft,--without-xft,virtual/libx11 libxft"
-- 
2.7.4





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

* [PATCH] [PATCH]python-setuptools:upgrade to 40.2.0
  2018-08-28  9:43 [PATCH] [PATCH] pango:1.40.14 -> 1.42.4 Hong Liu
@ 2018-08-28  9:43 ` Hong Liu
  2018-08-30 20:54   ` Burton, Ross
  2018-08-28  9:43 ` [PATCH] [PATCH]ca-certificates:update to 20180409 Hong Liu
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 8+ messages in thread
From: Hong Liu @ 2018-08-28  9:43 UTC (permalink / raw)
  To: openembedded-core

Upgrade python-setuptools from 40.0.0 to 40.2.0

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 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 meta/recipes-devtools/python/{python-setuptools_40.0.0.bb => python-setuptools_40.2.0.bb} (100%)

diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc
index 315ba31..c3924b0 100644
--- a/meta/recipes-devtools/python/python-setuptools.inc
+++ b/meta/recipes-devtools/python/python-setuptools.inc
@@ -10,8 +10,8 @@ inherit pypi
 
 SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-easy_install.patch"
 
-SRC_URI[md5sum] = "260630ae1a64bafa39dcc53404d63829"
-SRC_URI[sha256sum] = "012adb8e25fbfd64c652e99e7bab58799a3aaf05d39ab38561f69190a909015f"
+SRC_URI[md5sum] = "592efabea3a65d8e97a025ed52f69b12"
+SRC_URI[sha256sum] = "47881d54ede4da9c15273bac65f9340f8929d4f0213193fa7894be384f2dcfa6"
 
 DEPENDS += "${PYTHON_PN}"
 
diff --git a/meta/recipes-devtools/python/python-setuptools_40.0.0.bb b/meta/recipes-devtools/python/python-setuptools_40.2.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-setuptools_40.0.0.bb
rename to meta/recipes-devtools/python/python-setuptools_40.2.0.bb
-- 
2.7.4





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

* [PATCH] [PATCH]ca-certificates:update to 20180409
  2018-08-28  9:43 [PATCH] [PATCH] pango:1.40.14 -> 1.42.4 Hong Liu
  2018-08-28  9:43 ` [PATCH] [PATCH]python-setuptools:upgrade to 40.2.0 Hong Liu
@ 2018-08-28  9:43 ` Hong Liu
  2018-08-28 10:04   ` Alexander Kanavin
  2018-08-28  9:56 ` [PATCH] [PATCH] pango:1.40.14 -> 1.42.4 Maxin B. John
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 8+ messages in thread
From: Hong Liu @ 2018-08-28  9:43 UTC (permalink / raw)
  To: openembedded-core

1.Upgrade ca-certificates from 20170717 to 20180409.

2.Modify debain homepage from http to https

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 .../{ca-certificates_20170717.bb => ca-certificates_20180409.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/ca-certificates/{ca-certificates_20170717.bb => ca-certificates_20180409.bb} (95%)

diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb b/meta/recipes-support/ca-certificates/ca-certificates_20180409.bb
similarity index 95%
rename from meta/recipes-support/ca-certificates/ca-certificates_20170717.bb
rename to meta/recipes-support/ca-certificates/ca-certificates_20180409.bb
index 24d3a6e..0d57083 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20180409.bb
@@ -5,7 +5,7 @@ This derived from Debian's CA Certificates."
 HOMEPAGE = "http://packages.debian.org/sid/ca-certificates"
 SECTION = "misc"
 LICENSE = "GPL-2.0+ & MPL-2.0"
-LIC_FILES_CHKSUM = "file://debian/copyright;md5=e7358b9541ccf3029e9705ed8de57968"
+LIC_FILES_CHKSUM = "file://debian/copyright;md5=aeb420429b1659507e0a5a1b123e8308"
 
 # This is needed to ensure we can run the postinst at image creation time
 DEPENDS = ""
@@ -14,7 +14,7 @@ DEPENDS_class-nativesdk = "openssl-native"
 # Need c_rehash from openssl and run-parts from debianutils
 PACKAGE_WRITE_DEPS += "openssl-native debianutils-native"
 
-SRCREV = "34b8e19e541b8af4076616b2e170c7a70cdaded0"
+SRCREV = "dbbd11e56af93bb79f21d0ee6059a901f83f70a5"
 
 SRC_URI = "git://salsa.debian.org/debian/ca-certificates.git;protocol=https \
            file://0002-update-ca-certificates-use-SYSROOT.patch \
-- 
2.7.4





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

* Re: [PATCH] [PATCH] pango:1.40.14 -> 1.42.4
  2018-08-28  9:43 [PATCH] [PATCH] pango:1.40.14 -> 1.42.4 Hong Liu
  2018-08-28  9:43 ` [PATCH] [PATCH]python-setuptools:upgrade to 40.2.0 Hong Liu
  2018-08-28  9:43 ` [PATCH] [PATCH]ca-certificates:update to 20180409 Hong Liu
@ 2018-08-28  9:56 ` Maxin B. John
  2018-08-28 10:10 ` ✗ patchtest: failure for ca-certificates:update to 20180409 Patchwork
  2018-08-28 10:10 ` ✗ patchtest: failure for ca-certificates:update to 20180409 (rev3) Patchwork
  4 siblings, 0 replies; 8+ messages in thread
From: Maxin B. John @ 2018-08-28  9:56 UTC (permalink / raw)
  To: Hong Liu; +Cc: openembedded-core

Hi,

On Tue, Aug 28, 2018 at 05:43:17PM +0800, Hong Liu wrote:
> 1.Upgrade pango from 1.40.14 to 1.42.4
> 
> 2.Add new depends fribidi
> 
> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  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.42.4.bb} (87%)
> 
> diff --git a/meta/recipes-graphics/pango/pango_1.40.14.bb b/meta/recipes-graphics/pango/pango_1.42.4.bb
> similarity index 87%
> rename from meta/recipes-graphics/pango/pango_1.40.14.bb
> rename to meta/recipes-graphics/pango/pango_1.42.4.bb
> index 3bd9c64..d889431 100644
> --- a/meta/recipes-graphics/pango/pango_1.40.14.bb
> +++ b/meta/recipes-graphics/pango/pango_1.42.4.bb
> @@ -14,13 +14,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
>  inherit gnomebase gtk-doc ptest-gnome upstream-version-is-even gobject-introspection
>  
>  SRC_URI += "file://run-ptest \
> -            file://0001-Drop-introspection-macros-from-acinclude.m4.patch \
>              file://0001-Enforce-recreation-of-docs-pango.types-it-is-build-c.patch \
>  "
> -SRC_URI[archive.md5sum] = "18d7eb8d52e7e445e733c109ddaa7b78"
> -SRC_URI[archive.sha256sum] = "90af1beaa7bf9e4c52db29ec251ec4fd0a8f2cc185d521ad1f88d01b3a6a17e3"
> +SRC_URI[archive.md5sum] = "deb171a31a3ad76342d5195a1b5bbc7c"
> +SRC_URI[archive.sha256sum] = "1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d"
>  
> -DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz"
> +DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
>  
>  PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
>  PACKAGECONFIG[x11] = "--with-xft,--without-xft,virtual/libx11 libxft"

ERROR: Nothing PROVIDES 'fribidi' (but /home/maxin/poky/meta/recipes-graphics/pango/pango_1.42.4.bb DEPENDS on or otherwise requires it)
ERROR: Required build target 'pango' has no buildable providers.
Missing or unbuildable dependency chain was: ['pango', 'fribidi']

Can we move fribidi dependency to another PACKAGECONFIG ?

Best Regards,
Maxin


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

* Re: [PATCH] [PATCH]ca-certificates:update to 20180409
  2018-08-28  9:43 ` [PATCH] [PATCH]ca-certificates:update to 20180409 Hong Liu
@ 2018-08-28 10:04   ` Alexander Kanavin
  0 siblings, 0 replies; 8+ messages in thread
From: Alexander Kanavin @ 2018-08-28 10:04 UTC (permalink / raw)
  To: Hong Liu; +Cc: OE-core

2018-08-28 11:43 GMT+02:00 Hong Liu <hongl.fnst@cn.fujitsu.com>:
> 1.Upgrade ca-certificates from 20170717 to 20180409.

The new version of ca-certificates requires openssl 1.1.

Alex


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

* ✗ patchtest: failure for ca-certificates:update to 20180409
  2018-08-28  9:43 [PATCH] [PATCH] pango:1.40.14 -> 1.42.4 Hong Liu
                   ` (2 preceding siblings ...)
  2018-08-28  9:56 ` [PATCH] [PATCH] pango:1.40.14 -> 1.42.4 Maxin B. John
@ 2018-08-28 10:10 ` Patchwork
  2018-08-28 10:10 ` ✗ patchtest: failure for ca-certificates:update to 20180409 (rev3) Patchwork
  4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2018-08-28 10:10 UTC (permalink / raw)
  To: Hong Liu; +Cc: openembedded-core

== Series Details ==

Series: ca-certificates:update to 20180409
Revision: 1
URL   : https://patchwork.openembedded.org/series/13775/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             LIC_FILES_CHKSUM changed on target ca-certificates but there is no "License-Update" tag in commit message [test_lic_files_chksum_modified_not_mentioned] 
  Suggested fix    Include "License-Update: <description>" into the commit message with a brief description
  Current checksum file://debian/copyright;md5=e7358b9541ccf3029e9705ed8de57968
  New checksum     file://debian/copyright;md5=aeb420429b1659507e0a5a1b123e8308



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

* ✗ patchtest: failure for ca-certificates:update to 20180409 (rev3)
  2018-08-28  9:43 [PATCH] [PATCH] pango:1.40.14 -> 1.42.4 Hong Liu
                   ` (3 preceding siblings ...)
  2018-08-28 10:10 ` ✗ patchtest: failure for ca-certificates:update to 20180409 Patchwork
@ 2018-08-28 10:10 ` Patchwork
  4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2018-08-28 10:10 UTC (permalink / raw)
  To: Hong Liu; +Cc: openembedded-core

== Series Details ==

Series: ca-certificates:update to 20180409 (rev3)
Revision: 3
URL   : https://patchwork.openembedded.org/series/13775/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Patches not removed from tree [test_src_uri_left_files] 
  Suggested fix    Amend the patch containing the software patch file removal
  Patch            0001-Drop-introspection-macros-from-acinclude.m4.patch



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

* Re: [PATCH] [PATCH]python-setuptools:upgrade to 40.2.0
  2018-08-28  9:43 ` [PATCH] [PATCH]python-setuptools:upgrade to 40.2.0 Hong Liu
@ 2018-08-30 20:54   ` Burton, Ross
  0 siblings, 0 replies; 8+ messages in thread
From: Burton, Ross @ 2018-08-30 20:54 UTC (permalink / raw)
  To: Hong Liu; +Cc: OE-core

Remember to upgrade both python and python3 variations, otherwise you
break the other (the checksums are in the inc...)

Ross

On 28 August 2018 at 10:43, Hong Liu <hongl.fnst@cn.fujitsu.com> wrote:
> Upgrade python-setuptools from 40.0.0 to 40.2.0
>
> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  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 meta/recipes-devtools/python/{python-setuptools_40.0.0.bb => python-setuptools_40.2.0.bb} (100%)
>
> diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc
> index 315ba31..c3924b0 100644
> --- a/meta/recipes-devtools/python/python-setuptools.inc
> +++ b/meta/recipes-devtools/python/python-setuptools.inc
> @@ -10,8 +10,8 @@ inherit pypi
>
>  SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-easy_install.patch"
>
> -SRC_URI[md5sum] = "260630ae1a64bafa39dcc53404d63829"
> -SRC_URI[sha256sum] = "012adb8e25fbfd64c652e99e7bab58799a3aaf05d39ab38561f69190a909015f"
> +SRC_URI[md5sum] = "592efabea3a65d8e97a025ed52f69b12"
> +SRC_URI[sha256sum] = "47881d54ede4da9c15273bac65f9340f8929d4f0213193fa7894be384f2dcfa6"
>
>  DEPENDS += "${PYTHON_PN}"
>
> diff --git a/meta/recipes-devtools/python/python-setuptools_40.0.0.bb b/meta/recipes-devtools/python/python-setuptools_40.2.0.bb
> similarity index 100%
> rename from meta/recipes-devtools/python/python-setuptools_40.0.0.bb
> rename to meta/recipes-devtools/python/python-setuptools_40.2.0.bb
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

end of thread, other threads:[~2018-08-30 20:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-28  9:43 [PATCH] [PATCH] pango:1.40.14 -> 1.42.4 Hong Liu
2018-08-28  9:43 ` [PATCH] [PATCH]python-setuptools:upgrade to 40.2.0 Hong Liu
2018-08-30 20:54   ` Burton, Ross
2018-08-28  9:43 ` [PATCH] [PATCH]ca-certificates:update to 20180409 Hong Liu
2018-08-28 10:04   ` Alexander Kanavin
2018-08-28  9:56 ` [PATCH] [PATCH] pango:1.40.14 -> 1.42.4 Maxin B. John
2018-08-28 10:10 ` ✗ patchtest: failure for ca-certificates:update to 20180409 Patchwork
2018-08-28 10:10 ` ✗ patchtest: failure for ca-certificates:update to 20180409 (rev3) Patchwork

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.