From c5aee636a81eef9d71dc9633b42ddf6fb93c6ccb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 28 Jun 2010 19:45:44 -0700 Subject: [PATCH] gdb-common.inc: Use FILESPATHPKG in place of FILESDIR. Signed-off-by: Khem Raj --- recipes/gdb/gdb-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.47.2