realpath: added 1.10
authorMartyn Welch <martyn.welch@ge.com>
Sun, 21 Mar 2010 23:34:46 +0000 (23:34 +0000)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Tue, 30 Mar 2010 12:19:59 +0000 (14:19 +0200)
commitc5014e1b9f9a321793b2b173270e75770f7b7fce
tree7a94ba3d0f3a041b16991dc18f3bb03ad8817df4
parentba9d4c218163404167cde22fafbf362a2f128191
realpath: added 1.10

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>
recipes/realpath/files/makefile.patch [new file with mode: 0644]
recipes/realpath/realpath_1.10.bb [new file with mode: 0644]