summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libhtml
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-043-3/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-033-7/+7
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libauthen-sasl-perl,libhtml-tree-perl: allow PERL_USE_UNSAFE_INCKhem Raj2021-03-011-0/+2
| | | | | | | | latest perl has made it defualt to remove current directory from default include paths but some modules still depend on this behavior, so let them use it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhtml-parser-perl: enable ptestTim Orling2019-06-151-1/+21
| | | | | | | Add runtime and ptest dependencies Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhtml-tagset-perl: add recipe for v3.20Tim Orling2019-06-151-0/+29
| | | | | | | | | | This module contains data tables useful in dealing with HTML. It provides no functions or methods. This is a dependency for libhtml-paser-perl. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhtml-parser-perl: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-221-1/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: fix indentationMartin Jansa2016-08-222-10/+10
| | | | | | | | * remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libhtml-parser-perl: update to 3.72Derek Straka2016-04-211-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libhtml-tree-perl: fix shebangHongxu Jia2015-12-182-1/+28
| | | | | | | | | | | | | There is a build failure while installing libhtml-tree-perl to sdk: ... |Computing transaction...error: Can't install nativesdk-libhtml-tree- perl-5.03-r0.1@x86_64_nativesdk: no package provides tmp/sysroots/ x86_64-linux/usr/bin/perl-native/perl.real ... The rpm detects the shebang of perl script, so we correct it. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libhtml-tree-perl: add version 5.03Hongxu Jia2015-11-111-0/+40
| | | | | | | HTML-Tree is a suite of Perl modules for making parse trees out of HTML source. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libhtml-parser-perl: move package from meta-security to meta-perlArmin Kuster2014-12-191-0/+25
please consider this common package for meta-perl. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>