diff options
Diffstat (limited to 'meta/classes/uninative.bbclass')
-rw-r--r-- | meta/classes/uninative.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/uninative.bbclass b/meta/classes/uninative.bbclass index 6a9e862bcd..7f0591d49a 100644 --- a/meta/classes/uninative.bbclass +++ b/meta/classes/uninative.bbclass | |||
@@ -167,5 +167,7 @@ python uninative_changeinterp () { | |||
167 | if not elf.isDynamic(): | 167 | if not elf.isDynamic(): |
168 | continue | 168 | continue |
169 | 169 | ||
170 | os.chmod(f, s[stat.ST_MODE] | stat.S_IWUSR) | ||
170 | subprocess.check_output(("patchelf-uninative", "--set-interpreter", d.getVar("UNINATIVE_LOADER"), f), stderr=subprocess.STDOUT) | 171 | subprocess.check_output(("patchelf-uninative", "--set-interpreter", d.getVar("UNINATIVE_LOADER"), f), stderr=subprocess.STDOUT) |
172 | os.chmod(f, s[stat.ST_MODE]) | ||
171 | } | 173 | } |