Includes a major feature releas, release notes for that one: https://lists.freedesktop.org/archives/wayland-devel/2017-March/033531.html
inherit lib_package to get the binaries into libinput-bin package. This changes the final library package name so add RPROVIDES/RREPLACES/RCONFLICTS. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../wayland/{libinput_1.6.1.bb => libinput_1.7.2.bb} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.6.1.bb => libinput_1.7.2.bb} (74%) diff --git a/meta/recipes-graphics/wayland/libinput_1.6.1.bb b/meta/recipes-graphics/wayland/libinput_1.7.2.bb similarity index 74% rename from meta/recipes-graphics/wayland/libinput_1.6.1.bb rename to meta/recipes-graphics/wayland/libinput_1.7.2.bb index c8714f2..f4693b6 100644 --- a/meta/recipes-graphics/wayland/libinput_1.6.1.bb +++ b/meta/recipes-graphics/wayland/libinput_1.7.2.bb @@ -10,10 +10,10 @@ DEPENDS = "libevdev udev mtdev" SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz \ file://touchpad-serial-synaptics-need-to-fake-new-touches-on-TRIPLETAP.patch \ " -SRC_URI[md5sum] = "7e282344f8ed7ec5cf87ca9fc22674fb" -SRC_URI[sha256sum] = "9d816f13eee63bcca0e9c3bb652c52ab55f39be4d1b90b54e4bfd1dc92ef55a8" +SRC_URI[md5sum] = "d138d62c528fbf9aba300a97bae453cb" +SRC_URI[sha256sum] = "0b1e5a6c106ccc609ccececd9e33e6b27c8b01fc7457ddb4c1dd266e780d6bc2" -inherit autotools pkgconfig +inherit autotools pkgconfig lib_package PACKAGECONFIG ??= "" PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind" @@ -23,3 +23,7 @@ PACKAGECONFIG[gui] = "--enable-event-gui,--disable-event-gui,cairo gtk+3" UDEVDIR = "`pkg-config --variable=udevdir udev`" EXTRA_OECONF += "--with-udev-dir=${UDEVDIR}" + +RPROVIDES_${PN} = "libinput" +RREPLACES_${PN} = "libinput" +RCONFLICTS_${PN} = "libinput" -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core