diff options
-rw-r--r-- | meta/recipes-devtools/expect/expect_5.45.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/expect/expect_5.45.4.bb b/meta/recipes-devtools/expect/expect_5.45.4.bb index 3d50a8f25a..3886a5771a 100644 --- a/meta/recipes-devtools/expect/expect_5.45.4.bb +++ b/meta/recipes-devtools/expect/expect_5.45.4.bb | |||
@@ -39,6 +39,8 @@ UPSTREAM_CHECK_REGEX = "/Expect/(?P<pver>(\d+[\.\-_]*)+)/" | |||
39 | 39 | ||
40 | S = "${WORKDIR}/${BPN}${PV}" | 40 | S = "${WORKDIR}/${BPN}${PV}" |
41 | 41 | ||
42 | EXTRA_AUTORECONF += "--exclude=aclocal" | ||
43 | |||
42 | do_install:append() { | 44 | do_install:append() { |
43 | install -d ${D}${libdir} | 45 | install -d ${D}${libdir} |
44 | install -m 0755 ${D}${libdir}/expect${PV}/libexpect*.so ${D}${libdir}/ | 46 | install -m 0755 ${D}${libdir}/expect${PV}/libexpect*.so ${D}${libdir}/ |