From: Nathan Rossi Date: Wed, 4 Nov 2020 13:16:19 +0000 (+0000) Subject: rsync: add nativesdk to BBCLASSEXTEND X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9653 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6852b66ee03e7ee61e4705eadd1957140b217f9c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 375efa0dea5..b7205e5bdef 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"