diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-15 17:47:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-16 12:05:48 +0000 |
commit | e4319b6dd0dbaed7a509cb82bc4251896f612c0f (patch) | |
tree | 32a11d9817e4cbd7efccd3975b34548ab4d88353 /meta-yocto/classes/poky-sanity.bbclass | |
parent | fd291d0120ae171108d71eabf7d7b2e3e9fc0e44 (diff) | |
download | poky-e4319b6dd0dbaed7a509cb82bc4251896f612c0f.tar.gz |
package_rpm: Fix a race with package_deb/package_ipk
We have the odd situation where the CONTROL/DEBIAN directory can be removed
in the middle of the walk, the isdir() test would then fail and the walk code
would assume its a file hence we check for the names in files too.
This resolves the autobuilder failure:
error: File not found: /home/pokybuild/yocto-autobuilder/yocto-slave/nightly-fsl-arm/build/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/xinit/1_1.3.3-r0/package/DEBIAN
RPM build errors:
File not found: /home/pokybuild/yocto-autobuilder/yocto-slave/nightly-fsl-arm/build/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/xinit/1_1.3.3-r0/package/DEBIAN
(From OE-Core rev: e38d7702be279d6d6d4c79b3f2379e689a7473d2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/classes/poky-sanity.bbclass')
0 files changed, 0 insertions, 0 deletions