From e0503768af714c4e8c7fc75e462d4e58e34042a7 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 17 Mar 2010 13:35:05 -0700 Subject: base.bbclass: Add note about base_path_relative Signed-off-by: Chris Larson --- classes/base.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/base.bbclass b/classes/base.bbclass index 2f363127c6..09eb70989a 100644 --- a/classes/base.bbclass +++ b/classes/base.bbclass @@ -10,6 +10,7 @@ def base_path_join(a, *p): path += '/' + b return path +# Note: Python 2.6+ has os.path.relpath, no need for this there def base_path_relative(src, dest): """ Return a relative path from src to dest. -- cgit 1.2.3-korg