summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: