summaryrefslogtreecommitdiffstats
path: root/recipes/gdb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-06-28 19:45:44 -0700
committerKhem Raj <raj.khem@gmail.com>2010-06-28 19:45:44 -0700
commitc5aee636a81eef9d71dc9633b42ddf6fb93c6ccb (patch)
treeda56d4af7e9bd65481532a53b7c4dab8087e377e /recipes/gdb
parent4daefb7e3904ed50a979e44f704e95d966237cda (diff)
downloadopenembedded-c5aee636a81eef9d71dc9633b42ddf6fb93c6ccb.tar.gz
gdb-common.inc: Use FILESPATHPKG in place of FILESDIR.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gdb')
-rw-r--r--recipes/gdb/gdb-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gdb/gdb-common.inc b/recipes/gdb/gdb-common.inc
index 0c236925dc..d6e0725189 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}"