diff options
-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 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", |