All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libdbi-drivers: bump to 0bfae6c43134cf58dc89364328545982ca297abb
@ 2021-11-04  9:44 Fabrice Fontaine
  2021-11-04 10:38 ` Herve Codina
  2021-11-07 20:34 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-11-04  9:44 UTC (permalink / raw)
  To: buildroot; +Cc: Hervé Codina, Fabrice Fontaine

Bump to 0bfae6c43134cf58dc89364328545982ca297abb to fix the following
build failure with postgresql raised since commit
f032973fc56ba4a73d95927384d2a5d185f2ddce which removed
https://sourceforge.net/p/libdbi-drivers/libdbi-drivers/ci/7a8e24ec1cf763226f4be31ba1018d888d4989f3

checking for MySQL support... no
checking for PostgreSQL support... yes
checking for pg_config... no

Fixes:
 - http://autobuild.buildroot.org/results/89f58005b3a4d50384803fe6f07ea3049935959c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libdbi-drivers/libdbi-drivers.hash | 2 +-
 package/libdbi-drivers/libdbi-drivers.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libdbi-drivers/libdbi-drivers.hash b/package/libdbi-drivers/libdbi-drivers.hash
index 38d66f90d1..b805bb0283 100644
--- a/package/libdbi-drivers/libdbi-drivers.hash
+++ b/package/libdbi-drivers/libdbi-drivers.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  564438dda6af59af8c66cda9fa378ce86b1393fd31a7b0f1ba98af641a34a428  libdbi-drivers-b0c7ac0ef2e733e858c9870139944eeaf7b66984-br1.tar.gz
+sha256  80a1befb044238a89b2d0dbd40881aa6c75bf99d3a7a6c016c657ea26df7792c  libdbi-drivers-0bfae6c43134cf58dc89364328545982ca297abb-br1.tar.gz
 sha256  5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509  COPYING
diff --git a/package/libdbi-drivers/libdbi-drivers.mk b/package/libdbi-drivers/libdbi-drivers.mk
index d86f32dafc..af8db79581 100644
--- a/package/libdbi-drivers/libdbi-drivers.mk
+++ b/package/libdbi-drivers/libdbi-drivers.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBDBI_DRIVERS_VERSION = b0c7ac0ef2e733e858c9870139944eeaf7b66984
+LIBDBI_DRIVERS_VERSION = 0bfae6c43134cf58dc89364328545982ca297abb
 LIBDBI_DRIVERS_SITE = https://git.code.sf.net/p/libdbi-drivers/libdbi-drivers
 LIBDBI_DRIVERS_SITE_METHOD = git
 LIBDBI_DRIVERS_LICENSE = LGPL-2.1+
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/libdbi-drivers: bump to 0bfae6c43134cf58dc89364328545982ca297abb
  2021-11-04  9:44 [Buildroot] [PATCH 1/1] package/libdbi-drivers: bump to 0bfae6c43134cf58dc89364328545982ca297abb Fabrice Fontaine
@ 2021-11-04 10:38 ` Herve Codina
  2021-11-07 20:34 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Herve Codina @ 2021-11-04 10:38 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

Hi,

On Thu,  4 Nov 2021 10:44:40 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Bump to 0bfae6c43134cf58dc89364328545982ca297abb to fix the following
> build failure with postgresql raised since commit
> f032973fc56ba4a73d95927384d2a5d185f2ddce which removed
> https://sourceforge.net/p/libdbi-drivers/libdbi-drivers/ci/7a8e24ec1cf763226f4be31ba1018d888d4989f3
> 
> checking for MySQL support... no
> checking for PostgreSQL support... yes
> checking for pg_config... no
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/89f58005b3a4d50384803fe6f07ea3049935959c
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Acked-By: Herve Codina <herve.codina@bootlin.com>

Thanks for the fix.

Hervé

-- 
Hervé Codina, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/libdbi-drivers: bump to 0bfae6c43134cf58dc89364328545982ca297abb
  2021-11-04  9:44 [Buildroot] [PATCH 1/1] package/libdbi-drivers: bump to 0bfae6c43134cf58dc89364328545982ca297abb Fabrice Fontaine
  2021-11-04 10:38 ` Herve Codina
@ 2021-11-07 20:34 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-11-07 20:34 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Hervé Codina, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Bump to 0bfae6c43134cf58dc89364328545982ca297abb to fix the following
 > build failure with postgresql raised since commit
 > f032973fc56ba4a73d95927384d2a5d185f2ddce which removed
 > https://sourceforge.net/p/libdbi-drivers/libdbi-drivers/ci/7a8e24ec1cf763226f4be31ba1018d888d4989f3

 > checking for MySQL support... no
 > checking for PostgreSQL support... yes
 > checking for pg_config... no

 > Fixes:
 >  - http://autobuild.buildroot.org/results/89f58005b3a4d50384803fe6f07ea3049935959c

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-11-07 20:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-04  9:44 [Buildroot] [PATCH 1/1] package/libdbi-drivers: bump to 0bfae6c43134cf58dc89364328545982ca297abb Fabrice Fontaine
2021-11-04 10:38 ` Herve Codina
2021-11-07 20:34 ` Peter Korsgaard

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.