diff options
author | Jens Rehsack <rehsack@gmail.com> | 2020-07-09 07:19:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-22 22:46:37 +0100 |
commit | 0bb2615ae7966160a940118eef20a3646ae9fd2d (patch) | |
tree | 42cfb07f226482d149f55a78f8d72a200e0c476d /meta/recipes-devtools/subversion | |
parent | 20ed7727356e3c2fca7ce939f1e1a3c8f5fb47a3 (diff) | |
download | poky-0bb2615ae7966160a940118eef20a3646ae9fd2d.tar.gz |
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.
(From OE-Core rev: 795781db8a82c9268fcabc93dd54cb6b07cbe9c8)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/subversion')
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.13.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "" | |||
60 | 60 | ||
61 | RDEPENDS_${PN} = "serf" | 61 | RDEPENDS_${PN} = "serf" |
62 | 62 | ||
63 | BBCLASSEXTEND = "native" | 63 | BBCLASSEXTEND = "native nativesdk" |