summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/qemu/qemu-qoriq_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb
index 7423b542..889603c9 100644
--- a/recipes-devtools/qemu/qemu-qoriq_git.bb
+++ b/recipes-devtools/qemu/qemu-qoriq_git.bb
@@ -25,7 +25,7 @@ COMPATIBLE_HOST_mipsarchn64 = "null"
25PROVIDES = "qemu" 25PROVIDES = "qemu"
26 26
27python() { 27python() {
28 pkgs = d.getVar('PACKAGES', True).split() 28 pkgs = d.getVar('PACKAGES').split()
29 for p in pkgs: 29 for p in pkgs:
30 if 'qemu-qoriq' in p: 30 if 'qemu-qoriq' in p:
31 d.appendVar("RPROVIDES_%s" % p, p.replace('qemu-qoriq', 'qemu')) 31 d.appendVar("RPROVIDES_%s" % p, p.replace('qemu-qoriq', 'qemu'))