aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-09-01 16:48:22 -0500
committerKhem Raj <raj.khem@gmail.com>2021-09-03 08:38:41 -0700
commit6ab19f740da4608de46ba78ba6b13bd6136e070d (patch)
treef686bf083ba46d1a540277cc5a943125d031d5d1 /meta-gnome/recipes-gnome
parent1191076e791a8641209d255d0b8cca44d669ade6 (diff)
downloadmeta-openembedded-contrib-6ab19f740da4608de46ba78ba6b13bd6136e070d.tar.gz
gjs: fix typo in RDEPENDS variable name
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb
index 75138125f7..a16455bfdd 100644
--- a/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb
+++ b/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb
@@ -35,4 +35,4 @@ FILES:${PN} += "${datadir}/gjs-1.0/lsan"
PACKAGES =+ "${PN}-valgrind"
FILES:${PN}-valgrind = "${datadir}/gjs-1.0/valgrind"
-RSEPENDS_${PN}-valgrind += "valgrind"
+RDEPENDS:${PN}-valgrind += "valgrind"