diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc index 48b3007f3e..8d74bf61e0 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc @@ -36,5 +36,8 @@ PREFERRED_VERSION_elfutils ?= "0.131" ASNEEDED = "-Wl,--as-needed" ASNEEDED_pn-console-tools = "" ASNEEDED_pn-distcc = "" +ASNEEDED_pn-openobex = "" +ASNEEDED_pn-icu = "" +ASNEEDED_pn-xserver-kdrive-xomap = "" TARGET_LDFLAGS += "${ASNEEDED}"