summaryrefslogtreecommitdiff
path: root/packages/pam
AgeCommit message (Collapse)AuthorFiles
2008-10-24pam 1.0.2: fix plugins split upOtavio Salvador1
The recipe was missing the PACKAGES_DYNAMIC field making impossible to include the plugins in images
2008-10-24pam (1.0.2 and 0.79): install headers in ${includedir}/securityOtavio Salvador2
While building an O.S. Systems module that uses the PAM library this problem has been found since the code was compiling fine in a lot of different environments and failing on OE. Checking the source has been noticed that upstream explicitely set includedir in configure script but autotools class overrided it by mistake. This fixes it to the desired behaviour.
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther2
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther2
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe3
2008-09-08libpam: add flex as a dependency; handle empty .debug dir case (and clean upMike Westerhof1
the python whitespace too), bump PR.
2008-09-05libpam: update to 1.0.2Koen Kooi4
2007-02-12divers: rename LICENSE from GPL-2 to GPLv2Rolf Leggewie1
2006-12-12many files: KERNELORG_MIRROR variable createdMarcin Juszkiewicz1
2006-11-18Micro-Optimisation decreasing initial parsing time by 10%Holger Freyther1
python () {} and python __anonymous () {} are as the same says functions without a name. They get executed when the main bb file is completely parsed. This is used to set information like FILESDIR. This is a python method so it gets evaled which means compiled and executed a lot of times. By moving the code of the anonfunc into a proper method this is only compiled once. The result is is the 10% speed up when parsing. Reindent anonfuncs and new defs without tabs and four spaces
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2005-07-30Disable all the sgml documentation building - this should fix both 186John Bowler1
and 228 since both fail (with different toolsets) during the documentation build.
2005-06-30import clean BK tree at cset 1.3670Koen Kooi5