summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/expect/expect_5.45.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/expect/expect_5.45.bb b/meta/recipes-devtools/expect/expect_5.45.bb
index 970f4a5ccc..3e839a2fe3 100644
--- a/meta/recipes-devtools/expect/expect_5.45.bb
+++ b/meta/recipes-devtools/expect/expect_5.45.bb
@@ -35,6 +35,7 @@ do_install_append() {
35 install -m 0755 ${S}/fixline1 ${D}${libdir}/expect${PV}/ 35 install -m 0755 ${S}/fixline1 ${D}${libdir}/expect${PV}/
36 install -m 0755 ${S}/example/* ${D}${libdir}/expect${PV}/ 36 install -m 0755 ${S}/example/* ${D}${libdir}/expect${PV}/
37 rm ${D}${libdir}/expect${PV}/libexpect*.so 37 rm ${D}${libdir}/expect${PV}/libexpect*.so
38 sed -e 's|$dir|${libdir}|' -i ${D}${libdir}/expect${PV}/pkgIndex.tcl
38} 39}
39 40
40EXTRA_OECONF += "--includedir=${STAGING_INCDIR} \ 41EXTRA_OECONF += "--includedir=${STAGING_INCDIR} \