diff options
Diffstat (limited to 'meta/lib/oe/package.py')
| -rw-r--r-- | meta/lib/oe/package.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/oe/package.py b/meta/lib/oe/package.py index 1dd20f85eb..f69bf9c353 100644 --- a/meta/lib/oe/package.py +++ b/meta/lib/oe/package.py | |||
| @@ -456,8 +456,7 @@ def fixup_perms(d): | |||
| 456 | 'sbindir', | 456 | 'sbindir', |
| 457 | 'libexecdir', | 457 | 'libexecdir', |
| 458 | 'libdir', | 458 | 'libdir', |
| 459 | 'includedir', | 459 | 'includedir' ] |
| 460 | 'oldincludedir' ] | ||
| 461 | 460 | ||
| 462 | for path in target_path_vars: | 461 | for path in target_path_vars: |
| 463 | dir = d.getVar(path) or "" | 462 | dir = d.getVar(path) or "" |
