From: Jens Rehsack Date: Thu, 9 Jul 2020 05:19:23 +0000 (+0200) Subject: subversion: extend for nativesdk X-Git-Tag: 2020-04.2-dunfell~17 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=795781db8a82c9268fcabc93dd54cb6b07cbe9c8;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 (cherry picked from commit 586a15b76f879f49c5224116cbf506b7ccf96cd2) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/subversion/subversion_1.13.0.bb b/meta/recipes-devtools/subversion/subversion_1.13.0.bb index 6879f1249f..b3c44ca9b9 100644 --- a/meta/recipes-devtools/subversion/subversion_1.13.0.bb +++ b/meta/recipes-devtools/subversion/subversion_1.13.0.bb @@ -60,4 +60,4 @@ PARALLEL_MAKEINST = "" RDEPENDS_${PN} = "serf" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"