All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH 1/7] libinput: update to 0.6.0
Date: Tue, 30 Sep 2014 17:06:43 -0400	[thread overview]
Message-ID: <20140930210643.GP6303@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C73EA99@DFLE08.ent.ti.com>

On Fri, Sep 26, 2014 at 05:50:03PM +0000, Cooper Jr., Franklin wrote:
> Any reason to update all these library versions? Or is it just to remove the 
> patches I've added since its upstream?

Hmm, I seem to have missed this question.

The reason is simple - this is the latest release, which contains the 
necessary patches that we had to pick up through a snapshot and local 
patching.

-- 
Denys


> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> > Sent: Friday, September 26, 2014 10:41 AM
> > To: meta-arago@arago-project.org
> > Subject: [meta-arago] [PATCH 1/7] libinput: update to 0.6.0
> > 
> > From: Denys Dmytriyenko <denys@ti.com>
> > 
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> >  .../wayland/{libinput_git.bb => libinput_0.6.0.bb}     | 18 ++++++------------
> >  1 file changed, 6 insertions(+), 12 deletions(-)  rename meta-arago-
> > extras/recipes-graphics/wayland/{libinput_git.bb => libinput_0.6.0.bb} (42%)
> > 
> > diff --git a/meta-arago-extras/recipes-graphics/wayland/libinput_git.bb
> > b/meta-arago-extras/recipes-graphics/wayland/libinput_0.6.0.bb
> > similarity index 42%
> > rename from meta-arago-extras/recipes-graphics/wayland/libinput_git.bb
> > rename to meta-arago-extras/recipes-graphics/wayland/libinput_0.6.0.bb
> > index 6635e7d..c3bbb7b 100644
> > --- a/meta-arago-extras/recipes-graphics/wayland/libinput_git.bb
> > +++ b/meta-arago-extras/recipes-graphics/wayland/libinput_0.6.0.bb
> > @@ -1,20 +1,14 @@
> > -DESCRIPTION = "libinput is a library to handle input devices in Wayland
> > compositors"
> > +SUMMARY = "Library to handle input devices in Wayland compositors"
> >  HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/"
> > +SECTION = "libs"
> > 
> >  LICENSE = "MIT"
> >  LIC_FILES_CHKSUM =
> > "file://COPYING;md5=673e626420c7f859fbe2be3a9c13632d"
> > 
> > -inherit autotools pkgconfig
> > -
> >  DEPENDS = "libevdev udev mtdev"
> > 
> > -PR = "r2"
> > -
> > -BRANCH = "master"
> > -SRCREV = "0647574c46e5e930063ace7b35385213dca33dc1"
> > +SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz"
> > +SRC_URI[md5sum] = "3afaf9f66d8796323a79edb879c10ba3"
> > +SRC_URI[sha256sum] =
> > "30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bf
> > bc"
> > 
> > -PV = "0.5.0"
> > -
> > -SRC_URI =
> > "git://anongit.freedesktop.org/wayland/libinput;protocol=git;branch=${BRA
> > NCH}"
> > -
> > -S = "${WORKDIR}/git"
> > +inherit autotools pkgconfig
> > --
> > 2.0.4
> > 
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


      reply	other threads:[~2014-09-30 21:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-26 15:40 [PATCH 1/7] libinput: update to 0.6.0 Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 2/7] wayland: update to version 1.6.0 Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 3/7] weston: " Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 4/7] wayland_1.5.0.bbappend: remove no longer needed bbappend Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 5/7] weston_1.4.0.bbappend: " Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 6/7] weston: update bbappend for the new 1.6.0 version Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 7/7] arago.conf: enable libinput PACKAGECONFIG for weston Denys Dmytriyenko
2014-09-26 17:50 ` [PATCH 1/7] libinput: update to 0.6.0 Cooper Jr., Franklin
2014-09-30 21:06   ` Denys Dmytriyenko [this message]

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=20140930210643.GP6303@edge \
    --to=denys@ti.com \
    --cc=fcooper@ti.com \
    --cc=meta-arago@arago-project.org \
    /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.