[OE-core] [PATCH v2] udhcpc: specify full path for ip command calls

2016-02-10 Thread Mark O'Donovan
Signed-off-by: Mark O'Donovan --- meta/recipes-core/busybox/busybox.inc | 3 ++- meta/recipes-core/busybox/files/simple.script | 28 +-- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes

[OE-core] [PATCH] udhcpc: specify full path for ip command calls

2016-02-09 Thread Mark O'Donovan
Running with a restricted environment (e.g. cron) was causing issues as we check for the ip command with full path and call without full path --- meta/recipes-core/busybox/files/simple.script | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/busybox/file