summaryrefslogtreecommitdiffstats
path: root/recipes-security/libseccomp
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@tupi.fr>2015-08-04 00:42:28 +0200
committerArmin Kuster <akuster808@gmail.com>2015-08-11 15:06:59 +0530
commit5ec82eccd864b92ffb9b8c649a10855a5ee8faf1 (patch)
treed4a5f236236c882ca0123e92ced71991a3a5fac6 /recipes-security/libseccomp
parent7ce4069b321d76d45b18dec5b7c6274fa163a4da (diff)
downloadmeta-security-5ec82eccd864b92ffb9b8c649a10855a5ee8faf1.tar.gz
Corrects a typing error.
Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/libseccomp')
-rw-r--r--recipes-security/libseccomp/libseccomp_2.2.0.bb2
1 files changed, 1 insertions, 1 deletions
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
30PACKAGECONFIG ??= "" 30PACKAGECONFIG ??= ""
31PACKAGECONFIG[python] = "--enable-python, --disable-python, python" 31PACKAGECONFIG[python] = "--enable-python, --disable-python, python"
32 32
33do_compile_appned() { 33do_compile_append() {
34 oe_runmake -C tests check-build 34 oe_runmake -C tests check-build
35} 35}
36 36