]> code.ossystems Code Review - openembedded-core.git/commit
relocatable.bbclass: Handle files which don't have read/write permissions
authorJoshua Lock <josh@linux.intel.com>
Thu, 8 Apr 2010 15:35:16 +0000 (16:35 +0100)
committerJoshua Lock <josh@linux.intel.com>
Thu, 8 Apr 2010 15:41:24 +0000 (16:41 +0100)
commit10b6d140622e56f70dd5f84b66b8580be6f78c68
tree405eb4d8c08e6c6735c7ec15cd491e35e61acd07
parent572f86ce5bf7be6913a4a451f52241fcc6c682da
relocatable.bbclass: Handle files which don't have read/write permissions

It's possible to have files in our sysroot which don't have the write (or in
some cases even the read) bit set. Test for these and if they are not set
temporarily set them so that we can chrpath the binaries.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/classes/relocatable.bbclass