From: Robert Yang Date: Tue, 13 Jan 2015 03:08:51 +0000 (-0800) Subject: expect: separate B and S X-Git-Tag: 2015-4~720 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=912af87805abf857f1d4d3ba2cdbb3ae1f26a637;p=openembedded-core.git expect: separate B and S And bump the PR to avoid: install: cannot stat `/path/to/image/usr/lib64/expect5.45/libexpect*.so': No such file or directory Signed-off-by: Robert Yang --- diff --git a/meta/recipes-devtools/expect/expect_5.45.bb b/meta/recipes-devtools/expect/expect_5.45.bb index 3e839a2fe3..264f00718b 100644 --- a/meta/recipes-devtools/expect/expect_5.45.bb +++ b/meta/recipes-devtools/expect/expect_5.45.bb @@ -16,7 +16,9 @@ LIC_FILES_CHKSUM = "file://license.terms;md5=fbf2de7e9102505b1439db06fc36ce5c" DEPENDS += "tcl" RDEPENDS_${PN} = "tcl" -inherit autotools-brokensep +inherit autotools + +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/expect/Expect/${PV}/${BPN}${PV}.tar.gz \ file://0001-configure.in.patch \