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:
Thomas Perrot
2015-08-04 00:42:28 +02:00
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
}