kumquat-buildroot/fs
Yann E. MORIN 5b272e3e55 fs: set packages permissions even with no system device tables
Currently, when there is no syztem device table (permissions or static
devices) defined, then package permissions are not applied, because they
are guarded by the check on the system device tables being non empty.

Fix that by narrowing the guarding condition.

Note that the dependency on host-makedevs was not conditional; we always
build it even if we don't need it. Making it conditional is not
possible, because we don't know all the packages permissions by the time
the fs infra is parsed (packages from br2-external are parsed after it).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-14 23:45:48 +01:00
..
axfs fs/axfs: fix URL indentation 2015-10-15 21:59:39 +02:00
cloop fs/cloop: split long line 2016-06-06 23:19:26 +02:00
cpio package: indentation cleanup 2014-10-26 05:47:05 +01:00
cramfs package: indentation cleanup 2014-10-23 22:13:29 +02:00
ext2 fs/ext2: default to ext2 rev1 2016-12-14 15:59:38 +01:00
initramfs fs: declare phony targets as such 2015-04-14 10:12:32 +02:00
iso9660 fs/iso9660: drop reference to host-fakeroot 2016-11-03 23:28:01 +01:00
jffs2 fs/jffs2: split commands 2016-06-07 22:21:08 +02:00
romfs fs/romfs: remove redunant ROMFS_TARGET definition 2015-10-06 08:20:01 +02:00
squashfs fs/squashfs: remove useless chmod 2016-06-07 22:21:29 +02:00
tar fs/tar: make results reproducible 2016-11-23 22:55:34 +01:00
ubifs fs/ubifs: work around fakeroot / sed -i issue on systems with SELinux enabled 2016-11-27 20:31:37 +01:00
yaffs2 yaffs2: new filesystem type 2014-04-20 18:07:11 +02:00
common.mk fs: set packages permissions even with no system device tables 2016-12-14 23:45:48 +01:00
Config.in axfs: add new filesystem type 2015-10-14 23:47:30 +02:00