All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v2] python-matplotlib: Change download name
@ 2018-03-02  4:51 Maxime Roussin-Bélanger
  2018-03-02  5:07 ` ✗ patchtest: failure for python-matplotlib: Change download name (rev2) Patchwork
  2018-03-02 12:09 ` [meta-oe][PATCH v2] python-matplotlib: Change download name Burton, Ross
  0 siblings, 2 replies; 3+ messages in thread
From: Maxime Roussin-Bélanger @ 2018-03-02  4:51 UTC (permalink / raw)
  To: openembedded-core; +Cc: Maxime Roussin-Bélanger

Just having "v2.0.2.tar.gz" was causing problems with other
similarly misconfigured packages.

Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
---
 meta-python/recipes-devtools/python/python-matplotlib_2.0.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-matplotlib_2.0.2.bb b/meta-python/recipes-devtools/python/python-matplotlib_2.0.2.bb
index 5b1c3f05b..b7a3fcfc1 100644
--- a/meta-python/recipes-devtools/python/python-matplotlib_2.0.2.bb
+++ b/meta-python/recipes-devtools/python/python-matplotlib_2.0.2.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE/LICENSE;md5=afec61498aa5f0c45936687da9a53d74"
 DEPENDS += "python-numpy freetype libpng python-dateutil python-pytz"
 RDEPENDS_${PN} = "python-core python-distutils python-numpy freetype libpng python-dateutil python-pytz"
 
-SRC_URI = "https://github.com/matplotlib/matplotlib/archive/v${PV}.tar.gz \
+SRC_URI = "https://github.com/matplotlib/matplotlib/archive/v${PV}.tar.gz;downloadfilename=${BP}-${PN}.tar.gz \
            file://fix_setupext.patch \
 "
 SRC_URI[md5sum] = "89717c1ef3c6fdcd6fb1f3b597a4858c"
-- 
2.11.0



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

* ✗ patchtest: failure for python-matplotlib: Change download name (rev2)
  2018-03-02  4:51 [meta-oe][PATCH v2] python-matplotlib: Change download name Maxime Roussin-Bélanger
@ 2018-03-02  5:07 ` Patchwork
  2018-03-02 12:09 ` [meta-oe][PATCH v2] python-matplotlib: Change download name Burton, Ross
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2018-03-02  5:07 UTC (permalink / raw)
  To: Maxime Roussin-Bélanger; +Cc: openembedded-core

== Series Details ==

Series: python-matplotlib: Change download name (rev2)
Revision: 2
URL   : https://patchwork.openembedded.org/series/11184/
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:



* Patch            [meta-oe,v2] python-matplotlib: Change download name
 Issue             Series sent to the wrong mailing list [test_target_mailing_list] 
  Suggested fix    Check the project's README (meta-oe,v2) and send the patch to the indicated list

* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at 8e4ece7bf0)



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

* Re: [meta-oe][PATCH v2] python-matplotlib: Change download name
  2018-03-02  4:51 [meta-oe][PATCH v2] python-matplotlib: Change download name Maxime Roussin-Bélanger
  2018-03-02  5:07 ` ✗ patchtest: failure for python-matplotlib: Change download name (rev2) Patchwork
@ 2018-03-02 12:09 ` Burton, Ross
  1 sibling, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2018-03-02 12:09 UTC (permalink / raw)
  To: Maxime Roussin-Bélanger; +Cc: OE-core

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

Wrong list, please sent meta-oe patches to openembedded-devel@

Ross

On 2 March 2018 at 04:51, Maxime Roussin-Bélanger <
maxime.roussinbelanger@gmail.com> wrote:

> Just having "v2.0.2.tar.gz" was causing problems with other
> similarly misconfigured packages.
>
> Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
> ---
>  meta-python/recipes-devtools/python/python-matplotlib_2.0.2.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-python/recipes-devtools/python/python-
> matplotlib_2.0.2.bb b/meta-python/recipes-devtools/python/python-
> matplotlib_2.0.2.bb
> index 5b1c3f05b..b7a3fcfc1 100644
> --- a/meta-python/recipes-devtools/python/python-matplotlib_2.0.2.bb
> +++ b/meta-python/recipes-devtools/python/python-matplotlib_2.0.2.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE/LICENSE;md5=
> afec61498aa5f0c45936687da9a53d74"
>  DEPENDS += "python-numpy freetype libpng python-dateutil python-pytz"
>  RDEPENDS_${PN} = "python-core python-distutils python-numpy freetype
> libpng python-dateutil python-pytz"
>
> -SRC_URI = "https://github.com/matplotlib/matplotlib/archive/v${PV}.tar.gz
> \
> +SRC_URI = "https://github.com/matplotlib/matplotlib/archive/
> v${PV}.tar.gz;downloadfilename=${BP}-${PN}.tar.gz \
>             file://fix_setupext.patch \
>  "
>  SRC_URI[md5sum] = "89717c1ef3c6fdcd6fb1f3b597a4858c"
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 3174 bytes --]

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

end of thread, other threads:[~2018-03-02 12:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-02  4:51 [meta-oe][PATCH v2] python-matplotlib: Change download name Maxime Roussin-Bélanger
2018-03-02  5:07 ` ✗ patchtest: failure for python-matplotlib: Change download name (rev2) Patchwork
2018-03-02 12:09 ` [meta-oe][PATCH v2] python-matplotlib: Change download name Burton, Ross

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.