From 17009a37b2571be21a91aaf4aef7a6fedcfeba9c Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Mon, 16 May 2011 12:06:43 +0100 Subject: busybox: make sure /proc and /sys are mounted before starting mdev --- recipes/busybox/busybox_1.18.4.bbappend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/busybox/busybox_1.18.4.bbappend') diff --git a/recipes/busybox/busybox_1.18.4.bbappend b/recipes/busybox/busybox_1.18.4.bbappend index febfad6..435ba43 100644 --- a/recipes/busybox/busybox_1.18.4.bbappend +++ b/recipes/busybox/busybox_1.18.4.bbappend @@ -1,2 +1,4 @@ +PR .= ".2" + THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}-${PV}"], d)}:" -- cgit 1.2.3-korg