summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Rehsack <rehsack@gmail.com>2020-07-09 07:19:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-12 12:20:38 +0100
commitff731a25a49c768f04a474438efccb3bb505a898 (patch)
treeaf26bdcfd132cd7a24e843c42f53e7cbbf78c013
parent586a15b76f879f49c5224116cbf506b7ccf96cd2 (diff)
downloadopenembedded-core-contrib-ff731a25a49c768f04a474438efccb3bb505a898.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. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/serf/serf_1.3.9.bb2
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 = " \
OPENSSL="${STAGING_EXECPREFIXDIR}" \
"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"