aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hal
AgeCommit message (Expand)Author
2011-01-17hal 0.5.15+git: bump SRCREV to fix a segfaultKoen Kooi
2011-01-16hal: drop git and 0.5.9.1 versions since no distro uses themOtavio Salvador
2011-01-14hal: fix init script if $prefix is emptyOtavio Salvador
2011-01-14hal: use INC_PROtavio Salvador
2010-12-07ohm: bump git SRCREV to 2010-02-11 masterAndrea Adami
2010-10-02hal : moved unused files to obsolete dirFrans Meulenbroeks
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks
2010-07-05hal_0.5.14+git.bb: Make default pick for hal.Khem Raj
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
2010-03-09consolekit 0.4.1: sync packaging with 0.3.xKoen Kooi
2010-03-08consolekit: pam-plugin-ck-connector rdepends on consolekitOtavio Salvador
2010-03-08consolekit: add pam-plugin-ck-connector packageOtavio Salvador
2010-03-05hal: convert to new style stagingKoen Kooi
2010-02-26hal: add missing dep in consolekitKoen Kooi
2010-02-17consolekit 0.4.1: fix PAM and make it a distro featureKoen Kooi
2010-02-17consolekit: add 0.4.1Koen Kooi
2010-01-28hal: if necessary, create $CACHEDIR before starting the daemon. Closes: #3740.Rolf Leggewie
2010-01-25hal 0.5.14+git: teach linux devices.c about 'input.touchscreen'Koen Kooi
2010-01-24hal: add 0.5.14+gitKoen Kooi
2009-09-20hal-cups-utils: use STAGING_INCDIR not /usr/includeSteve Sakoman
2009-07-21hal: update to 0.5.13Koen Kooi
2009-07-21hal 0.5.12: fix libblkid versioningKoen Kooi
2009-06-26many files: Introduction of virtual/libusb0 provided by libusb or libusb-compat:Stanislav Brabec
2009-05-22consolekit: fixes suggested by RPKoen Kooi
2009-05-20hal-cups-utils: addOtavio Salvador
2009-05-18hal-info: update to 20090414Koen Kooi
2009-05-18hal: add (disabled) hal 0.5.12Koen Kooi
2009-04-30hal/hal.inc : change hardcoded etc to ${sysconfdir} and remove bogus directoryGraeme Gregory
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
on> OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/files/fs-perms.txt
blob: 109cbe553c1641c956ba106c7abcadc4e0d1598c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# This file contains a list of files and directories with known permissions.
# It is used by the packaging class to ensure that the permissions, owners and
# group of listed files and directories are in sync across the system.
#
# The format of this file 
#
#<path>	<mode>	<uid>	<gid>	<walk>	<fmode>	<fuid>	<fgid>
#
# or
#
#<path> link <target>
#
# <path>: directory path
# <mode>: mode for directory
# <uid>:  uid for directory
# <gid>:  gid for directory
# <walk>: recursively walk the directory?  true or false
# <fmode>: if walking, new mode for files
# <fuid>:  if walking, new uid for files
# <fgid>:  if walking, new gid for files
# <target>: turn the directory into a symlink point to target
#
# in mode, uid or gid, a "-" means don't change any existing values
#
# /usr/src		0755	root	root	false	-	-	-
# /usr/share/man	0755	root	root	true	0644	root	root

# Note: all standard config directories are automatically assigned "0755 root root false - - -"

# Documentation should always be corrected
${mandir}		0755	root	root	true	0644	root	root
${infodir}		0755	root	root	true	0644	root	root
${docdir}		0755	root	root	true	0644	root	root
${datadir}/gtk-doc	0755	root	root	true	0644	root	root

# Fixup locales
${datadir}/locale	0755	root	root	true	0644	root	root

# Cleanup headers
${includedir}		0755	root	root	true	0644	root	root
${oldincludedir}	0755	root	root	true	0644	root	root

# Cleanup debug src
/usr/src/debug		0755	root	root	true	-	root	root

# Items from base-files
# Links
${localstatedir}/run	link	/run
${localstatedir}/log	link	volatile/log
${localstatedir}/lock	link	/run/lock
${localstatedir}/tmp	link	volatile/tmp

/home				0755	root	root	false - - -
/srv				0755	root	root	false - - -
${prefix}/src			0755	root	root	false - - -
${localstatedir}/local		0755	root	root	false - - -

# Special permissions from base-files
# Set 1777
/tmp				01777	root	root	false - - -
${localstatedir}/volatile/tmp	01777	root	root	false - - -

# Set 755-lsb
/srv				0755	root	root	false - - -

# Set 2775-lsb
/var/mail			02775	root	mail	false - - -