From 69ed84746ac99f11c7406eff331b6aead4a155fa Mon Sep 17 00:00:00 2001 From: wangmy Date: Fri, 16 Jul 2021 09:13:15 +0800 Subject: yelp: upgrade 40.2 -> 40.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/yelp/yelp_40.2.bb | 34 ------------------------------ meta-gnome/recipes-gnome/yelp/yelp_40.3.bb | 34 ++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/yelp/yelp_40.2.bb create mode 100644 meta-gnome/recipes-gnome/yelp/yelp_40.3.bb (limited to 'meta-gnome/recipes-gnome') diff --git a/meta-gnome/recipes-gnome/yelp/yelp_40.2.bb b/meta-gnome/recipes-gnome/yelp/yelp_40.2.bb deleted file mode 100644 index f62f8b1bd6..0000000000 --- a/meta-gnome/recipes-gnome/yelp/yelp_40.2.bb +++ /dev/null @@ -1,34 +0,0 @@ -SUMMARY = "Help browser for the GNOME desktop" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = " \ - file://COPYING;md5=6e1b9cb787e76d7e6946887a65caa754 \ -" - -inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg - -# for webkitgtk -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI[archive.sha256sum] = "8aaaaf753ef4d97526f6a5308f1faee4aa627c4451ec92698a12e528535b5a1c" - -DEPENDS += " \ - libxml2-native \ - glib-2.0-native \ - gtk+3 \ - appstream-glib \ - libxslt \ - sqlite3 \ - webkitgtk \ - yelp-xsl \ -" - -do_configure_prepend() { - export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool -} - -FILES_${PN} += " \ - ${datadir}/metainfo \ - ${datadir}/yelp-xsl \ -" - -RDEPENDS_${PN} += "yelp-xsl" diff --git a/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb b/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb new file mode 100644 index 0000000000..3ea497845e --- /dev/null +++ b/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb @@ -0,0 +1,34 @@ +SUMMARY = "Help browser for the GNOME desktop" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=6e1b9cb787e76d7e6946887a65caa754 \ +" + +inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg + +# for webkitgtk +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI[archive.sha256sum] = "a173847851f26189be78ecbb10015d539d8cceffc7c23e8635492bc3ada5ee23" + +DEPENDS += " \ + libxml2-native \ + glib-2.0-native \ + gtk+3 \ + appstream-glib \ + libxslt \ + sqlite3 \ + webkitgtk \ + yelp-xsl \ +" + +do_configure_prepend() { + export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool +} + +FILES_${PN} += " \ + ${datadir}/metainfo \ + ${datadir}/yelp-xsl \ +" + +RDEPENDS_${PN} += "yelp-xsl" -- cgit 1.2.3-korg