[OE-core] [PATCH] python-smartpm: add gettext-native to DEPENDS

Khem Raj raj.khem at gmail.com
Wed May 29 17:41:25 UTC 2013


On Wednesday, May 29, 2013, Paul Eggleton <paul.eggleton at linux.intel.com>
wrote:
> Fixes the following failure at do_install if gettext-native has not
> already been built and gettext tools are not installed on the host:
>
> | compiling locale/it/LC_MESSAGES/smart.po ->
locale/it/LC_MESSAGES/smart.mo
> | sh: msgfmt: command not found
> ...
> | creating $D/usr/share/share/locale/it/LC_MESSAGES
> | error: can't copy 'locale/it/LC_MESSAGES/smart.mo': doesn't exist or
not a regular file
>
> Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
> ---
>  meta/recipes-devtools/python/python-smartpm_1.4.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/python/python-smartpm_1.4.1.bbb/meta/recipes-devtools/python/
python-smartpm_1.4.1.bb
> index cfa2dba..0cf3847 100644
> --- a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
> +++ b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
> @@ -8,7 +8,7 @@ SECTION = "devel/python"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
>
> -DEPENDS = "python rpm"
> +DEPENDS = "python rpm gettext-native"

Why not inherit gettext ?


>  PR = "r9"
>  SRCNAME = "smart"
>
> --
> 1.8.1.2
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20130529/c04f4464/attachment-0002.html>


More information about the Openembedded-core mailing list