From: Joshua Lock Date: Wed, 24 Feb 2016 14:52:05 +0000 (+0000) Subject: rsync: add native variant X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26802 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18b3f229ab4c730936e3cf2b700a269920e2ec71;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git rsync: add native variant Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/rsync/rsync_3.1.2.bb b/meta/recipes-devtools/rsync/rsync_3.1.2.bb index 71c2045aed3..7237f438935 100644 --- a/meta/recipes-devtools/rsync/rsync_3.1.2.bb +++ b/meta/recipes-devtools/rsync/rsync_3.1.2.bb @@ -26,3 +26,5 @@ do_configure_prepend () { do_configure_append () { cp -f ${S}/configure ${S}/configure.sh } + +BBCLASSEXTEND = "native"