From 891a043a6652f0e12426e308552daf83d01d8776 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 9 Jun 2021 08:38:27 +0200 Subject: yelp-tools: upgrade 3.32.2 -> 40.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.2.bb | 21 -------------------- meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 21 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.2.bb create mode 100644 meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb diff --git a/meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.2.bb b/meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.2.bb deleted file mode 100644 index af2bab3804..0000000000 --- a/meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.2.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Collection of scripts and build utilities for documentation" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = " \ - file://COPYING;md5=d67c6f9f1515506abfea4f0d920c0774 \ - file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ -" - -inherit gnomebase itstool - -DEPENDS += " \ - libxslt-native \ - libxml2-native \ - yelp-xsl \ -" - -SRC_URI[archive.md5sum] = "7856f9ad0492aaf9adf097f5058bfc2e" -SRC_URI[archive.sha256sum] = "183856b5ed0b0bb2c05dd1204af023946ed436943e35e789afb0295e5e71e8f9" - -RDEPENDS_${PN} += "yelp-xsl" - -BBCLASSEXTEND = "native" diff --git a/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb b/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb new file mode 100644 index 0000000000..f58c9ee4d6 --- /dev/null +++ b/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb @@ -0,0 +1,23 @@ +SUMMARY = "Collection of scripts and build utilities for documentation" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=d67c6f9f1515506abfea4f0d920c0774 \ + file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ +" + +GNOMEBASEBUILDCLASS = "meson" + +inherit gnomebase itstool + +DEPENDS += " \ + libxslt-native \ + libxml2-native \ + python3-lxml-native \ + yelp-xsl \ +" + +SRC_URI[archive.sha256sum] = "664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae" + +RDEPENDS_${PN} += "python3-core yelp-xsl" + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg