aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2017-04-13 11:29:43 -0300
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-24 11:02:39 +0200
commit2c21aa8633e4e3538099bcc56d76ab0a594411b4 (patch)
tree612d6d3c3feaabd49b63b2a337e41bb2fb5662c4 /meta-oe/recipes-support
parent8210c6300b6766eeb5083113f41a0b3121958c12 (diff)
downloadmeta-openembedded-2c21aa8633e4e3538099bcc56d76ab0a594411b4.tar.gz
libsodium: Extend recipe for native and nativesdk usage
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb b/meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb
index 22d315504b..cbcbe96cd7 100644
--- a/meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb
+++ b/meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb
@@ -8,3 +8,5 @@ SRC_URI[md5sum] = "b58928d035064b2a46fb564937b83540"
SRC_URI[sha256sum] = "a14549db3c49f6ae2170cbbf4664bd48ace50681045e8dbea7c8d9fb96f9c765"
inherit autotools
+
+BBCLASSEXTEND = "native nativesdk"