* move to meson build * remove intltool-native & gnome-common from DEPENDS - they are not needed * with meson build gir is configurable -> gobject-introspection-data is not a required distro feature any more
Signed-off-by: Andreas Müller <[email protected]> --- .../{libpeas_1.22.0.bb => libpeas_1.24.1.bb} | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) rename meta-oe/recipes-gnome/libpeas/{libpeas_1.22.0.bb => libpeas_1.24.1.bb} (41%) diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb b/meta-oe/recipes-gnome/libpeas/libpeas_1.24.1.bb similarity index 41% rename from meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb rename to meta-oe/recipes-gnome/libpeas/libpeas_1.24.1.bb index dd1b53e39..6c8e0e0bf 100644 --- a/meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb +++ b/meta-oe/recipes-gnome/libpeas/libpeas_1.24.1.bb @@ -3,20 +3,17 @@ HOMEPAGE = "https://wiki.gnome.org/Projects/Libpeas" LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=4b54a1fd55a448865a0b32d41598759d" -DEPENDS = "gnome-common gtk+3 intltool-native" +DEPENDS = "gtk+3" -inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache distro_features_check +GNOMEBASEBUILDCLASS = "meson" +GTKDOC_MESON_OPTION = "gtk_doc" -# gobject-introspection is mandatory and cannot be configured -REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" -UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection" +inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache -SRC_URI[archive.md5sum] = "a20dc55c3f88ad06da9491cfd7de7558" -SRC_URI[archive.sha256sum] = "5b2fc0f53962b25bca131a5ec0139e6fef8e254481b6e777975f7a1d2702a962" +SRC_URI[archive.md5sum] = "bbecf334a7333d0a5d4d655ba38be9b4" +SRC_URI[archive.sha256sum] = "9c3acf7a567cbb4f8bf62b096e013f12c3911cc850c3fa9900cbd5aa4f6ec284" -PACKAGECONFIG[python3] = "--enable-python3,--disable-python3,python3-pygobject" - -export GIR_EXTRA_LIBS_PATH = "${B}/libpeas/.libs" +PACKAGECONFIG[python3] = "-Dpython3=true,-Dpython3=false,python3-pygobject" PACKAGES =+ "${PN}-demo ${PN}-python3" FILES_${PN}-demo = " \ -- 2.21.0 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
