This is useful when recipes require rsync native tool to copy files locally and through the network.
Signed-off-by: Felipe F. Tonello <[email protected]> --- meta/recipes-devtools/rsync/rsync.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/rsync/rsync.inc b/meta/recipes-devtools/rsync/rsync.inc index c65f270312c9..1219dd3be9b6 100644 --- a/meta/recipes-devtools/rsync/rsync.inc +++ b/meta/recipes-devtools/rsync/rsync.inc @@ -21,3 +21,5 @@ do_install_append() { } EXTRA_OEMAKE='STRIP=""' + +BBCLASSEXTEND = "native" -- 2.8.2 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
