binutils-cross-sdk.inc: Fix debug package

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3582 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-01-24 15:41:16 +00:00
parent 37d1c4c292
commit 1e5d025685

View File

@@ -4,7 +4,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-${PV}"
EXTRA_OECONF = "--with-sysroot=${prefix}/${TARGET_SYS} \
--program-prefix=${TARGET_PREFIX}"
FILES_${PN}-dbg += "${prefix}/${TARGET_SYS}/bin/.debug"
FILES_binutils-cross-sdk-dbg += "${prefix}/${TARGET_SYS}/bin/.debug"
do_stage() {
: