diff options
author | Jens Rehsack <rehsack@gmail.com> | 2020-07-09 07:19:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-12 12:21:48 +0100 |
commit | 9108fbe944a1e6bf1d27949dd5e9272b617fabe3 (patch) | |
tree | 458df6f51de47f45f36a8299afa70f5d0858179d /meta/recipes-devtools | |
parent | 05aabd3744f71f73e944adc787caec0faff6d9e6 (diff) | |
download | poky-9108fbe944a1e6bf1d27949dd5e9272b617fabe3.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: 586a15b76f879f49c5224116cbf506b7ccf96cd2)
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.14.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "" | |||
59 | 59 | ||
60 | RDEPENDS_${PN} = "serf" | 60 | RDEPENDS_${PN} = "serf" |
61 | 61 | ||
62 | BBCLASSEXTEND = "native" | 62 | BBCLASSEXTEND = "native nativesdk" |