aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/help2man
AgeCommit message (Collapse)Author
2011-02-03help2man: fix drag in of target perl for the native packagetested_2010-02-03testing-next-testHenning Heinold
2011-02-02help2man: Update for using our perl-nativeTom Rini
Now that we have perl-native going early, we want to wait for it to be done, along with autoconf/automake. But that's just race prevention as we still don't want to re-run autoconf. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-07help2man: Mangle for /usr/bin/env perlTom Rini
If help2man won't work when part of the program that it is generating pages for uses one version of perl and it's using another, so we need to use /usr/bin/env perl to ensure a match. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-11-24help2man_1.38.2.bb: New recipeKhem Raj
Add recipe for latest 1.38.2 version and remove 1.37.1 in favour of it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-19help2man: Fix DEPENDS on virtclass-nativeTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-11-18help2man: Use ${BPN} in SRC_URITom Rini
Martin Jansa's idea (after spotting my typo). Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-11-18help2man: Add native recipe, drop check for being provided.Tom Rini
With a recent change to auto* to not build the man pages for native recipes, we can make build progress without help2man being there already. This adds help2man to local.conf.sample as an example of something that is assumed to be provided, drops the sanity.bbclass check and adds a help2man-native recipe. In order to catch the cases where help2man is likely to have been an implicit requirement before we add it to the list that autotools brings in. Signed-off-by: Tom Rini <tom_rini@mentor.com> Acked-by: Michael Smith <msmith@cbnco.com>
2010-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-08help2man: added recipe created by Lynn Lin (bugzilla #4774)Frans Meulenbroeks