All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] postgresql: use util-linux's uuid
@ 2018-08-31 14:42 Ross Burton
  2018-08-31 16:35 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Ross Burton @ 2018-08-31 14:42 UTC (permalink / raw)
  To: openembedded-devel

Postgreqsql was configured to use ossp-uuid but ossp-uuid is dead and everyone
will be building util-linux anyway, so use the libuuid.so from there.

Confusing the option is called e2fs because the library originated in e2fsprogs.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc
index 1301060ee5..44a1b30fe0 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql.inc
+++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc
@@ -59,7 +59,7 @@ PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl"
 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,"
+PACKAGECONFIG[uuid] = "--with-uuid=e2fs,--without-uuid,util-linux,"
 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"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] postgresql: use util-linux's uuid
  2018-08-31 14:42 [PATCH] postgresql: use util-linux's uuid Ross Burton
@ 2018-08-31 16:35 ` Khem Raj
  2018-09-03  9:24   ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2018-08-31 16:35 UTC (permalink / raw)
  To: Burton, Ross; +Cc: openembeded-devel

its already in see
http://git.openembedded.org/meta-openembedded/commit/?id=140bf68e37

On Fri, Aug 31, 2018 at 7:42 AM Ross Burton <ross.burton@intel.com> wrote:
>
> Postgreqsql was configured to use ossp-uuid but ossp-uuid is dead and everyone
> will be building util-linux anyway, so use the libuuid.so from there.
>
> Confusing the option is called e2fs because the library originated in e2fsprogs.
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>  meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc
> index 1301060ee5..44a1b30fe0 100644
> --- a/meta-oe/recipes-dbs/postgresql/postgresql.inc
> +++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc
> @@ -59,7 +59,7 @@ PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl"
>  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,"
> +PACKAGECONFIG[uuid] = "--with-uuid=e2fs,--without-uuid,util-linux,"
>  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"
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] postgresql: use util-linux's uuid
  2018-08-31 16:35 ` Khem Raj
@ 2018-09-03  9:24   ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2018-09-03  9:24 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

Sorry!

On 31 August 2018 at 17:35, Khem Raj <raj.khem@gmail.com> wrote:
> its already in see
> http://git.openembedded.org/meta-openembedded/commit/?id=140bf68e37
>
> On Fri, Aug 31, 2018 at 7:42 AM Ross Burton <ross.burton@intel.com> wrote:
>>
>> Postgreqsql was configured to use ossp-uuid but ossp-uuid is dead and everyone
>> will be building util-linux anyway, so use the libuuid.so from there.
>>
>> Confusing the option is called e2fs because the library originated in e2fsprogs.
>>
>> Signed-off-by: Ross Burton <ross.burton@intel.com>
>> ---
>>  meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc
>> index 1301060ee5..44a1b30fe0 100644
>> --- a/meta-oe/recipes-dbs/postgresql/postgresql.inc
>> +++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc
>> @@ -59,7 +59,7 @@ PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl"
>>  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,"
>> +PACKAGECONFIG[uuid] = "--with-uuid=e2fs,--without-uuid,util-linux,"
>>  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"
>> --
>> 2.11.0
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] postgresql: use util-linux's uuid
@ 2018-07-26 22:57 Ross Burton
  0 siblings, 0 replies; 4+ messages in thread
From: Ross Burton @ 2018-07-26 22:57 UTC (permalink / raw)
  To: openembedded-devel

Postgreqsql was configured to use ossp-uuid but ossp-uuid is dead and everyone
will be building util-linux anyway, so use the libuuid.so from there.

Confusing the option is called e2fs because the library originated in e2fsprogs.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc
index 1301060ee5..44a1b30fe0 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql.inc
+++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc
@@ -59,7 +59,7 @@ PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl"
 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,"
+PACKAGECONFIG[uuid] = "--with-uuid=e2fs,--without-uuid,util-linux,"
 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"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-03  9:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-31 14:42 [PATCH] postgresql: use util-linux's uuid Ross Burton
2018-08-31 16:35 ` Khem Raj
2018-09-03  9:24   ` Burton, Ross
  -- strict thread matches above, loose matches on Subject: below --
2018-07-26 22:57 Ross Burton

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.