1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-15 05:40:00 +00:00
Files
poky/meta/recipes-devtools
Robert Yang d61804d923 perl: fix for ODBM_File.so
Fixed for test case ../ext/ODBM_File/t/odbm.t:
ok 1 - use ODBM_File;
ok 2 - use Fcntl;
./perl: symbol lookup error: /usr/lib/perl/5.22.0/auto/ODBM_File/ODBM_File.so: undefined symbol: dbminit

The checking "if -e $_.'/libgdbm_compat.so'" doesn't work when cross
build, so always link libgdbm_compat, since perl depends on gdbm and we
always have libgdbm_compat.

(From OE-Core rev: 942fb460339c9771e40d2e1bc36ac09b0ac39821)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-01 15:39:58 +01:00
..
2015-06-23 16:07:23 +01:00
2015-04-30 23:04:16 +01:00
2015-06-03 16:38:48 +01:00
2015-04-21 07:20:23 +01:00
2015-06-27 22:42:52 +01:00
2015-04-30 23:04:15 +01:00
2015-07-01 15:39:56 +01:00
2015-07-01 15:39:57 +01:00
2015-07-01 15:39:56 +01:00
2015-04-21 07:20:25 +01:00
2015-05-30 22:26:12 +01:00
2015-04-21 07:20:25 +01:00
2015-04-21 07:20:24 +01:00
2015-07-01 15:39:58 +01:00
2015-02-21 22:05:34 +00:00
2015-06-08 17:34:03 +01:00
2015-04-21 07:20:25 +01:00
2015-05-20 21:41:08 +01:00
2015-06-11 23:59:15 +01:00