From 5ec82eccd864b92ffb9b8c649a10855a5ee8faf1 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Tue, 4 Aug 2015 00:42:28 +0200 Subject: [PATCH] Corrects a typing error. Signed-off-by: Thomas Perrot Signed-off-by: Armin Kuster --- recipes-security/libseccomp/libseccomp_2.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/libseccomp/libseccomp_2.2.0.bb b/recipes-security/libseccomp/libseccomp_2.2.0.bb index bd970ed..3b6aa67 100644 --- a/recipes-security/libseccomp/libseccomp_2.2.0.bb +++ b/recipes-security/libseccomp/libseccomp_2.2.0.bb @@ -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 }