binutils-cross-sdk: Fix debug files packaging to avoid warnings

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3203 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-11-22 15:51:18 +00:00
parent 571492a155
commit 512f7a0ab8
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@ EXTRA_OECONF = "--with-sysroot=${prefix}/${TARGET_SYS} \
--program-prefix=${TARGET_PREFIX}"
PR = "r2"
FILES_${PN}-dbg += "${prefix}/${TARGET_SYS}/bin"
do_stage() {
:
}

View File

@ -7,6 +7,8 @@ EXTRA_OECONF = "--with-sysroot=${prefix}/${TARGET_SYS} \
--program-prefix=${TARGET_PREFIX}"
PR = "r2"
FILES_${PN}-dbg += "${prefix}/${TARGET_SYS}/bin"
do_stage() {
:
}