aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <joshua.g.lock@intel.com>2016-02-24 14:52:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-28 11:32:37 +0000
commit18b3f229ab4c730936e3cf2b700a269920e2ec71 (patch)
tree635ea79bacc44454394614005893cc46d3c6980a
parent70ffd3111d85c770f23268c35c1cb2070c6dd2e9 (diff)
downloadopenembedded-core-contrib-18b3f229ab4c730936e3cf2b700a269920e2ec71.tar.gz
rsync: add native variant
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-devtools/rsync/rsync_3.1.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_3.1.2.bb b/meta/recipes-devtools/rsync/rsync_3.1.2.bb
index 71c2045aed..7237f43893 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"