diff options
| -rw-r--r-- | meta/lib/oe/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/package.py b/meta/lib/oe/package.py index d1303f32bf..e6b46a0dc5 100644 --- a/meta/lib/oe/package.py +++ b/meta/lib/oe/package.py | |||
| @@ -1853,7 +1853,7 @@ def process_pkgconfig(pkgfiles, d): | |||
| 1853 | if m: | 1853 | if m: |
| 1854 | hdr = m.group(1) | 1854 | hdr = m.group(1) |
| 1855 | exp = pd.expand(m.group(2)) | 1855 | exp = pd.expand(m.group(2)) |
| 1856 | if hdr == 'Requires': | 1856 | if hdr == 'Requires' or hdr == 'Requires.private': |
| 1857 | pkgconfig_needed[pkg] += exp.replace(',', ' ').split() | 1857 | pkgconfig_needed[pkg] += exp.replace(',', ' ').split() |
| 1858 | continue | 1858 | continue |
| 1859 | m = var_re.match(l) | 1859 | m = var_re.match(l) |
