summaryrefslogtreecommitdiffstats
path: root/rules/host-libuuid.in
blob: f434c455c5e40c44b5d071d09d086035628bcb04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=hosttools_noprompt

config HOST_LIBUUID
	tristate
	select VIRTUAL
	select HOST_UTIL_LINUX_NG
	default y if ALLYES
	help
	  Helper to select the host packet containing a recent libuuid.so
	  library and its header.
	  
	  The following packages provide libuuid:
	  - e2fsprogs      (older version)
	  - utils-linux-ng (more recent version)