summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gdk-pixbuf
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2017-08-21 02:09:57 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-21 08:31:58 +0100
commit92a299a550b5b9c68c0285fdeb3d4c9defa0dede (patch)
treef8a12f54f61586fa247458a3ef2e17a031d3a789 /meta/recipes-gnome/gdk-pixbuf
parent1df60b09f7a60427795ec828c9c7180e4e52f98c (diff)
downloadopenembedded-core-contrib-92a299a550b5b9c68c0285fdeb3d4c9defa0dede.tar.gz
gdk-pixbuf: fix ptest RDEPENDS for multilib build
Don't hardcode the package name, it could be gdk-pixbuf or lib32-gdk-pixbuf. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gdk-pixbuf')
-rw-r--r--meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.8.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.8.bb
index 3d16ee0d8c..14e63d9683 100644
--- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.8.bb
+++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.8.bb
@@ -74,7 +74,7 @@ python populate_packages_prepend () {
# The test suite exercises all the loaders, so ensure they are all
# dependencies of the ptest package.
- d.appendVar("RDEPENDS_gdk-pixbuf-ptest", " " + packages)
+ d.appendVar("RDEPENDS_%s-ptest" % d.getVar('PN', True), " " + packages)
}
do_install_append() {