mirror of
https://git.yoctoproject.org/poky
synced 2026-03-28 10:02:21 +01:00
* Fixes communication between gdbserver and gdb-cross by using the same expat settings for both recipes. * Adds missing build dependencies for expat/expat-native. * Adds missing glibc-thread-db runtime recommendation to gdbserver, which was set only for gdb. (From OE-Core rev: 38ee88e3b32b7444d7f1eb64f1b4f69a48fe0458) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 lines
116 B
BlitzBasic
8 lines
116 B
BlitzBasic
require gdb-cross.inc
|
|
|
|
SRC_URI += "file://sim-install-6.6.patch"
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
S = "${WORKDIR}/${BPN}-${PV}"
|