From: Khem Raj Date: Tue, 29 Jun 2010 02:45:44 +0000 (-0700) Subject: gdb-common.inc: Use FILESPATHPKG in place of FILESDIR. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5aee636a81eef9d71dc9633b42ddf6fb93c6ccb;p=openembedded.git gdb-common.inc: Use FILESPATHPKG in place of FILESDIR. Signed-off-by: Khem Raj --- 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}"