Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] epiphany: remove unused intltool build-dependency
@ 2017-06-16 19:20 Ross Burton
  2017-06-16 19:31 ` ✗ patchtest: failure for " Patchwork
  2017-06-17  1:11 ` [PATCH] " Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: Ross Burton @ 2017-06-16 19:20 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-gnome/epiphany/epiphany_3.24.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/epiphany/epiphany_3.24.2.bb b/meta/recipes-gnome/epiphany/epiphany_3.24.2.bb
index b51f54f..77c1933 100644
--- a/meta/recipes-gnome/epiphany/epiphany_3.24.2.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_3.24.2.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr \
 	   gsettings-desktop-schemas gnome-desktop3 libxml2-native \
-	   intltool-native glib-2.0 glib-2.0-native json-glib"
+	   glib-2.0 glib-2.0-native json-glib"
 
 inherit gnomebase gsettings distro_features_check upstream-version-is-even gettext
 REQUIRED_DISTRO_FEATURES = "x11"
-- 
2.8.1



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

* ✗ patchtest: failure for epiphany: remove unused intltool build-dependency
  2017-06-16 19:20 [PATCH] epiphany: remove unused intltool build-dependency Ross Burton
@ 2017-06-16 19:31 ` Patchwork
  2017-06-17  1:11 ` [PATCH] " Khem Raj
  1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2017-06-16 19:31 UTC (permalink / raw)
  To: Ross Burton; +Cc: openembedded-core

== Series Details ==

Series: epiphany: remove unused intltool build-dependency
Revision: 1
URL   : https://patchwork.openembedded.org/series/7323/
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 1d9a88f635)



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: [PATCH] epiphany: remove unused intltool build-dependency
  2017-06-16 19:20 [PATCH] epiphany: remove unused intltool build-dependency Ross Burton
  2017-06-16 19:31 ` ✗ patchtest: failure for " Patchwork
@ 2017-06-17  1:11 ` Khem Raj
  2017-06-17  8:28   ` Burton, Ross
  1 sibling, 1 reply; 4+ messages in thread
From: Khem Raj @ 2017-06-17  1:11 UTC (permalink / raw)
  To: Ross Burton; +Cc: Patches and discussions about the oe-core layer

On Fri, Jun 16, 2017 at 12:20 PM, Ross Burton <ross.burton@intel.com> wrote:
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>  meta/recipes-gnome/epiphany/epiphany_3.24.2.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-gnome/epiphany/epiphany_3.24.2.bb b/meta/recipes-gnome/epiphany/epiphany_3.24.2.bb
> index b51f54f..77c1933 100644
> --- a/meta/recipes-gnome/epiphany/epiphany_3.24.2.bb
> +++ b/meta/recipes-gnome/epiphany/epiphany_3.24.2.bb
> @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
>
>  DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr \
>            gsettings-desktop-schemas gnome-desktop3 libxml2-native \
> -          intltool-native glib-2.0 glib-2.0-native json-glib"
> +          glib-2.0 glib-2.0-native json-glib"
>

is https://bugzilla.yoctoproject.org/show_bug.cgi?id=9374
no more relevant then ?

>  inherit gnomebase gsettings distro_features_check upstream-version-is-even gettext
>  REQUIRED_DISTRO_FEATURES = "x11"
> --
> 2.8.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH] epiphany: remove unused intltool build-dependency
  2017-06-17  1:11 ` [PATCH] " Khem Raj
@ 2017-06-17  8:28   ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2017-06-17  8:28 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer

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

On 17 June 2017 at 02:11, Khem Raj <raj.khem@gmail.com> wrote:

> is https://bugzilla.yoctoproject.org/show_bug.cgi?id=9374
> no more relevant then ?
>

Correct: I've a local extension to insane.bbclass that checks for intltool
build dependencies but no use of intltool macros.

https://git.gnome.org/browse/epiphany/commit/configure.ac?h=3.24.2&id=b74f5c614e4cb9886e8ff6404f220b23df212be4
was the upstream commit to move away from intltool to standard gettext.

Ross

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

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

end of thread, other threads:[~2017-06-17  8:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-16 19:20 [PATCH] epiphany: remove unused intltool build-dependency Ross Burton
2017-06-16 19:31 ` ✗ patchtest: failure for " Patchwork
2017-06-17  1:11 ` [PATCH] " Khem Raj
2017-06-17  8:28   ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox