diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2020-11-04 13:16:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-08 14:03:20 +0000 |
commit | decd9f224f997846de9b339078307d9d239dd234 (patch) | |
tree | fca27b609805f6d19d9f31a2c32b5c1a076b90ba /meta/recipes-devtools/rsync/rsync_3.2.3.bb | |
parent | e4c3655d0a78db933a71eb0cec0d718f53bedc8c (diff) | |
download | poky-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/rsync_3.2.3.bb')
-rw-r--r-- | meta/recipes-devtools/rsync/rsync_3.2.3.bb | 2 |
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 | ||
58 | BBCLASSEXTEND = "native" | 58 | BBCLASSEXTEND = "native nativesdk" |