Use a wildcard to handle packaging of .exe for the hmac/dumpexp packages. Also add the packaging of mpicalc* to the -dev package.
Signed-off-by: Nathan Rossi <[email protected]> --- meta/recipes-support/libgcrypt/libgcrypt.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index 1677a908d1..963338770a 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt.inc +++ b/meta/recipes-support/libgcrypt/libgcrypt.inc @@ -46,8 +46,8 @@ do_install_append() { PACKAGES =+ "dumpsexp-dev" -FILES_${PN}-dev += "${bindir}/hmac256" -FILES_dumpsexp-dev += "${bindir}/dumpsexp" +FILES_${PN}-dev += "${bindir}/hmac256* ${bindir}/mpicalc*" +FILES_dumpsexp-dev += "${bindir}/dumpsexp*" ARM_INSTRUCTION_SET = "arm" -- 2.11.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
