summaryrefslogtreecommitdiffstats
path: root/lib/bb/data_smart.py
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2005-06-17 13:24:41 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2005-06-17 13:24:41 +0000
commitcfd998a05ecd138ee9313ea5d3f7ae5cf29cfd4a (patch)
tree6c000646e2e5e94308c181ea284645bb40dfdc85 /lib/bb/data_smart.py
parent5b7ad9b4541206814290804bafa2db2e8c0acee8 (diff)
downloadbitbake-cfd998a05ecd138ee9313ea5d3f7ae5cf29cfd4a.tar.gz
make the cache also work when you use softlinks to the packages - patch courtesy Holger Schurig
Diffstat (limited to 'lib/bb/data_smart.py')
-rw-r--r--lib/bb/data_smart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/data_smart.py b/lib/bb/data_smart.py
index 6b788ac6c..e1ced4e1e 100644
--- a/lib/bb/data_smart.py
+++ b/lib/bb/data_smart.py
@@ -303,7 +303,7 @@ class DataSmartPackage(DataSmart):
DataSmart.__init__(self)
self.cache = cache
- self.bbfile = name
+ self.bbfile = os.path.abspath( name )
# Either unpickle the data or do copy on write
if clean: