summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libiodbc
Commit message (Collapse)AuthorAgeFilesLines
* libiodbc: Install *.h files to /usr/include/iodbc to fix conflicts error ↵Lei Maohui2023-02-281-0/+1
| | | | | | | | | | | | | with unixodbc reference to ubuntu: file /usr/include/odbcinst.h conflicts between attempted installs of libiodbc-dev-3.52.15-r0.aarch64 and unixodbc-dev-2.3.11-r0.aarch64 file /usr/include/sql.h conflicts between attempted installs of libiodbc-dev-3.52.15-r0.aarch64 and unixodbc-dev-2.3.11-r0.aarch64 file /usr/include/sqlext.h conflicts between attempted installs of libiodbc-dev-3.52.15-r0.aarch64 and unixodbc-dev-2.3.11-r0.aarch64 file /usr/include/sqltypes.h conflicts between attempted installs of libiodbc-dev-3.52.15-r0.aarch64 and unixodbc-dev-2.3.11-r0.aarch64 file /usr/include/sqlucode.h conflicts between attempted installs of libiodbc-dev-3.52.15-r0.aarch64 and unixodbc-dev-2.3.11-r0.aarch64 Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiodbc: Fix install conflict when enable multilib.Lei Maohui2023-02-181-0/+3
| | | | | | | | Error: Transaction test error: file /usr/bin/iodbc-config conflicts between attempted installs of libiodbc-3.52.15-r0.aarch64 and lib32-libiodbc-3.52.15-r0.armv7ahf_neon Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiodbc: Fix SRC_URI to not use gitlab archivesKhem Raj2023-01-261-4/+2
| | | | | | | Fixes ERROR: libiodbc: SRC_URI uses unstable GitHub/GitLab archives, convert recipe to use git protocol [src-uri-bad] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* biodbc: Added a new recipe.Lei Maohui2023-01-091-0/+28
biodbc will provide you with everything you need to \ develop ODBC-compliant applications under Unix without having to pay \ royalties to other parties. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>