[oe] [PATCH 5/6] libhandy: initial add 0.0.12

Khem Raj raj.khem at gmail.com
Mon Dec 16 05:03:51 UTC 2019


On Sun, Dec 15, 2019 at 5:22 PM Andreas Müller <schnitzeltony at gmail.com> wrote:
>
> libhandy is required by upcoming gnome-tweaks
>
> Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
> ---
>  .../recipes-support/libhandy/libhandy_git.bb  | 21 +++++++++++++++++++
>  1 file changed, 21 insertions(+)
>  create mode 100644 meta-gnome/recipes-support/libhandy/libhandy_git.bb
>
> diff --git a/meta-gnome/recipes-support/libhandy/libhandy_git.bb b/meta-gnome/recipes-support/libhandy/libhandy_git.bb
> new file mode 100644
> index 000000000..0fbbfdc5d
> --- /dev/null
> +++ b/meta-gnome/recipes-support/libhandy/libhandy_git.bb
> @@ -0,0 +1,21 @@
> +SUMMARY = "A library full of GTK+ widgets for mobile phones"
> +LICENSE = "LGPLv2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
> +
> +SRC_URI = "git://source.puri.sm/Librem5/${BPN}.git"

I am seeing this

WARNING: libhandy-0.0.12-r0 do_fetch: Failed to fetch URL
git://source.puri.sm/Librem5/libhandy.git, attempting MIRRORS if
available

I think we need to use https protocol in fetcher.

SRC_URI = "git://source.puri.sm/Librem5/${BPN}.git;protocol=https"

might work.

> +SRCREV = "ef7c4bf75ae239495141ada83d2fbaf034315563"
> +S = "${WORKDIR}/git"
> +PV = "0.0.12"
> +
> +GIR_MESON_ENABLE_FLAG = 'enabled'
> +GIR_MESON_DISABLE_FLAG = 'disabled'
> +GTKDOC_MESON_OPTION = 'gtk_doc'
> +
> +inherit meson gobject-introspection vala gettext gtk-doc features_check
> +
> +ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
> +
> +DEPENDS += "gtk+3"
> +
> +PACKAGES =+ "${PN}-examples"
> +FILES_${PN}-examples = "${bindir}"
> --
> 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