Files
poky/meta/recipes-devtools
Mingli Yu 8c7cb2d1d2 tcl: adapt to potential pseudo changes
It failed as below when rerun do_install for tcl:
 $ bitbake tcl
 $ bitbake tcl -f -cinstall
 [snip]
 | NOTE: make -j 72 DESTDIR=/build/tmp/work/core2-64-wrs-linux/tcl/8.6.10-r0/image install
 | abort()ing pseudo client by server request. See https://wiki.yoctoproject.org/wiki/Pseudo_Abort for more details on this.
 | /build/tmp/work/core2-64-wrs-linux/tcl/8.6.10-r0/temp/run.do_install.3490694: line 184: 3499214 Aborted                 (core dumped) make -j 72 "$@"

By default the S is ${WORKDIR}/${BPN}-${PV}, but after unpack,
the tcl source [1] unpacked to ${WORKDIR}/${BPN}${PV} and all the
files under ${WORKDIR}/${BPN}${PV} are acutally the source files.

But the the main Makefile.in is under ${WORKDIR}/${BPN}${PV}/unix
for tcl, so there is below logic in tcl recipe:
S = "${WORKDIR}/${BPN}${PV}/unix"

To adapt the potential pseudo changes, there is a general logic to
exclude ${S} from pseudo database in base.bbclass in [2]. That's to
say, just the dir ${WORKDIR}/${BPN}${PV}/unix is excluded from the
pseudo database.

But it's not enough for tcl, we need to exclude the actual source dir
${WORKDIR}/${BPN}${PV} from pseudo database specifically to fix the
above do_install failure.

[1] https://downloads.sourceforge.net/tcl/tcl8.6.0-src.tar.gz
[2] https://git.openembedded.org/openembedded-core/tree/meta/classes/base.bbclass#n396

(From OE-Core rev: 0d835f8069a336fd6bab1058d4e605a81c844212)

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-26 22:08:35 +00:00
..
2020-06-04 13:27:31 +01:00
2020-09-05 22:19:19 +01:00
2020-06-04 13:27:31 +01:00
2020-07-25 15:11:05 +01:00
2020-09-08 23:03:04 +01:00
2019-12-30 08:47:13 +00:00
2020-08-06 15:12:39 +01:00
2020-06-28 08:35:59 +01:00
2020-07-18 11:06:32 +01:00
2020-05-05 13:19:54 +01:00
2020-06-24 18:06:43 +01:00
2020-08-01 19:57:49 +01:00
2020-08-26 14:33:57 +01:00
2020-05-30 12:32:48 +01:00
2020-07-28 12:39:54 +01:00
2020-09-14 22:42:30 +01:00
2020-09-05 22:19:20 +01:00
2019-10-19 23:18:33 +01:00
2018-03-09 09:17:03 -08:00
2020-07-02 16:18:03 +01:00
2020-07-27 19:58:09 +01:00
2020-05-12 15:20:42 +01:00
2020-09-03 09:44:30 +01:00
2020-07-28 12:39:54 +01:00
2019-05-27 17:06:34 +01:00
2020-03-08 08:21:11 +00:00
2020-08-25 16:00:11 +01:00
2019-02-15 16:05:37 +00:00
2019-12-28 23:25:42 +00:00
2020-09-03 09:44:30 +01:00
2020-09-03 09:44:30 +01:00
2020-06-28 23:37:38 +01:00
2020-06-28 23:37:38 +01:00
2019-12-09 12:00:43 +00:00
2020-09-02 16:00:46 +01:00
2020-06-09 13:13:59 +01:00
2018-11-14 11:14:39 +00:00
2020-08-25 16:00:10 +01:00
2020-05-24 23:56:03 +01:00
2020-10-08 08:08:32 +01:00
2020-05-18 06:33:36 +01:00
2020-02-28 23:11:28 +00:00
2020-08-25 16:00:10 +01:00
2020-01-27 16:48:08 +00:00