]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jul 2020 11:20:38 +0000 (12:20 +0100)
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>
meta/recipes-devtools/subversion/subversion_1.14.0.bb

index b9884151cfe6cbe182f6416c7a838d72ac81bfaa..452a025fcc42aea5a9b708310ef21b6eded72fd2 100644 (file)
@@ -59,4 +59,4 @@ PARALLEL_MAKEINST = ""
 
 RDEPENDS_${PN} = "serf"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"