From: Nathan Rossi Date: Wed, 4 Nov 2020 13:16:19 +0000 (+0000) Subject: rsync: add nativesdk to BBCLASSEXTEND X-Git-Tag: uninative-2.10~772 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6852b66ee03e7ee61e4705eadd1957140b217f9c;p=openembedded-core.git rsync: add nativesdk to BBCLASSEXTEND Signed-off-by: Nathan Rossi Signed-off-by: Richard Purdie --- 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"