diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/devtool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index c6dbf50e68..6d9cd46bf3 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py | |||
| @@ -373,7 +373,7 @@ class DevtoolAddTests(DevtoolBase): | |||
| 373 | recipefile = '%s/recipes/libftdi/libftdi_%s.bb' % (self.workspacedir, version) | 373 | recipefile = '%s/recipes/libftdi/libftdi_%s.bb' % (self.workspacedir, version) |
| 374 | result = runCmd('recipetool setvar %s EXTRA_OECMAKE -- \'-DPYTHON_BINDINGS=OFF -DLIBFTDI_CMAKE_CONFIG_DIR=${datadir}/cmake/Modules\'' % recipefile) | 374 | result = runCmd('recipetool setvar %s EXTRA_OECMAKE -- \'-DPYTHON_BINDINGS=OFF -DLIBFTDI_CMAKE_CONFIG_DIR=${datadir}/cmake/Modules\'' % recipefile) |
| 375 | with open(recipefile, 'a') as f: | 375 | with open(recipefile, 'a') as f: |
| 376 | f.write('\nFILES_${PN}-dev += "${datadir}/cmake/Modules"\n') | 376 | f.write('\nFILES:${PN}-dev += "${datadir}/cmake/Modules"\n') |
| 377 | # We don't have the ability to pick up this dependency automatically yet... | 377 | # We don't have the ability to pick up this dependency automatically yet... |
| 378 | f.write('\nDEPENDS += "libusb1"\n') | 378 | f.write('\nDEPENDS += "libusb1"\n') |
| 379 | f.write('\nTESTLIBOUTPUT = "${COMPONENTS_DIR}/${TUNE_PKGARCH}/${PN}/${libdir}"\n') | 379 | f.write('\nTESTLIBOUTPUT = "${COMPONENTS_DIR}/${TUNE_PKGARCH}/${PN}/${libdir}"\n') |
