summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/yelp
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-gnome/recipes-gnome/yelp
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/yelp')
-rw-r--r--meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb2
-rw-r--r--meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb4
-rw-r--r--meta-gnome/recipes-gnome/yelp/yelp_40.3.bb6
3 files changed, 6 insertions, 6 deletions
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb b/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb
index f58c9ee4d6..0e7f499bc0 100644
--- a/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb
+++ b/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb
@@ -18,6 +18,6 @@ DEPENDS += " \
18 18
19SRC_URI[archive.sha256sum] = "664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae" 19SRC_URI[archive.sha256sum] = "664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae"
20 20
21RDEPENDS_${PN} += "python3-core yelp-xsl" 21RDEPENDS:${PN} += "python3-core yelp-xsl"
22 22
23BBCLASSEXTEND = "native" 23BBCLASSEXTEND = "native"
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb b/meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb
index 99b6667605..9ac88c1fe3 100644
--- a/meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb
+++ b/meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb
@@ -12,9 +12,9 @@ DEPENDS += "libxml2"
12 12
13SRC_URI[archive.sha256sum] = "919c552f846aaec741fe51d5af416b469bcdb25c77effc3b5a15a4b4b7ff814e" 13SRC_URI[archive.sha256sum] = "919c552f846aaec741fe51d5af416b469bcdb25c77effc3b5a15a4b4b7ff814e"
14 14
15RDEPENDS_${PN}_append_class-target = " libxml2 itstool" 15RDEPENDS:${PN}:append:class-target = " libxml2 itstool"
16 16
17# ensure our native consumers are forced to inherit itstool 17# ensure our native consumers are forced to inherit itstool
18RDEPENDS_${PN}_append_class-native = " libxml2-native" 18RDEPENDS:${PN}:append:class-native = " libxml2-native"
19 19
20BBCLASSEXTEND = "native" 20BBCLASSEXTEND = "native"
diff --git a/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb b/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb
index 3ea497845e..c179a618ba 100644
--- a/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb
+++ b/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb
@@ -22,13 +22,13 @@ DEPENDS += " \
22 yelp-xsl \ 22 yelp-xsl \
23" 23"
24 24
25do_configure_prepend() { 25do_configure:prepend() {
26 export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool 26 export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
27} 27}
28 28
29FILES_${PN} += " \ 29FILES:${PN} += " \
30 ${datadir}/metainfo \ 30 ${datadir}/metainfo \
31 ${datadir}/yelp-xsl \ 31 ${datadir}/yelp-xsl \
32" 32"
33 33
34RDEPENDS_${PN} += "yelp-xsl" 34RDEPENDS:${PN} += "yelp-xsl"