[OE-core] [PATCH 42/50] pimlico/dates: Fix build on uclibc

Phil Blundell philb at gnu.org
Wed Jul 20 09:06:15 UTC 2011


On Wed, 2011-07-20 at 01:28 -0700, Saul Wold wrote:
> From: Khem Raj <raj.khem at gmail.com>
> 
> uclibc does not have NL_TIME_FIRST_WEEKDAY
> 
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  meta/recipes-sato/pimlico/dates.inc                |    2 +-
>  .../uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch      |   37 ++++++++++++++++++++
>  meta/recipes-sato/pimlico/dates_git.bb             |    6 ++-
>  3 files changed, 42 insertions(+), 3 deletions(-)
>  create mode 100644 meta/recipes-sato/pimlico/dates/uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch
> 
> diff --git a/meta/recipes-sato/pimlico/dates.inc b/meta/recipes-sato/pimlico/dates.inc
> index 01ab409..b3be6b6 100644
> --- a/meta/recipes-sato/pimlico/dates.inc
> +++ b/meta/recipes-sato/pimlico/dates.inc
> @@ -8,7 +8,7 @@ SECTION = "x11"
>  DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
>  RDEPENDS_${PN} = "libedata-cal"
>  
> -inherit autotools pkgconfig gtk-icon-cache
> +inherit autotools gettext pkgconfig gtk-icon-cache

This change isn't mentioned in the commit message.  Is it necessary?

p.






More information about the Openembedded-core mailing list