summaryrefslogtreecommitdiffstats
path: root/rules/glibc-ports.in
blob: 639b24967979aba4b88d27781c861c09c449258b (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
menuconfig GLIBC_PORTS
	prompt "glibc-ports                 "
	bool

if GLIBC_PORTS

config GLIBC_PORTS_VERSION
	string
	default "${PTXCONF_GLIBC_VERSION}"

config GLIBC_PORTS_MD5
	string
	prompt "glibc-ports source md5sum"

config GLIBC_PORTS_TIMESTAMP
	string
	default "${PTXCONF_GLIBC_TIMESTAMP}"

config GLIBC_PORTS_SERIES
	string
	prompt "glibc-ports patch series file"
	default "series"

endif