[OE-core] [PATCH 26/30] libgcrypt.inc: Handle packaging of .exe files

Nathan Rossi nathan at nathanrossi.com
Mon Jan 16 14:15:10 UTC 2017


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 <nathan at nathanrossi.com>
---
 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




More information about the Openembedded-core mailing list