summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/psqlodbc/psqlodbc_16.00.0000.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-04-12 23:04:53 -0700
committerKhem Raj <raj.khem@gmail.com>2024-04-12 23:07:33 -0700
commit1a03565ce3670c7f677fd27102aab179e23f1126 (patch)
treeade15d6b1ac726b932b8c3a7fbe953a7f0d0c86c /meta-oe/recipes-dbs/psqlodbc/psqlodbc_16.00.0000.bb
parentb201a26bd9280edb8262cbb01c72d48bb14a0acf (diff)
downloadmeta-openembedded-1a03565ce3670c7f677fd27102aab179e23f1126.tar.gz
psqlodbc: Fix ptests
There are two still left Failed ptests: {'psqlodbc': ['30_-_lfconversion', '43_-_result-conversions']} These need using unicode postgresql driver perhaps Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/psqlodbc/psqlodbc_16.00.0000.bb')
-rw-r--r--meta-oe/recipes-dbs/psqlodbc/psqlodbc_16.00.0000.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-dbs/psqlodbc/psqlodbc_16.00.0000.bb b/meta-oe/recipes-dbs/psqlodbc/psqlodbc_16.00.0000.bb
index 97333f679..a1ef8e75e 100644
--- a/meta-oe/recipes-dbs/psqlodbc/psqlodbc_16.00.0000.bb
+++ b/meta-oe/recipes-dbs/psqlodbc/psqlodbc_16.00.0000.bb
@@ -58,5 +58,5 @@ do_install_ptest() {
58FILES:${PN} += "${libdir}" 58FILES:${PN} += "${libdir}"
59 59
60# The tests need a local PostgreSQL server running 60# The tests need a local PostgreSQL server running
61RDEPENDS:${PN}-ptest = "postgresql" 61RDEPENDS:${PN}-ptest += "psqlodbc postgresql diffutils"
62 62RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils locale-base-en-us glibc-gconv glibc-charmaps"