diff options
| author | Fabio Berton <fabio.berton@ossystems.com.br> | 2017-04-13 11:29:43 -0300 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-24 11:02:39 +0200 |
| commit | 2c21aa8633e4e3538099bcc56d76ab0a594411b4 (patch) | |
| tree | 612d6d3c3feaabd49b63b2a337e41bb2fb5662c4 /meta-oe/recipes-support/libsodium | |
| parent | 8210c6300b6766eeb5083113f41a0b3121958c12 (diff) | |
| download | meta-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/libsodium')
| -rw-r--r-- | meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb | 2 |
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" | |||
| 8 | SRC_URI[sha256sum] = "a14549db3c49f6ae2170cbbf4664bd48ace50681045e8dbea7c8d9fb96f9c765" | 8 | SRC_URI[sha256sum] = "a14549db3c49f6ae2170cbbf4664bd48ace50681045e8dbea7c8d9fb96f9c765" |
| 9 | 9 | ||
| 10 | inherit autotools | 10 | inherit autotools |
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
