diff options
Diffstat (limited to 'meta/classes/package_ipk.bbclass')
| -rw-r--r-- | meta/classes/package_ipk.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index 08f7020a9e..1b5f4f59e3 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass | |||
| @@ -21,6 +21,8 @@ python do_package_ipk () { | |||
| 21 | import textwrap | 21 | import textwrap |
| 22 | import subprocess | 22 | import subprocess |
| 23 | 23 | ||
| 24 | oldcwd = os.getcwd() | ||
| 25 | |||
| 24 | workdir = d.getVar('WORKDIR', True) | 26 | workdir = d.getVar('WORKDIR', True) |
| 25 | outdir = d.getVar('PKGWRITEDIRIPK', True) | 27 | outdir = d.getVar('PKGWRITEDIRIPK', True) |
| 26 | tmpdir = d.getVar('TMPDIR', True) | 28 | tmpdir = d.getVar('TMPDIR', True) |
| @@ -254,6 +256,7 @@ python do_package_ipk () { | |||
| 254 | cleanupcontrol(root) | 256 | cleanupcontrol(root) |
| 255 | bb.utils.unlockfile(lf) | 257 | bb.utils.unlockfile(lf) |
| 256 | 258 | ||
| 259 | os.chdir(oldcwd) | ||
| 257 | } | 260 | } |
| 258 | # Otherwise allarch packages may change depending on override configuration | 261 | # Otherwise allarch packages may change depending on override configuration |
| 259 | do_package_ipk[vardepsexclude] = "OVERRIDES" | 262 | do_package_ipk[vardepsexclude] = "OVERRIDES" |
