diff options
author | Jens Rehsack <rehsack@gmail.com> | 2020-07-09 07:19:24 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-22 22:46:37 +0100 |
commit | 6fe120ca96f65a5e2c83a5d2fe97f35e097d4164 (patch) | |
tree | 0f6f0d015cc2247549a1bb253c3e8f9735cdab05 | |
parent | 0bb2615ae7966160a940118eef20a3646ae9fd2d (diff) | |
download | poky-6fe120ca96f65a5e2c83a5d2fe97f35e097d4164.tar.gz |
serf: extend for nativesdk
As an unconditionally dependency of subversion, extend serf recipe for
building a nativesdk variant being usable by nativesdk-subversion.
(From OE-Core rev: 3b78a39535089bbafbeb1ebd854efe180890f375)
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ff731a25a49c768f04a474438efccb3bb505a898)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/serf/serf_1.3.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/serf/serf_1.3.9.bb b/meta/recipes-support/serf/serf_1.3.9.bb index dd4133a45c..6a27f12102 100644 --- a/meta/recipes-support/serf/serf_1.3.9.bb +++ b/meta/recipes-support/serf/serf_1.3.9.bb | |||
@@ -30,4 +30,4 @@ EXTRA_OESCONS = " \ | |||
30 | OPENSSL="${STAGING_EXECPREFIXDIR}" \ | 30 | OPENSSL="${STAGING_EXECPREFIXDIR}" \ |
31 | " | 31 | " |
32 | 32 | ||
33 | BBCLASSEXTEND = "native" | 33 | BBCLASSEXTEND = "native nativesdk" |