]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
rsync: add native variant
authorJoshua Lock <joshua.g.lock@intel.com>
Wed, 24 Feb 2016 14:52:05 +0000 (14:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 11:32:37 +0000 (11:32 +0000)
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/rsync/rsync_3.1.2.bb

index 71c2045aed3b5600f39f251e14f7c49f36300d66..7237f4389353d18369eadecc19764e5c9e977a43 100644 (file)
@@ -26,3 +26,5 @@ do_configure_prepend () {
 do_configure_append () {
        cp -f ${S}/configure ${S}/configure.sh
 }
+
+BBCLASSEXTEND = "native"