Re: [oe] [PATCH 02/13] postgresql: add gettext-native and tcl-native to DEPENDS

2017-02-13 Thread Andreas Müller
On Mon, Feb 13, 2017 at 11:04 AM, Robert Yang  wrote:
> Fixed:
> | checking for msgfmt... no
> | configure: error: msgfmt is required for NLS
>
> And:
> | checking for tclsh83... no
> | configure: error: Tcl shell not found
>
> Signed-off-by: Robert Yang 
> ---
>  meta-oe/recipes-support/postgresql/postgresql.inc | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc 
> b/meta-oe/recipes-support/postgresql/postgresql.inc
> index f720cbc..0c3af0f 100644
> --- a/meta-oe/recipes-support/postgresql/postgresql.inc
> +++ b/meta-oe/recipes-support/postgresql/postgresql.inc
> @@ -19,7 +19,7 @@ DESCRIPTION = "\
>  "
>  HOMEPAGE = "http://www.postgresql.com;
>  LICENSE = "BSD"
> -DEPENDS = "zlib readline tzcode-native"
> +DEPENDS = "zlib readline tzcode-native gettext-native"
>  INC_PR = "r0"
>
>  ARM_INSTRUCTION_SET = "arm"
> @@ -61,8 +61,7 @@ PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam,"
>  PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl,"
>  PACKAGECONFIG[python] = "--with-python,--without-python,python,python"
>  PACKAGECONFIG[uuid] = "--with-ossp-uuid,--without-ossp-uuid,ossp-uuid,"
> -# when tcl native package  is fixed change WORKDIR to STAGING_BINDIR_CROSS
> -PACKAGECONFIG[tcl] = "--with-tcl 
> --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl,"
> +PACKAGECONFIG[tcl] = "--with-tcl 
> --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native,"
Does this really fix the issue - or is this fix correct? tclConfig.sh
created by tcl (cross) reports incorrect paths so I think that should
be fixed.

Andreas
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 02/13] postgresql: add gettext-native and tcl-native to DEPENDS

2017-02-13 Thread Robert Yang
Fixed:
| checking for msgfmt... no
| configure: error: msgfmt is required for NLS

And:
| checking for tclsh83... no
| configure: error: Tcl shell not found

Signed-off-by: Robert Yang 
---
 meta-oe/recipes-support/postgresql/postgresql.inc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc 
b/meta-oe/recipes-support/postgresql/postgresql.inc
index f720cbc..0c3af0f 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -19,7 +19,7 @@ DESCRIPTION = "\
 "
 HOMEPAGE = "http://www.postgresql.com;
 LICENSE = "BSD"
-DEPENDS = "zlib readline tzcode-native"
+DEPENDS = "zlib readline tzcode-native gettext-native"
 INC_PR = "r0"
 
 ARM_INSTRUCTION_SET = "arm"
@@ -61,8 +61,7 @@ PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam,"
 PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl,"
 PACKAGECONFIG[python] = "--with-python,--without-python,python,python"
 PACKAGECONFIG[uuid] = "--with-ossp-uuid,--without-ossp-uuid,ossp-uuid,"
-# when tcl native package  is fixed change WORKDIR to STAGING_BINDIR_CROSS
-PACKAGECONFIG[tcl] = "--with-tcl 
--with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl,"
+PACKAGECONFIG[tcl] = "--with-tcl 
--with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native,"
 PACKAGECONFIG[nls] = "--enable-nls,--disable-nls,,"
 PACKAGECONFIG[libxml] = "--with-libxml,--without-libxml,libxml2,libxml2"
 PACKAGECONFIG[perl] = "--with-perl,--without-perl,perl,perl"
-- 
2.9.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel