summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/expect/expect_5.45.4.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-11-17 16:35:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-21 11:05:02 +0000
commite7ab3d8c82173c8cc25cc92863586d7192eab2e8 (patch)
tree898f82ea95acc00260956a38a194eaa45f502676 /meta/recipes-devtools/expect/expect_5.45.4.bb
parent0fb9f5eff3d41bbbf12bd228dd052868444c0b25 (diff)
downloadpoky-e7ab3d8c82173c8cc25cc92863586d7192eab2e8.tar.gz
expect: do not install examples, drop related patch
There is really no reason to install them; this was done in the original recipe submission for unexplained reasons. (From OE-Core rev: 34f07b88167e0ee6499efbc53142ba0a8dcc3117) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/expect/expect_5.45.4.bb')
-rw-r--r--meta/recipes-devtools/expect/expect_5.45.4.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/expect/expect_5.45.4.bb b/meta/recipes-devtools/expect/expect_5.45.4.bb
index e27b0d9d71..4214ab0f27 100644
--- a/meta/recipes-devtools/expect/expect_5.45.4.bb
+++ b/meta/recipes-devtools/expect/expect_5.45.4.bb
@@ -21,7 +21,6 @@ inherit autotools update-alternatives
21SRC_URI = "${SOURCEFORGE_MIRROR}/expect/Expect/${PV}/${BPN}${PV}.tar.gz \ 21SRC_URI = "${SOURCEFORGE_MIRROR}/expect/Expect/${PV}/${BPN}${PV}.tar.gz \
22 file://0001-configure.in.patch \ 22 file://0001-configure.in.patch \
23 file://0002-tcl.m4.patch \ 23 file://0002-tcl.m4.patch \
24 file://01-example-shebang.patch \
25 file://0001-expect-install-scripts-without-using-the-fixline1-tc.patch \ 24 file://0001-expect-install-scripts-without-using-the-fixline1-tc.patch \
26 file://0001-Resolve-string-formatting-issues.patch \ 25 file://0001-Resolve-string-formatting-issues.patch \
27 file://0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch \ 26 file://0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch \
@@ -39,7 +38,6 @@ do_install:append() {
39 install -d ${D}${libdir} 38 install -d ${D}${libdir}
40 install -m 0755 ${D}${libdir}/expect${PV}/libexpect*.so ${D}${libdir}/ 39 install -m 0755 ${D}${libdir}/expect${PV}/libexpect*.so ${D}${libdir}/
41 install -m 0755 ${S}/fixline1 ${D}${libdir}/expect${PV}/ 40 install -m 0755 ${S}/fixline1 ${D}${libdir}/expect${PV}/
42 install -m 0755 ${S}/example/* ${D}${libdir}/expect${PV}/
43 rm ${D}${libdir}/expect${PV}/libexpect*.so 41 rm ${D}${libdir}/expect${PV}/libexpect*.so
44 sed -e 's|$dir|${libdir}|' -i ${D}${libdir}/expect${PV}/pkgIndex.tcl 42 sed -e 's|$dir|${libdir}|' -i ${D}${libdir}/expect${PV}/pkgIndex.tcl
45} 43}