diff mbox

[3/5] libgcrypt: Allow for sdk build.

Message ID 2eb1b31ddbe9ee81a4017dadb7ccac2878e3e813.1386747197.git.christian.braunersorensen@prevas.dk
State Rejected
Delegated to: Esben Haabendal
Headers show

Commit Message

christian.braunersorensen@prevas.dk Dec. 11, 2013, 7:34 a.m. UTC
From: Christian Sørensen <christian.braunersorensen@prevas.dk>

Signed-off-by: Christian Sørensen <christian.braunersorensen@prevas.dk>
---
 recipes/libgcrypt/libgcrypt.inc | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/recipes/libgcrypt/libgcrypt.inc b/recipes/libgcrypt/libgcrypt.inc
index 01634f6..d1b92e5 100644
--- a/recipes/libgcrypt/libgcrypt.inc
+++ b/recipes/libgcrypt/libgcrypt.inc
@@ -1,6 +1,8 @@ 
 DESCRIPTION = "A general purpose cryptographic library based on the code from GnuPG"
 HOMEPAGE = "http://directory.fsf.org/project/libgcrypt/"
 
+RECIPE_TYPES = "machine sdk"
+
 inherit autotools-autoreconf binconfig pkgconfig library
 
 DEPENDS = "libgpg-error libcap2"