SlugOS: initscripts-slugos -- add /var/lib/opkg/tmp to volatiles for SlugOS flash...
authorMike Westerhof <mwester@dls.net>
Sun, 13 Feb 2011 17:04:27 +0000 (11:04 -0600)
committerMike Westerhof <mwester@dls.net>
Sun, 13 Feb 2011 17:04:27 +0000 (11:04 -0600)
recipes/initscripts/initscripts-1.0/slugos/volatiles
recipes/initscripts/initscripts-slugos_1.0.bb

index 3c680b2..02f8a11 100644 (file)
@@ -32,5 +32,8 @@ l root root 0755 /var/log /var/volatile/log
 l root root 0755 /var/run /var/volatile/run
 l root root 1777 /var/tmp /var/volatile/tmp
 d root root 0755 /var/lock/subsys none
+d root root 0755 /var/lib none
+d root root 0755 /var/lib/opkg none
+d root root 0755 /var/lib/opkg/tmp none
 f root root 0664 /var/log/wtmp none
 f root root 0664 /var/run/utmp none
index 8620459..d19defb 100644 (file)
@@ -17,7 +17,7 @@ RDEPENDS_${PN} = "update-rc.d"
 # All other standard definitions inherited from initscripts
 # Except the PR which is hacked here.  The format used is
 # a suffix
-PR := "${PR}.27"
+PR := "${PR}.28"
 
 # Avoid a clash on /etc/device_table by ensuring that it gets removed
 # from the list of configuration files handled specially by opkg.