[oe-commits] Khem Raj : gdb-common.inc: Use FILESPATHPKG in place of FILESDIR.

git version control git at git.openembedded.org
Tue Jun 29 02:46:29 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c5aee636a81eef9d71dc9633b42ddf6fb93c6ccb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c5aee636a81eef9d71dc9633b42ddf6fb93c6ccb

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Jun 28 19:45:44 2010 -0700

gdb-common.inc: Use FILESPATHPKG in place of FILESDIR.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/gdb/gdb-common.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gdb/gdb-common.inc b/recipes/gdb/gdb-common.inc
index 0c23692..d6e0725 100644
--- a/recipes/gdb/gdb-common.inc
+++ b/recipes/gdb/gdb-common.inc
@@ -8,7 +8,7 @@ inherit autotools
 
 SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz"
 
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gdb-${PV}"
+FILESPATHPKG =. "gdb-${PV}:" 
 
 export CC_FOR_BUILD = "${BUILD_CC}"
 export CXX_FOR_BUILD = "${BUILD_CXX}"





More information about the Openembedded-commits mailing list