git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4daefb7
)
gdb-common.inc: Use FILESPATHPKG in place of FILESDIR.
author
Khem Raj
<raj.khem@gmail.com>
Tue, 29 Jun 2010 02:45:44 +0000
(19:45 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Tue, 29 Jun 2010 02:45:44 +0000
(19:45 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gdb/gdb-common.inc
patch
|
blob
|
history
diff --git
a/recipes/gdb/gdb-common.inc
b/recipes/gdb/gdb-common.inc
index
0c23692
..
d6e0725
100644
(file)
--- 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"
-FILES
DIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gdb-${PV}"
+FILES
PATHPKG =. "gdb-${PV}:"
export CC_FOR_BUILD = "${BUILD_CC}"
export CXX_FOR_BUILD = "${BUILD_CXX}"