* [meta-security][PATCH] Corrects a typing error.
@ 2015-08-03 22:42 Thomas Perrot
2015-08-05 2:03 ` akuster808
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Perrot @ 2015-08-03 22:42 UTC (permalink / raw)
To: yocto
Signed-off-by: Thomas Perrot <thomas.perrot@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
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-security][PATCH] Corrects a typing error.
2015-08-03 22:42 [meta-security][PATCH] Corrects a typing error Thomas Perrot
@ 2015-08-05 2:03 ` akuster808
0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2015-08-05 2:03 UTC (permalink / raw)
To: yocto
merged.
thanks,
Armin
On 08/03/2015 03:42 PM, Thomas Perrot wrote:
> Signed-off-by: Thomas Perrot <thomas.perrot@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
> }
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-05 2:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-03 22:42 [meta-security][PATCH] Corrects a typing error Thomas Perrot
2015-08-05 2:03 ` akuster808
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.