summaryrefslogtreecommitdiffstats
path: root/package/perl-db-file
Commit message (Collapse)AuthorAgeFilesLines
* perl-db-file: remove this packageFrancois Perrad2016-12-273-36/+0
| | | | | | | | | | The module DB_File (Berkeley DB wrapper) is a Perl core module. Long time ago, its build as a core module was broken. Since perl-cross-1.0.2, this issue is fixed. So, this package which build DB_File as CPAN module, becomes useless. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/perl-db-file: Berkeley DB 1.85 compatibility API is not neededBernd Kuhls2015-12-201-2/+1
| | | | | | | | | | | | | | This package is also compatible with Berkeley DB v2 or higher: https://metacpan.org/source/PMQS/DB_File-1.835/Changes 1.50 DB_File can now build with either DB 1.x or 2.x, but not both at the same time. [Thomas: adjust Config.in help text accordingly.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/perl-db-file: Fix berkeleydb detectionFrancois Perrad2015-12-131-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this patch libdb.so is not detected and lib/perl5/site_perl/5.22.0/i586-linux/auto/DB_File/DB_File.so is not linked against it: Parsing config.in... Looks Good. Checking if your kit is complete... Looks good Warning (mostly harmless): No library found for -ldb Generating a Unix-style Makefile Writing Makefile for DB_File Writing MYMETA.yml and MYMETA.json >>> perl-db-file 1.835 Building $ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/perl5/site_perl/5.22.0/i586-linux/auto/DB_File/DB_File.so | grep NEEDED 0x00000001 (NEEDED) Shared library: [libc.so.1] After applying this patch configure output will look like this: Parsing config.in... Looks Good. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for DB_File Writing MYMETA.yml and MYMETA.json >>> perl-db-file 1.835 Building and the resulting library is correctly linked against libdb: $ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/perl5/site_perl/5.22.0/i586-linux/auto/DB_File/DB_File.so | grep NEEDED 0x00000001 (NEEDED) Shared library: [libdb-5.3.so] 0x00000001 (NEEDED) Shared library: [libc.so.1] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* scancpan: README as default license fileFrancois Perrad2015-10-261-0/+1
| | | | | | | add this heuristic when no specific license file is found Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pkg-perl: remove the dependency generated by scancpanFrancois Perrad2015-10-021-1/+1
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* scancpan: adjust package nameFrancois Perrad2015-07-232-2/+2
| | | | | | | | | underscore is not allowed in BR package name. this problem was found with the Perl module DB_File which must give the BR package perl-db-file. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/perl-db-file: new packageBernd Kuhls2015-04-263-0/+28
[Thomas: rename package to perl-db-file.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud