From b0eeb48a28070f75aa16437e599a46ebbb5e2ebf Mon Sep 17 00:00:00 2001 From: "zhengrq.fnst@fujitsu.com" Date: Mon, 14 Nov 2022 11:21:58 +0800 Subject: yelp-tools: upgrade 42.0 -> 42.1 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/yelp/yelp-tools_42.0.bb | 23 ----------------------- meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/yelp/yelp-tools_42.0.bb create mode 100644 meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb diff --git a/meta-gnome/recipes-gnome/yelp/yelp-tools_42.0.bb b/meta-gnome/recipes-gnome/yelp/yelp-tools_42.0.bb deleted file mode 100644 index a5da8590ff..0000000000 --- a/meta-gnome/recipes-gnome/yelp/yelp-tools_42.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Collection of scripts and build utilities for documentation" -LICENSE = "GPL-2.0-or-later" -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] = "2cd43063ffa7262df15dd8d379aa3ea3999d42661f07563f4802daa1149f7df4" - -RDEPENDS:${PN} += "python3-core yelp-xsl" - -BBCLASSEXTEND = "native" diff --git a/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb b/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb new file mode 100644 index 0000000000..28ba392884 --- /dev/null +++ b/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb @@ -0,0 +1,23 @@ +SUMMARY = "Collection of scripts and build utilities for documentation" +LICENSE = "GPL-2.0-or-later" +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] = "3e496a4020d4145b99fd508a25fa09336a503a4e8900028421e72c6a4b11f905" + +RDEPENDS:${PN} += "python3-core yelp-xsl" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf