summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/selftest/cases/bbtests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/bbtests.py b/meta/lib/oeqa/selftest/cases/bbtests.py
index dc423ec439..79390acc0d 100644
--- a/meta/lib/oeqa/selftest/cases/bbtests.py
+++ b/meta/lib/oeqa/selftest/cases/bbtests.py
@@ -89,6 +89,7 @@ class BitbakeTests(OESelftestTestCase):
89 image_dir = bb_vars['D'] 89 image_dir = bb_vars['D']
90 pkgsplit_dir = bb_vars['PKGDEST'] 90 pkgsplit_dir = bb_vars['PKGDEST']
91 man_dir = bb_vars['mandir'] 91 man_dir = bb_vars['mandir']
92 self.write_config("PACKAGE_CLASSES = \"package_rpm\"")
92 93
93 bitbake('-c clean %s' % test_recipe) 94 bitbake('-c clean %s' % test_recipe)
94 bitbake('-c package -f %s' % test_recipe) 95 bitbake('-c package -f %s' % test_recipe)