summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rsync
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:20 +0000
commitdecd9f224f997846de9b339078307d9d239dd234 (patch)
treefca27b609805f6d19d9f31a2c32b5c1a076b90ba /meta/recipes-devtools/rsync
parente4c3655d0a78db933a71eb0cec0d718f53bedc8c (diff)
downloadpoky-decd9f224f997846de9b339078307d9d239dd234.tar.gz
rsync: add nativesdk to BBCLASSEXTEND
(From OE-Core rev: 6852b66ee03e7ee61e4705eadd1957140b217f9c) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rsync')
-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() {
55 install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir} 55 install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir}
56} 56}
57 57
58BBCLASSEXTEND = "native" 58BBCLASSEXTEND = "native nativesdk"