]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
package_manager.py: specify tmpdir for opkg ChenQi/opkg-tmpdir
authorChen Qi <Qi.Chen@windriver.com>
Thu, 19 May 2016 06:56:11 +0000 (14:56 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Wed, 15 Jun 2016 09:35:46 +0000 (17:35 +0800)
commit362ada944ff0259a4b28174623429716be28fe37
tree8b450dee1d1bcef069710e4f0b3e168580f5ddb6
parentc57ab66984bff1ea5596ffe592a0ca1e9ba82ab0
package_manager.py: specify tmpdir for opkg

Specify tmpdir for opkg via '-t' option so that opkg does not use
the default 'TMPDIR' which usually is '/tmp' on build host.

This would solve race problems like below.

  sh: /tmp/opkg-rOG6Tl/opkg-intercept-iPoEp5/depmod: Permission denied

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/lib/oe/package_manager.py