mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 11:29:40 +01:00
Various recipes were missing a pkgconfig inherit or pkgconfig-native dependency despite using pkgconfig. Add the inherit to igt-gpu-tools/gdb/libmodulemd/libwpe/xwayland/waffle shaderc/iputils/wpebackend-fdo/lttng-ust/cargo. (From OE-Core rev: 777d9744570c2dc119dc5d04985896bbb1da5885) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
221 B
PHP
12 lines
221 B
PHP
require gdb-common.inc
|
|
|
|
inherit gettext pkgconfig
|
|
|
|
#LDFLAGS:append = " -s"
|
|
#export CFLAGS:append=" -L${STAGING_LIBDIR}"
|
|
|
|
# cross-canadian must not see this
|
|
PACKAGES =+ "gdbserver"
|
|
FILES:gdbserver = "${bindir}/gdbserver"
|
|
|