]> code.ossystems Code Review - openembedded-core.git/commitdiff
subversion: extend for nativesdk
authorJens Rehsack <rehsack@gmail.com>
Thu, 9 Jul 2020 05:19:23 +0000 (07:19 +0200)
committerSteve Sakoman <steve@sakoman.com>
Tue, 14 Jul 2020 03:16:12 +0000 (17:16 -1000)
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 <sno@netbsd.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 586a15b76f879f49c5224116cbf506b7ccf96cd2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/subversion/subversion_1.13.0.bb

index 6879f1249f9e2517487972729efb43037cf45e22..b3c44ca9b93405ec0a00c84fc9aa0e85a5540f23 100644 (file)
@@ -60,4 +60,4 @@ PARALLEL_MAKEINST = ""
 
 RDEPENDS_${PN} = "serf"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"