[oe] [PATCH 15/16] libwacom: initial add 0.33

Khem Raj raj.khem at gmail.com
Thu Nov 14 21:39:01 UTC 2019


On Thu, Nov 14, 2019 at 11:51 AM Andreas Müller <schnitzeltony at gmail.com> wrote:
>
> * it is a dependency for upcoming gnome-settings-daemon
> * there are later versions of libwacom availabvle but due to genaration of
>   udev-rule at build time these versions open nasty native dependencies:
>   libgudev-native -> udev-native
>
> Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
> ---
>  .../recipes-support/libwacom/libwacom_0.33.bb      | 14 ++++++++++++++

the latest release is 1.1, any specific reasons to not use that ?

>  1 file changed, 14 insertions(+)
>  create mode 100644 meta-gnome/recipes-support/libwacom/libwacom_0.33.bb
>
> diff --git a/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb b/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb
> new file mode 100644
> index 000000000..6fb3b82ef
> --- /dev/null
> +++ b/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb
> @@ -0,0 +1,14 @@
> +SUMMARY = "A tablet description library"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e"
> +
> +DEPENDS = " \
> +    libxml2-native \
> +    libgudev \
> +"
> +
> +inherit autotools pkgconfig
> +
> +SRC_URI = "git://github.com/linuxwacom/libwacom.git"
> +SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658"
> +S = "${WORKDIR}/git"
> --
> 2.21.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list