tzdata: set bootstrap=yes
Some packages require tzdata to testing, however, adding `tzdata` to those checkdepends will break masterdir, since `tzdata` provides `/usr/share/zoneinfo/UTC`, hence, it will be removed upon cleanup. Adding tzdata into base-chroot requires tzdata bootstrappable. Let's do it.
This commit is contained in:
parent
d78c78803b
commit
00225cc2d5
|
@ -2,7 +2,7 @@
|
|||
pkgname=tzdata
|
||||
version=2021a
|
||||
revision=1
|
||||
wrksrc=tzdata
|
||||
bootstrap=yes
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="tzutils"
|
||||
short_desc="Time zone and daylight-saving time data"
|
||||
|
|
Loading…
Reference in New Issue