From 24b23417acc0d34a7dbcd6fe1d05aad87d46abe3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 8 Oct 2008 01:48:01 +0000 Subject: [bb.utils] Make prunedir cope with symlinks to directories 2008-10-07 Julian Chu Reviewed by Holger. The packagekit git repository contains a symlink and on fetching the pruning failed as "packagekit" is not a directory but a symlink to a directory. * lib/bb/utils.py: --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 609c5b9e0..39032918c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -155,6 +155,7 @@ Changes in Bitbake 1.9.x: used instead of the internal bitbake one. Alternatively, BB_ENV_EXTRAWHITE can be used to extend the internal whitelist. - Perforce fetcher fix to use commandline options instead of being overriden by the environment + - bb.utils.prunedir can cope with symlinks to directoriees without exceptions Changes in Bitbake 1.8.0: - Release 1.7.x as a stable series -- cgit 1.2.3-korg