diff options
Diffstat (limited to 'recipes-devtools/qemu')
| -rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_git.bb | 2 |
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 7423b5426..889603c90 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" | |||
| 25 | PROVIDES = "qemu" | 25 | PROVIDES = "qemu" |
| 26 | 26 | ||
| 27 | python() { | 27 | python() { |
| 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')) |
