aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
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:33:02 +0000
commit04c4719012715a3c26e8dadaea8bfc8a3175234f (patch)
tree2c69db3cd6591a9e449de268bba11e1bf8a14bfa /meta/recipes-devtools
parent2c20fe4ba1638b4946dffc0fdcbbd8e439cba511 (diff)
downloadopenembedded-core-contrib-04c4719012715a3c26e8dadaea8bfc8a3175234f.tar.gz
rsync: add native variant
(From OE-Core rev: 18b3f229ab4c730936e3cf2b700a269920e2ec71) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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"