Files
poky/meta/recipes-devtools
Mingli Yu eefa206741 perl: correct libpth and glibpth
Previouly there is a logic as below used to set libpth in config.sh.
libpth='@LIBDIR@ @BASELIBDIR@'

But after the below commits introduced, the above logic is dropped.
52f2828314 perl: add a version that builds the recipe using perl-cross, and update to 5.28.1
68552c3532 perl: remove the previous version of the recipe

So correct the value of libpth and glibpth to add the dropped logic
back to avoid confusing.

Before the patch(on 64bits system):
 # perl -V:libpth
 libpth='/usr/lib /lib';

After the patch(on 64bits system):
 # perl -V:libpth
 libpth='/usr/lib64 /lib64';

(From OE-Core rev: a494de43c3ccdcf7af988765ae5c3a95bc20c567)

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