diff options
Diffstat (limited to 'recipes-daemons/ptpd/ptpd-qoriq.bb')
| -rw-r--r-- | recipes-daemons/ptpd/ptpd-qoriq.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-daemons/ptpd/ptpd-qoriq.bb b/recipes-daemons/ptpd/ptpd-qoriq.bb index cb047fd24..569deed5f 100644 --- a/recipes-daemons/ptpd/ptpd-qoriq.bb +++ b/recipes-daemons/ptpd/ptpd-qoriq.bb | |||
| @@ -17,7 +17,7 @@ PROVIDES = "ptpd" | |||
| 17 | inherit autotools pkgconfig systemd | 17 | inherit autotools pkgconfig systemd |
| 18 | 18 | ||
| 19 | python() { | 19 | python() { |
| 20 | pkgs = d.getVar('PACKAGES', True).split() | 20 | pkgs = d.getVar('PACKAGES').split() |
| 21 | for p in pkgs: | 21 | for p in pkgs: |
| 22 | if 'ptpd-qoriq' in p: | 22 | if 'ptpd-qoriq' in p: |
| 23 | d.appendVar("RPROVIDES_%s" % p, p.replace('ptpd-qoriq', 'ptpd')) | 23 | d.appendVar("RPROVIDES_%s" % p, p.replace('ptpd-qoriq', 'ptpd')) |
