diff options
author | Joshua Lock <joshua.g.lock@intel.com> | 2016-02-24 14:52:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:33:02 +0000 |
commit | 04c4719012715a3c26e8dadaea8bfc8a3175234f (patch) | |
tree | 2c69db3cd6591a9e449de268bba11e1bf8a14bfa /meta/recipes-devtools/rsync | |
parent | 2c20fe4ba1638b4946dffc0fdcbbd8e439cba511 (diff) | |
download | poky-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/rsync')
-rw-r--r-- | meta/recipes-devtools/rsync/rsync_3.1.2.bb | 2 |
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 () { | |||
26 | do_configure_append () { | 26 | do_configure_append () { |
27 | cp -f ${S}/configure ${S}/configure.sh | 27 | cp -f ${S}/configure ${S}/configure.sh |
28 | } | 28 | } |
29 | |||
30 | BBCLASSEXTEND = "native" | ||