aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shadow/shadow_4.1.4.2.bb
AgeCommit message (Collapse)Author
2010-06-09shadow-4.1.4.2: Add patches to support dots in login id.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05shadow_4.1.4.2.bb: add --with-nscd=no when compiling for uclibcKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.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>
2010-04-02shadow: fix do_install with automake-1.11Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-22shadow: reorg into .inc, pull some mvl6 changes over, use a 'pam' distro ↵Chris Larson
feature. Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22shadow: unbork the dependencies.. its DEPENDS, not DEPEND.Chris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-18shadow: try to fix serial-login issueKoen Kooi
2009-11-24shadow: Add version 4.1.4.2 and checksum.David-John Willis
* This version now has Linux-PAM support enabled in OE so will need some testing and maybe a little tweaking. * Add pam.d config files for common shadow utils in addition to the default ones. * Cleanup shadow defaults and make shadow 'play nice' with PAM. * Update pam.d service files to suggested upstream Linux-PAM layout. * TODO: Some Shadow default session files still use the older layout (incluse system-auth for everything). These will need newer files to be added to the pam.d folder in the recipe as they are found.