mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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:
@@ -4,7 +4,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-${PV}"
|
|||||||
EXTRA_OECONF = "--with-sysroot=${prefix}/${TARGET_SYS} \
|
EXTRA_OECONF = "--with-sysroot=${prefix}/${TARGET_SYS} \
|
||||||
--program-prefix=${TARGET_PREFIX}"
|
--program-prefix=${TARGET_PREFIX}"
|
||||||
|
|
||||||
FILES_${PN}-dbg += "${prefix}/${TARGET_SYS}/bin/.debug"
|
FILES_binutils-cross-sdk-dbg += "${prefix}/${TARGET_SYS}/bin/.debug"
|
||||||
|
|
||||||
do_stage() {
|
do_stage() {
|
||||||
:
|
:
|
||||||
|
|||||||
Reference in New Issue
Block a user