diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-gnome/recipes-gnome/yelp | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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.bb | 2 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb | 4 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/yelp/yelp_40.3.bb | 6 |
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 | ||
| 19 | SRC_URI[archive.sha256sum] = "664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae" | 19 | SRC_URI[archive.sha256sum] = "664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae" |
| 20 | 20 | ||
| 21 | RDEPENDS_${PN} += "python3-core yelp-xsl" | 21 | RDEPENDS:${PN} += "python3-core yelp-xsl" |
| 22 | 22 | ||
| 23 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "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 | ||
| 13 | SRC_URI[archive.sha256sum] = "919c552f846aaec741fe51d5af416b469bcdb25c77effc3b5a15a4b4b7ff814e" | 13 | SRC_URI[archive.sha256sum] = "919c552f846aaec741fe51d5af416b469bcdb25c77effc3b5a15a4b4b7ff814e" |
| 14 | 14 | ||
| 15 | RDEPENDS_${PN}_append_class-target = " libxml2 itstool" | 15 | RDEPENDS:${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 |
| 18 | RDEPENDS_${PN}_append_class-native = " libxml2-native" | 18 | RDEPENDS:${PN}:append:class-native = " libxml2-native" |
| 19 | 19 | ||
| 20 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "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 | ||
| 25 | do_configure_prepend() { | 25 | do_configure:prepend() { |
| 26 | export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool | 26 | export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | FILES_${PN} += " \ | 29 | FILES:${PN} += " \ |
| 30 | ${datadir}/metainfo \ | 30 | ${datadir}/metainfo \ |
| 31 | ${datadir}/yelp-xsl \ | 31 | ${datadir}/yelp-xsl \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | RDEPENDS_${PN} += "yelp-xsl" | 34 | RDEPENDS:${PN} += "yelp-xsl" |
