summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-03-09 23:59:31 +1000
committerJuro Bystricky <juro.bystricky@intel.com>2017-04-06 13:47:39 -0700
commit1ee7ae05742e6f39f9244cb5ba2da3f885c60c8b (patch)
treeb73e2fd9ee52f2735a701279fa696ff3c8686fbe
parent8c0f934c9858dd378b759d36e4e9af75fe763351 (diff)
libgpg-error: Handle packaging .exe files
Handle packaging gpg-error.exe in the -dev package. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-support/libgpg-error/libgpg-error_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-support/libgpg-error/libgpg-error_%.bbappend b/recipes-support/libgpg-error/libgpg-error_%.bbappend
new file mode 100644
index 0000000..8fcfa78
--- /dev/null
+++ b/recipes-support/libgpg-error/libgpg-error_%.bbappend
@@ -0,0 +1,3 @@
+
+FILES_${PN}-dev_append_mingw32 = " ${bindir}/gpg-error.exe"
+