diff options
Diffstat (limited to 'meta/recipes-devtools/expect/expect_5.45.4.bb')
-rw-r--r-- | meta/recipes-devtools/expect/expect_5.45.4.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-devtools/expect/expect_5.45.4.bb b/meta/recipes-devtools/expect/expect_5.45.4.bb index 3886a5771a..93ecc3f0d6 100644 --- a/meta/recipes-devtools/expect/expect_5.45.4.bb +++ b/meta/recipes-devtools/expect/expect_5.45.4.bb | |||
@@ -42,11 +42,9 @@ S = "${WORKDIR}/${BPN}${PV}" | |||
42 | EXTRA_AUTORECONF += "--exclude=aclocal" | 42 | EXTRA_AUTORECONF += "--exclude=aclocal" |
43 | 43 | ||
44 | do_install:append() { | 44 | do_install:append() { |
45 | install -d ${D}${libdir} | 45 | mv ${D}${libdir}/expect${PV}/libexpect*.so ${D}${libdir}/ |
46 | install -m 0755 ${D}${libdir}/expect${PV}/libexpect*.so ${D}${libdir}/ | 46 | install -m 0755 ${S}/fixline1 ${D}${libdir}/expect${PV}/ |
47 | install -m 0755 ${S}/fixline1 ${D}${libdir}/expect${PV}/ | 47 | sed -e 's|$dir|${libdir}|' -i ${D}${libdir}/expect${PV}/pkgIndex.tcl |
48 | rm ${D}${libdir}/expect${PV}/libexpect*.so | ||
49 | sed -e 's|$dir|${libdir}|' -i ${D}${libdir}/expect${PV}/pkgIndex.tcl | ||
50 | } | 48 | } |
51 | 49 | ||
52 | do_install_ptest() { | 50 | do_install_ptest() { |
@@ -65,7 +63,6 @@ EXTRA_OECONF += "--with-tcl=${STAGING_LIBDIR} \ | |||
65 | --disable-rpath \ | 63 | --disable-rpath \ |
66 | ${TCL_INCLUDE_PATH} \ | 64 | ${TCL_INCLUDE_PATH} \ |
67 | " | 65 | " |
68 | EXTRA_OEMAKE_install = " 'SCRIPTS=' " | ||
69 | 66 | ||
70 | ALTERNATIVE:${PN} = "mkpasswd" | 67 | ALTERNATIVE:${PN} = "mkpasswd" |
71 | ALTERNATIVE_LINK_NAME[mkpasswd] = "${bindir}/mkpasswd" | 68 | ALTERNATIVE_LINK_NAME[mkpasswd] = "${bindir}/mkpasswd" |