1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

binutils-cross-sdk: Really fix debug file packaging

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3585 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-01-24 15:49:41 +00:00
parent fb8b73f480
commit 7d85c6b9e7
@@ -4,7 +4,8 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-${PV}"
EXTRA_OECONF = "--with-sysroot=${prefix}/${TARGET_SYS} \
--program-prefix=${TARGET_PREFIX}"
FILES_binutils-cross-sdk-dbg += "${prefix}/${TARGET_SYS}/bin/.debug"
PACKAGES =+ "${PN}-dbg"
FILES_${PN}-dbg += "${prefix}/${TARGET_SYS}/bin/.debug"
do_stage() {
: