mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
gdb: Make sure cross-candian version does not provide gdbserver
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -33,9 +33,6 @@ do_configure () {
|
|||||||
oe_runconf
|
oe_runconf
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES =+ "gdbserver"
|
|
||||||
FILES_gdbserver = "${bindir}/gdbserver"
|
|
||||||
|
|
||||||
RRECOMMENDS_gdb_append_linux = " glibc-thread-db "
|
RRECOMMENDS_gdb_append_linux = " glibc-thread-db "
|
||||||
RRECOMMENDS_gdb_append_linux-gnueabi = " glibc-thread-db "
|
RRECOMMENDS_gdb_append_linux-gnueabi = " glibc-thread-db "
|
||||||
|
|
||||||
|
|||||||
@@ -9,3 +9,6 @@ SRC_URI += "file://kill_arm_map_symbols.patch;patch=1 \
|
|||||||
#LDFLAGS_append = " -s"
|
#LDFLAGS_append = " -s"
|
||||||
#export CFLAGS_append=" -L${STAGING_LIBDIR}"
|
#export CFLAGS_append=" -L${STAGING_LIBDIR}"
|
||||||
|
|
||||||
|
# cross-canadian must not see this
|
||||||
|
PACKAGES =+ "gdbserver"
|
||||||
|
FILES_gdbserver = "${bindir}/gdbserver"
|
||||||
|
|||||||
Reference in New Issue
Block a user