mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
daemontools: Disable the chkshsgr tests
Running the chkhsgr test during cross compile fails ./chkshsgr || ( cat warn-shsgr; exit 1 ) Oops. Your getgroups() returned 0, and setgroups() failed; this means that I can't reliably do my shsgr test. Please either ``make'' as root or ``make'' while you're in one or more supplementary groups. All OE based targets have working getgroups()/setgroups() implementation, so its a safe assumption and therefore make the test to be a dummy Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -33,6 +33,7 @@ DEPENDS += "daemontools-native"
|
||||
DEPENDS_class-native = ""
|
||||
|
||||
do_compile() {
|
||||
echo "int main() { return 0; }" >${S}/src/chkshsgr.c
|
||||
./package/compile
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user