aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/realpath
AgeCommit message (Collapse)Author
2010-11-11realpath: Add update-alternativesTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-29realpath_1.15.bb: Fix ERROR: QA Issue with realpath: No GNU_HASH in the elf ↵Khem Raj
binary Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-28realpath: Add recipe for version 1.15Khem Raj
* Rename files to realpath-1.10 as it only has patches relevant to 1.10 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-03-30realpath: added 1.10Martyn Welch
The package contains a small utility realpath, which converts each pathname argument to an absolute pathname, which has no components that are symbolic links or the special . or .. directory entries. This utility provides mostly the same functionality as `/bin/readlink -f' in the coreutils package. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>