summaryrefslogtreecommitdiffstats
path: root/meta/classes/uninative.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/uninative.bbclass')
-rw-r--r--meta/classes/uninative.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/uninative.bbclass b/meta/classes/uninative.bbclass
index b045a2818b..0798717714 100644
--- a/meta/classes/uninative.bbclass
+++ b/meta/classes/uninative.bbclass
@@ -127,6 +127,8 @@ python uninative_changeinterp () {
127 elf.open() 127 elf.open()
128 except oe.qa.NotELFFileError: 128 except oe.qa.NotELFFileError:
129 continue 129 continue
130 if not elf.isDynamic():
131 continue
130 132
131 try: 133 try:
132 subprocess.check_output(("patchelf-uninative", "--set-interpreter", 134 subprocess.check_output(("patchelf-uninative", "--set-interpreter",