From f6158dcd88e1430aa896f03746f7e411a4179776 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Thu, 12 Sep 2019 15:56:22 -0700 Subject: busybox: drop unused mount.busybox and umount.busybox wrappers (From OE-Core rev: 7e999dce323a97a3924cb10158d5151ea43e777a) Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/files/umount.busybox | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 meta/recipes-core/busybox/files/umount.busybox (limited to 'meta/recipes-core/busybox/files/umount.busybox') diff --git a/meta/recipes-core/busybox/files/umount.busybox b/meta/recipes-core/busybox/files/umount.busybox deleted file mode 100755 index f3731626e6..0000000000 --- a/meta/recipes-core/busybox/files/umount.busybox +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec /bin/busybox umount $@ -- cgit 1.2.3-korg