diff options
| author | Lei Maohui <leimaohui@fujitsu.com> | 2023-03-01 09:46:10 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-28 17:56:15 -0800 |
| commit | 64a5f3df012d49cabdd5754817d788f9a578f88f (patch) | |
| tree | 63bacba1fd7d87d85863a7e88db796908bff2fd4 | |
| parent | f50f9a9cac0b16b2dca1ecef045d2fd422216079 (diff) | |
| download | meta-openembedded-64a5f3df012d49cabdd5754817d788f9a578f88f.tar.gz | |
libiodbc: Install *.h files to /usr/include/iodbc to fix conflicts error 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>
| -rw-r--r-- | meta-oe/recipes-support/libiodbc/libiodbc_3.52.15.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libiodbc/libiodbc_3.52.15.bb b/meta-oe/recipes-support/libiodbc/libiodbc_3.52.15.bb index ced16d9314..ff976ed975 100644 --- a/meta-oe/recipes-support/libiodbc/libiodbc_3.52.15.bb +++ b/meta-oe/recipes-support/libiodbc/libiodbc_3.52.15.bb | |||
| @@ -18,6 +18,7 @@ SRC_URI[sha256sum] = "c74541e3327fc9a1c7ccf103645471c67bc014542d70f572476eb07c0b | |||
| 18 | inherit autotools | 18 | inherit autotools |
| 19 | 19 | ||
| 20 | EXTRA_OECONF += " --prefix=/usr/local \ | 20 | EXTRA_OECONF += " --prefix=/usr/local \ |
| 21 | --includedir=/usr/include/iodbc \ | ||
| 21 | --with-iodbc-inidir=/etc \ | 22 | --with-iodbc-inidir=/etc \ |
| 22 | --enable-odbc3 \ | 23 | --enable-odbc3 \ |
| 23 | --enable-pthreads \ | 24 | --enable-pthreads \ |
