summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/expect/expect_5.45.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/expect/expect_5.45.bb')
-rw-r--r--meta/recipes-devtools/expect/expect_5.45.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-devtools/expect/expect_5.45.bb b/meta/recipes-devtools/expect/expect_5.45.bb
index 630f2e4649..e2d24e8d85 100644
--- a/meta/recipes-devtools/expect/expect_5.45.bb
+++ b/meta/recipes-devtools/expect/expect_5.45.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://license.terms;md5=fbf2de7e9102505b1439db06fc36ce5c"
16DEPENDS += "tcl" 16DEPENDS += "tcl"
17RDEPENDS_${PN} = "tcl" 17RDEPENDS_${PN} = "tcl"
18 18
19inherit autotools 19inherit autotools update-alternatives
20 20
21PR = "r1" 21PR = "r1"
22 22
@@ -57,6 +57,11 @@ EXTRA_OECONF += "--with-tcl=${STAGING_LIBDIR} \
57 " 57 "
58EXTRA_OEMAKE_install = " 'SCRIPTS=' " 58EXTRA_OEMAKE_install = " 'SCRIPTS=' "
59 59
60ALTERNATIVE_${PN} = "mkpasswd"
61ALTERNATIVE_LINK_NAME[mkpasswd] = "${bindir}/mkpasswd"
62# Use lower priority than busybox's mkpasswd (created when built with CONFIG_CRYPTPW)
63ALTERNATIVE_PRIORITY[mkpasswd] = "40"
64
60FILES_${PN}-dev = "${libdir_native}/expect${PV}/libexpect*.so \ 65FILES_${PN}-dev = "${libdir_native}/expect${PV}/libexpect*.so \
61 ${includedir}/expect.h \ 66 ${includedir}/expect.h \
62 ${includedir}/expect_tcl.h \ 67 ${includedir}/expect_tcl.h \