From: Jens Rehsack Date: Thu, 9 Jul 2020 05:19:24 +0000 (+0200) Subject: serf: extend for nativesdk X-Git-Tag: uninative-2.9~280 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ff731a25a49c768f04a474438efccb3bb505a898;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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"