diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-09-26 15:29:19 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-09-26 15:38:59 +0200 |
commit | 3305401ea5936f1863b29113469da13b9b400047 (patch) | |
tree | 38f36335ef6cf3f6e60c7dd180063f1561589a82 /recipes | |
parent | 00652c2e72bbcae58d889761fd059a88c4f07611 (diff) |
initscripts-shr: prepare /var/volatile/appshadow for shr-wizard
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/shr/initscripts-shr/volatiles | 1 | ||||
-rw-r--r-- | recipes/shr/initscripts-shr_0.0.1.bb | 2 |
2 files changed, 2 insertions, 1 deletions
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" |