aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/yelp/yelp_40.3.bb')
-rw-r--r--meta-gnome/recipes-gnome/yelp/yelp_40.3.bb6
1 files changed, 3 insertions, 3 deletions
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 += " \
yelp-xsl \
"
-do_configure_prepend() {
+do_configure:prepend() {
export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
}
-FILES_${PN} += " \
+FILES:${PN} += " \
${datadir}/metainfo \
${datadir}/yelp-xsl \
"
-RDEPENDS_${PN} += "yelp-xsl"
+RDEPENDS:${PN} += "yelp-xsl"