mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-30 12:30:36 +00:00
Corrects a typing error.
Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
7ce4069b32
commit
5ec82eccd8
@@ -30,7 +30,7 @@ inherit autotools-brokensep pkgconfig
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[python] = "--enable-python, --disable-python, python"
|
||||
|
||||
do_compile_appned() {
|
||||
do_compile_append() {
|
||||
oe_runmake -C tests check-build
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user