Any reason to update all these library versions? Or is it just to remove the patches I've added since its upstream?
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Denys Dmytriyenko > Sent: Friday, September 26, 2014 10:41 AM > To: [email protected] > Subject: [meta-arago] [PATCH 1/7] libinput: update to 0.6.0 > > From: Denys Dmytriyenko <[email protected]> > > Signed-off-by: Denys Dmytriyenko <[email protected]> > --- > .../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 > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
