From 4d8e9340744a9aeeb6673e3ade38a1286a0df7bd Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 12 Apr 2016 14:38:15 +0100 Subject: rsync: remove bbappend, the native variant is provided by OE-Core We no longer need to add a BBCLASSEXTEND = "native" as this change has been integrated in the rsync recipe in OE-Core. Signed-off-by: Joshua Lock --- recipes-devtools/rsync/rsync_%.bbappend | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes-devtools/rsync/rsync_%.bbappend diff --git a/recipes-devtools/rsync/rsync_%.bbappend b/recipes-devtools/rsync/rsync_%.bbappend deleted file mode 100644 index 0cec780..0000000 --- a/recipes-devtools/rsync/rsync_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -BBCLASSEXTEND = "native" \ No newline at end of file -- cgit