[oe] [meta-oe][PATCH] libpeas: upgrade 1.22.0 -> 1.24.0
Andreas Müller
schnitzeltony at gmail.com
Wed Nov 6 20:54:20 UTC 2019
On Wed, Nov 6, 2019 at 12:45 PM Zheng Ruoqin
<zhengrq.fnst at cn.fujitsu.com> wrote:
>
> Change buildtool from autotools to meson with version upgrade.
>
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst at cn.fujitsu.com>
have similar:
+ cleanup dependencies
+ -> V1.24.1
+ remove distro_features_check
+ GIR_EXTRA_LIBS_PATH can go
Was just sent - sorry for chiming in again
Andreas
> ---
> .../libpeas/{libpeas_1.22.0.bb => libpeas_1.24.0.bb} | 11 +++++------
> 1 file changed, 5 insertions(+), 6 deletions(-)
> rename meta-oe/recipes-gnome/libpeas/{libpeas_1.22.0.bb => libpeas_1.24.0.bb} (58%)
>
> diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb b/meta-oe/recipes-gnome/libpeas/libpeas_1.24.0.bb
> similarity index 58%
> rename from meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb
> rename to meta-oe/recipes-gnome/libpeas/libpeas_1.24.0.bb
> index dd1b53e..33c5fbb 100644
> --- a/meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb
> +++ b/meta-oe/recipes-gnome/libpeas/libpeas_1.24.0.bb
> @@ -5,16 +5,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4b54a1fd55a448865a0b32d41598759d"
>
> DEPENDS = "gnome-common gtk+3 intltool-native"
>
> +GNOMEBASEBUILDCLASS = "meson"
> inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache distro_features_check
>
> -# gobject-introspection is mandatory and cannot be configured
> -REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
> -UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection"
> +GTKDOC_MESON_OPTION = "gtk_doc"
>
> -SRC_URI[archive.md5sum] = "a20dc55c3f88ad06da9491cfd7de7558"
> -SRC_URI[archive.sha256sum] = "5b2fc0f53962b25bca131a5ec0139e6fef8e254481b6e777975f7a1d2702a962"
> +SRC_URI[archive.md5sum] = "7a136eea60930012deff2f7bfa3673be"
> +SRC_URI[archive.sha256sum] = "0b9a00138c129a663de3eef5569b00ace03ce31d345f7af783768e9f35c8e6f9"
>
> -PACKAGECONFIG[python3] = "--enable-python3,--disable-python3,python3-pygobject"
> +PACKAGECONFIG[python3] = "-Dpython3=true,-Dpython3=false,python3-pygobject"
>
> export GIR_EXTRA_LIBS_PATH = "${B}/libpeas/.libs"
>
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> 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