diff options
| author | Thomas Perrot <thomas.perrot@tupi.fr> | 2015-08-04 00:42:28 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2015-08-11 15:06:59 +0530 |
| commit | 5ec82eccd864b92ffb9b8c649a10855a5ee8faf1 (patch) | |
| tree | d4a5f236236c882ca0123e92ced71991a3a5fac6 /recipes-security/libseccomp | |
| parent | 7ce4069b321d76d45b18dec5b7c6274fa163a4da (diff) | |
| download | meta-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.bb | 2 |
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 | |||
| 30 | PACKAGECONFIG ??= "" | 30 | PACKAGECONFIG ??= "" |
| 31 | PACKAGECONFIG[python] = "--enable-python, --disable-python, python" | 31 | PACKAGECONFIG[python] = "--enable-python, --disable-python, python" |
| 32 | 32 | ||
| 33 | do_compile_appned() { | 33 | do_compile_append() { |
| 34 | oe_runmake -C tests check-build | 34 | oe_runmake -C tests check-build |
| 35 | } | 35 | } |
| 36 | 36 | ||
