All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-perl][PATCH] meta-perl: Make glibc-gconv deps apply for glibc based systems alone
@ 2017-05-25 14:47 Khem Raj
  2017-05-25 15:01 ` ✗ patchtest: failure for " Patchwork
  2017-05-26 10:35 ` [meta-perl][PATCH] " Burton, Ross
  0 siblings, 2 replies; 4+ messages in thread
From: Khem Raj @ 2017-05-25 14:47 UTC (permalink / raw)
  To: openembedded-core

musl does not provide separate gconv packages

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb | 2 +-
 meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
index 0c53b6a27..1ef9f0bc3 100644
--- a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
@@ -10,7 +10,7 @@ HOMEPAGE = "http://search.cpan.org/dist/Net-LibIDN/"
 DEPENDS += "libidn"
 # We must need glibc-gconvs to enable charset related functions,
 # such as Net::LibIDN::idn_to_ascii().
-RDEPENDS_${PN} += "glibc-gconvs"
+RDEPENDS_${PN}_append_libc-glibc = " glibc-gconvs"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz"
 SRC_URI[md5sum] = "c3e4de2065009d67bcb1df0afb473e12"
diff --git a/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb b/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb
index 934be0399..275ccb8c9 100644
--- a/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb
+++ b/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb
@@ -10,7 +10,7 @@ documentation."
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://README;beginline=3;endline=6;md5=fadf2919c7128e887d26b4d905f90649"
-RRECOMMENDS_${PN} += "glibc-gconvs"
+RRECOMMENDS_${PN}_append_libc-glibc = " glibc-gconvs"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-${PV}.tar.gz"
 
-- 
2.13.0



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

* ✗ patchtest: failure for meta-perl: Make glibc-gconv deps apply for glibc based systems alone
  2017-05-25 14:47 [meta-perl][PATCH] meta-perl: Make glibc-gconv deps apply for glibc based systems alone Khem Raj
@ 2017-05-25 15:01 ` Patchwork
  2017-05-26 10:35 ` [meta-perl][PATCH] " Burton, Ross
  1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2017-05-25 15:01 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

== Series Details ==

Series: meta-perl: Make glibc-gconv deps apply for glibc based systems alone
Revision: 1
URL   : https://patchwork.openembedded.org/series/6908/
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             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 496a9dc179)



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] -> ...).

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

* Re: [meta-perl][PATCH] meta-perl: Make glibc-gconv deps apply for glibc based systems alone
  2017-05-25 14:47 [meta-perl][PATCH] meta-perl: Make glibc-gconv deps apply for glibc based systems alone Khem Raj
  2017-05-25 15:01 ` ✗ patchtest: failure for " Patchwork
@ 2017-05-26 10:35 ` Burton, Ross
  2017-05-26 14:12   ` Khem Raj
  1 sibling, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2017-05-26 10:35 UTC (permalink / raw)
  To: Khem Raj; +Cc: OE-core

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

On 25 May 2017 at 15:47, Khem Raj <raj.khem@gmail.com> wrote:

> musl does not provide separate gconv packages
>

Wrong list :)

Ross

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

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

* Re: [meta-perl][PATCH] meta-perl: Make glibc-gconv deps apply for glibc based systems alone
  2017-05-26 10:35 ` [meta-perl][PATCH] " Burton, Ross
@ 2017-05-26 14:12   ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2017-05-26 14:12 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

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

On Friday, May 26, 2017, Burton, Ross <ross.burton@intel.com> wrote:

>
> On 25 May 2017 at 15:47, Khem Raj <raj.khem@gmail.com
> <javascript:_e(%7B%7D,'cvml','raj.khem@gmail.com');>> wrote:
>
>> musl does not provide separate gconv packages
>>
>
> Wrong list :)
>

Ah


>
> Ross
>

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

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

end of thread, other threads:[~2017-05-26 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-25 14:47 [meta-perl][PATCH] meta-perl: Make glibc-gconv deps apply for glibc based systems alone Khem Raj
2017-05-25 15:01 ` ✗ patchtest: failure for " Patchwork
2017-05-26 10:35 ` [meta-perl][PATCH] " Burton, Ross
2017-05-26 14:12   ` Khem Raj

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.