On 2 March 2017 at 17:29, Stefan Strogin <[email protected]> wrote: > + cp -r ${S}/src/test ${D}${PTEST_PATH}/ > + mkdir ${D}${PTEST_PATH}/objs > + cp ${S}/src/objs/libslang.a ${D}${PTEST_PATH}/objs/ >
Why? If this is because the tests need sltest, that's already been built and is in the package: just patch the Makefile instead. It's also huge, so I'd be tempted to say we should strip sltest as enabling ptest for slang causes slang-dbg to increase by 2MB. Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
