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

config HOST_LIBUUID
	tristate
	select VIRTUAL
	select HOST_UTIL_LINUX_NG
	default 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)