mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
cases/bbtests.py: ensure PACKAGE_CLASSES is set to RPM for bbtests.BitbakeTests.test_force_task_1
This is because the test expects to find "do_package_write_rpm" in the bitbake output. (From OE-Core rev: fbc75aa226e33c5ef5d3696b1c9c0f6652f23a98) Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5eae1f2ceb
commit
ed794b740b
@@ -89,6 +89,7 @@ class BitbakeTests(OESelftestTestCase):
|
||||
image_dir = bb_vars['D']
|
||||
pkgsplit_dir = bb_vars['PKGDEST']
|
||||
man_dir = bb_vars['mandir']
|
||||
self.write_config("PACKAGE_CLASSES = \"package_rpm\"")
|
||||
|
||||
bitbake('-c clean %s' % test_recipe)
|
||||
bitbake('-c package -f %s' % test_recipe)
|
||||
|
||||
Reference in New Issue
Block a user