[yocto] [meta-security][PATCH] Corrects a typing error.

Thomas Perrot thomas.perrot at tupi.fr
Mon Aug 3 15:42:28 PDT 2015


Signed-off-by: Thomas Perrot <thomas.perrot at tupi.fr>
---
 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
 }
 
-- 
2.1.4




More information about the yocto mailing list