From: Martin Jansa Date: Sun, 26 Sep 2010 13:29:19 +0000 (+0200) Subject: initscripts-shr: prepare /var/volatile/appshadow for shr-wizard X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3305401ea5936f1863b29113469da13b9b400047;p=openembedded.git initscripts-shr: prepare /var/volatile/appshadow for shr-wizard Signed-off-by: Martin Jansa --- diff --git a/recipes/shr/initscripts-shr/volatiles b/recipes/shr/initscripts-shr/volatiles index fbcc858226..0737f28d4e 100644 --- a/recipes/shr/initscripts-shr/volatiles +++ b/recipes/shr/initscripts-shr/volatiles @@ -37,4 +37,5 @@ f root root 0644 /var/log/lastlog none f root root 0664 /var/run/utmp none l root root 0644 /etc/resolv.conf /var/run/resolv.conf f root root 0644 /var/run/resolv.conf none +d root root 0755 /var/volatile/appshadow none diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/initscripts-shr_0.0.1.bb index 07f380a597..bd9362a56a 100644 --- a/recipes/shr/initscripts-shr_0.0.1.bb +++ b/recipes/shr/initscripts-shr_0.0.1.bb @@ -5,7 +5,7 @@ DEPENDS = "" RDEPENDS_${PN} = "procps" LICENSE = "GPL" PV = "0.0.1" -PR = "r17" +PR = "r18" RCONFLICTS_${PN} = "initscripts"