[oe] [PATCH] quilt: Add option QUILT_NO_RM_SYMLINKS so follow symlinks with quilt refresh

Chris Larson clarson at kergoth.com
Fri Aug 27 04:03:58 UTC 2010


On Fri, Jul 9, 2010 at 1:21 PM, Khem Raj <raj.khem at gmail.com> wrote:

> ++          if [ "$QUILT_NO_RM_SYMLINKS" != "yes" ]
>


I'd suggest:
          if [ -L "$filename" -a "$QUILT_NO_RM_SYMLINKS" != "yes" ]
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics



More information about the Openembedded-devel mailing list