kyua-testers: kyua-atf-tester needs atf-sh, so depend on atf.
This commit is contained in:
parent
48ae3148c3
commit
e31d541454
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kyua-testers'
|
# Template file for 'kyua-testers'
|
||||||
pkgname=kyua-testers
|
pkgname=kyua-testers
|
||||||
version=0.1
|
version=0.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
kyua_cv_attribute_noreturn=yes kyua_cv_lchmod_works=no
|
kyua_cv_attribute_noreturn=yes kyua_cv_lchmod_works=no
|
||||||
|
@ -33,6 +33,8 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
kyua-testers_package() {
|
kyua-testers_package() {
|
||||||
|
# Needs atf-sh at least.
|
||||||
|
depends="atf"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue