diff options
-rw-r--r-- | meta/classes/testexport.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/testexport.bbclass b/meta/classes/testexport.bbclass index b503c8d357..98468c96fd 100644 --- a/meta/classes/testexport.bbclass +++ b/meta/classes/testexport.bbclass | |||
@@ -178,4 +178,4 @@ def testexport_create_tarball(d, tar_name, src_dir): | |||
178 | tar.close() | 178 | tar.close() |
179 | os.chdir(current_dir) | 179 | os.chdir(current_dir) |
180 | 180 | ||
181 | inherit testimage | 181 | IMAGE_CLASSES += "testimage" |