[OE-core] [PATCH][master/fido/dizzy] oprofileui: Use inherit gettext

akuster808 akuster808 at gmail.com
Fri Sep 4 23:47:39 UTC 2015


Queuing up,

Thanks,
Armin

On 09/03/2015 01:20 PM, Saul Wold wrote:
> oprofileui uses gettext during the configuration task so should be inherit
> gettext. This issue appears when an older version of gettext is used do to
> pinning to the older non-gplv3 version.
> 
> [YOCTO #7795]
> 
> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
>  meta/recipes-kernel/oprofile/oprofileui.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-kernel/oprofile/oprofileui.inc b/meta/recipes-kernel/oprofile/oprofileui.inc
> index 1dfd0c6..8fcf014 100644
> --- a/meta/recipes-kernel/oprofile/oprofileui.inc
> +++ b/meta/recipes-kernel/oprofile/oprofileui.inc
> @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>  
>  DEPENDS = "glib-2.0 avahi intltool-native"
>  
> -inherit autotools pkgconfig
> +inherit autotools pkgconfig gettext
>  
>  EXTRA_OECONF = "--with-avahi"
>  
> 



More information about the Openembedded-core mailing list