[oe] [PATCH 10/21] rest: initial add 0.8.1

Khem Raj raj.khem at gmail.com
Fri Dec 6 15:17:02 UTC 2019


http://errors.yoctoproject.org/Errors/Details/290481/

On Thu, Dec 5, 2019 at 4:10 PM Andreas Müller <schnitzeltony at gmail.com> wrote:
>
> It is an optional dependency for upcoming gnome-online-accounts
>
> Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
> ---
>  meta-gnome/recipes-gnome/rest/rest_0.8.1.bb | 28 +++++++++++++++++++++
>  1 file changed, 28 insertions(+)
>  create mode 100644 meta-gnome/recipes-gnome/rest/rest_0.8.1.bb
>
> diff --git a/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb b/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb
> new file mode 100644
> index 000000000..acbc23f21
> --- /dev/null
> +++ b/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb
> @@ -0,0 +1,28 @@
> +SUMMARY = "library to access web services that claim to be "RESTful""
> +HOMPAGE = "https://wiki.gnome.org/Projects/Librest"
> +LICENSE = "LGPLv2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
> +
> +GNOMEBASEBUILDCLASS = "autotools"
> +
> +DEPENDS = " \
> +    libxml2-native \
> +    glib-2.0-native \
> +    glib-2.0 \
> +    libsoup-2.4 \
> +"
> +
> +inherit gnomebase gobject-introspection gtk-doc vala
> +
> +SRC_URI[archive.md5sum] = "ece4547298a81105f307369d73c21b9d"
> +SRC_URI[archive.sha256sum] = "0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2dba9456f15b01c9"
> +
> +do_configure_prepend() {
> +    # rest expects introspection.m4 at custom location (see aclocal.m4).
> +    cp -f ${STAGING_DIR_TARGET}/${datadir}/aclocal/introspection.m4 ${S}/build
> +}
> +
> +do_compile_prepend() {
> +    export GIR_EXTRA_LIBS_PATH="${B}/rest/.libs"
> +}
> +
> --
> 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