From: Jens Rehsack Date: Thu, 9 Jul 2020 05:19:23 +0000 (+0200) Subject: subversion: extend for nativesdk X-Git-Tag: uninative-2.9~281 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=586a15b76f879f49c5224116cbf506b7ccf96cd2;p=openembedded-core.git subversion: extend for nativesdk For SDK environments where people still use subversion, let it easily being added to buildtools-tarball to invite more developers relying on Yocto based SDKs without much requirement to setup anything on the development workplace. Signed-off-by: Jens Rehsack Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/subversion/subversion_1.14.0.bb b/meta/recipes-devtools/subversion/subversion_1.14.0.bb index b9884151cf..452a025fcc 100644 --- a/meta/recipes-devtools/subversion/subversion_1.14.0.bb +++ b/meta/recipes-devtools/subversion/subversion_1.14.0.bb @@ -59,4 +59,4 @@ PARALLEL_MAKEINST = "" RDEPENDS_${PN} = "serf" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"