From: Mark Asselstine <mark.asselstine@windriver.com>
To: Jussi Kukkonen <jussi.kukkonen@intel.com>
Cc: OE-core <Openembedded-core@lists.openembedded.org>
Subject: Re: [RFC][PATCH] vte: bring back old version to support xfce4-terminal
Date: Fri, 17 Jun 2016 15:04:15 -0400 [thread overview]
Message-ID: <2141737.McPocSlDfg@tal> (raw)
In-Reply-To: <CAHiDW_FDRgonk9F8w55YryDn5uS44iQTassWFKMMchUOj_P0_A@mail.gmail.com>
On June 17, 2016 20:43:06 Jussi Kukkonen wrote:
> On 17 June 2016 at 16:33, Mark Asselstine <mark.asselstine@windriver.com>
>
> wrote:
> > On June 16, 2016 18:10:09 Andre McCurdy wrote:
> > > On Thu, Jun 16, 2016 at 2:47 PM, Burton, Ross <ross.burton@intel.com>
> >
> > wrote:
> > > > On 16 June 2016 at 21:49, Mark Asselstine <
> >
> > mark.asselstine@windriver.com>
> >
> > > > wrote:
> > > >> While waiting to hear back about my inquiry I did take some
> > > >> time to put together this patch that allows things that
> > > >> require the older vte to continue to build. Since xfce4-terminal
> > > >> lives in meta-openembedded this might make more sense to carry
> > > >> over there. I am sure folks will have an opinion so sending this
> > > >> out as an RFC.
> > > >
> > > > That's certainly a good argument for putting the old vte in meta-oe.
> > >
> > > The meta-oe layers generally have a higher priority than oe-core, so
> > > having an older version in meta-oe and a newer version in oe-core can
> > > lead to unexpected results.
> >
> > This should not be an issue. My change has the old recipe renamed with the
> > API
> > version so the old version becomes referenced by 'vte-0.0' (per the commit
> > log
> > the 0.0 is consistent with the API versioning upstream). So recipes which
> > require the old version, like xfce4-terminal, have to have their DEPENDS
> > adjusted accordingly. There should be no surprises.
> >
> > I will have a closer look today to ensure nothing in oe-core is requiring
> > the
> > old version and if not I will prepare a patch for meta-oe since that seems
> > to
> > be the general agreement for a home for this. I need to do some further
> > checks
> > and runtime tests but I will get this out shortly. In the meantime anyone
> > else
> > running in to the build failure can exploit the RFC patch.
>
> Thanks Mark. I can confirm that nothing in oe-core needs the old vte.
>
> As a sidenote in case you're looking at the vte users in oe-core: I notice
> I didn't include a patch for qemu yet. The situation there is that our
> qemu version works fine with the new vte but might still need a small
> configure.ac patch in addition to updated PACKAGECONFIG line. I'll include
> this in my next patchset.
Since I work quite a bit with meta-virtualization and thus QEMU that will be
nice to avoid any potential issues in that area.
Thanks for the heads up regarding other vte users in oe-core. This will allow
me to focus on some runtime testing in meta-oe prior to me sending a patch
that way.
This should wrap up the discussions around vte for oe-core at least for now.
Mark
>
> - Jussi
>
>
> Mark
>
> > > > Ross
> > > >
> > > > --
> > > > _______________________________________________
> > > > Openembedded-core mailing list
> > > > Openembedded-core@lists.openembedded.org
> > > > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
next prev parent reply other threads:[~2016-06-17 19:04 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-14 8:14 [PATCHv3 00/30] Port Sato to Gtk+3 Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 01/30] matchbox-theme-sato: Upgrade to 0.2 Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 02/30] matchbox-desktop: Ugrade to 2.1 Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 03/30] matchbox-panel-2: Upgrade to 2.10 Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 04/30] sato-screenshot: Upgrade to 0.2 Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 05/30] settings-daemon: Upgrade to 0.0.2 Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 06/30] matchbox-wm: Upgrade to 1.2.1 Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 07/30] connman-gnome: Add patch to port to Gtk+3 Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 08/30] matchbox-keyboard: Enable GTK+3 IM module Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 09/30] packagegroup-core-x11: Use adwaita icons instead of sato Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 10/30] vte: Upgrade to 0.44.1 Jussi Kukkonen
2016-06-14 14:47 ` Jussi Kukkonen
2016-06-16 17:45 ` Mark Asselstine
2016-06-16 20:49 ` [RFC][PATCH] vte: bring back old version to support xfce4-terminal Mark Asselstine
2016-06-16 21:47 ` Burton, Ross
2016-06-16 22:07 ` Martin Jansa
2016-06-17 1:10 ` Andre McCurdy
2016-06-17 6:37 ` Jussi Kukkonen
2016-06-17 10:07 ` Burton, Ross
2016-06-17 13:33 ` Mark Asselstine
2016-06-17 17:43 ` Jussi Kukkonen
2016-06-17 19:04 ` Mark Asselstine [this message]
2016-06-22 18:24 ` [PATCHv3 10/30] vte: Upgrade to 0.44.1 Andreas Müller
2016-06-22 20:18 ` Burton, Ross
2016-06-23 16:58 ` Mark Asselstine
2016-06-14 8:14 ` [PATCHv3 11/30] matchbox-terminal: Upgrade to 0.1 Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 12/30] puzzles: Use Gtk+3 by default Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 13/30] gst-player: Start building with Gtk+3 Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 14/30] matchbox-config-gtk: Upgrade to 0.2 Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 15/30] leafpad: Replace with L3afpad Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 16/30] pcmanfm: switch to GTK3 version Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 17/30] libfm: " Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 18/30] libowl: Remove as unused Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 19/30] packagegroup-core-x11-sato: Remove gtk-sato-engine Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 20/30] gtk+: RRECOMMEND adwaita theme Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 21/30] webkitgtk: Disable Gtk2 plugin process by default Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 22/30] avahi-ui: Build with Gtk+3 Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 23/30] sysprof: Upgrade to git version slightly past 3.20 Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 24/30] matchbox-session-sato: Update session startup Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 25/30] matchbox-desktop: Add Sato folder configuration Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 26/30] packagegroup-self-hosted: Remove unused theme, use Adwaita icons Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 27/30] gtk-sato-engine: Remove as unused Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 28/30] sato-icon-theme: remove " Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 29/30] gtk-engines: Remove " Jussi Kukkonen
2016-06-14 8:14 ` [PATCHv3 30/30] gnome-themes-standard: Use distro_features_check for GTK+2 Jussi Kukkonen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2141737.McPocSlDfg@tal \
--to=mark.asselstine@windriver.com \
--cc=Openembedded-core@lists.openembedded.org \
--cc=jussi.kukkonen@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.