mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 01:58:56 +00:00
keyutils is originally in https://git.yoctoproject.org/git/meta-security. Move it to meta-oe since other recipes in OE depend on it. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
4 lines
47 B
Bash
Executable File
4 lines
47 B
Bash
Executable File
#!/bin/sh
|
|
export AUTOMATED=1
|
|
make -C tests run
|