diff options
| -rw-r--r-- | meta/recipes-devtools/expect/expect_5.45.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-devtools/expect/expect_5.45.bb b/meta/recipes-devtools/expect/expect_5.45.bb index 264f00718b..3c2aab417c 100644 --- a/meta/recipes-devtools/expect/expect_5.45.bb +++ b/meta/recipes-devtools/expect/expect_5.45.bb | |||
| @@ -40,8 +40,7 @@ do_install_append() { | |||
| 40 | sed -e 's|$dir|${libdir}|' -i ${D}${libdir}/expect${PV}/pkgIndex.tcl | 40 | sed -e 's|$dir|${libdir}|' -i ${D}${libdir}/expect${PV}/pkgIndex.tcl |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | EXTRA_OECONF += "--includedir=${STAGING_INCDIR} \ | 43 | EXTRA_OECONF += "--with-tcl=${STAGING_LIBDIR} \ |
| 44 | --with-tcl=${STAGING_LIBDIR} \ | ||
| 45 | --with-tclinclude=${STAGING_INCDIR}/tcl8.6 \ | 44 | --with-tclinclude=${STAGING_INCDIR}/tcl8.6 \ |
| 46 | --enable-shared \ | 45 | --enable-shared \ |
| 47 | --enable-threads \ | 46 | --enable-threads \ |
| @@ -53,10 +52,10 @@ FILES_${PN}-dbg += "${libdir}/${BPN}${PV}/.debug \ | |||
| 53 | ${libdir}/.debug \ | 52 | ${libdir}/.debug \ |
| 54 | " | 53 | " |
| 55 | FILES_${PN}-dev = "${libdir_native}/expect${PV}/libexpect*.so \ | 54 | FILES_${PN}-dev = "${libdir_native}/expect${PV}/libexpect*.so \ |
| 56 | ${STAGING_INCDIR}/expect.h \ | 55 | ${includedir}/expect.h \ |
| 57 | ${STAGING_INCDIR}/expect_tcl.h \ | 56 | ${includedir}/expect_tcl.h \ |
| 58 | ${STAGING_INCDIR}/expect_comm.h \ | 57 | ${includedir}/expect_comm.h \ |
| 59 | ${STAGING_INCDIR}/tcldbg.h \ | 58 | ${includedir}/tcldbg.h \ |
| 60 | ${includedir}/*.h \ | 59 | ${includedir}/*.h \ |
| 61 | " | 60 | " |
| 62 | 61 | ||
