From: Jens Rehsack Date: Thu, 9 Jul 2020 05:19:23 +0000 (+0200) Subject: subversion: extend for nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~10578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=586a15b76f879f49c5224116cbf506b7ccf96cd2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 --- diff --git a/meta/recipes-devtools/subversion/subversion_1.14.0.bb b/meta/recipes-devtools/subversion/subversion_1.14.0.bb index b9884151cfe..452a025fcc4 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 = "" RDEPENDS_${PN} = "serf" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"