diff options
| -rw-r--r-- | meta-oe/recipes-support/unixodbc/unixodbc_2.3.11.bb | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.11.bb b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.11.bb index c7d23d1202..39112587ed 100644 --- a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.11.bb +++ b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.11.bb  | |||
| @@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "d9e55c8e7118347e3c66c87338856dad1516b490fb7c756c1562a2c267 | |||
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_REGEX = "unixODBC-(?P<pver>\d+(\.\d+)+)\.tar" | 16 | UPSTREAM_CHECK_REGEX = "unixODBC-(?P<pver>\d+(\.\d+)+)\.tar" | 
| 17 | 17 | ||
| 18 | inherit autotools-brokensep | 18 | inherit autotools-brokensep multilib_header | 
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/unixODBC-${PV}" | 20 | S = "${WORKDIR}/unixODBC-${PV}" | 
| 21 | 21 | ||
| @@ -26,3 +26,7 @@ do_configure:prepend() { | |||
| 26 | rm -rf m4/* | 26 | rm -rf m4/* | 
| 27 | rm -fr libltdl | 27 | rm -fr libltdl | 
| 28 | } | 28 | } | 
| 29 | |||
| 30 | do_install:append() { | ||
| 31 | oe_multilib_header unixodbc.h unixODBC/config.h unixODBC/unixodbc_conf.h | ||
| 32 | } | ||
