summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2020-11-04 13:16:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-08 14:03:16 +0000
commit6852b66ee03e7ee61e4705eadd1957140b217f9c (patch)
tree6e8dce1bfa8a85bfde19017ea2655a89f33519f3 /meta/recipes-devtools
parentdfc2b114e9d62f0eee04129009a24a8edb2a8dd1 (diff)
downloadopenembedded-core-contrib-6852b66ee03e7ee61e4705eadd1957140b217f9c.tar.gz
rsync: add nativesdk to BBCLASSEXTEND
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/rsync/rsync_3.2.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_3.2.3.bb b/meta/recipes-devtools/rsync/rsync_3.2.3.bb
index 375efa0dea..b7205e5bde 100644
--- a/meta/recipes-devtools/rsync/rsync_3.2.3.bb
+++ b/meta/recipes-devtools/rsync/rsync_3.2.3.bb
@@ -55,4 +55,4 @@ do_install_append() {
install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir}
}
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"