no-static-libs: remove eglinfo

waf.bbclass disables no-static-libs for all waf recipes, so we don't need to
have it explicitly disabled here now.

(From OE-Core rev: 6eb64cdd5296c42a46f3485bca403814eec55b2c)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2016-02-19 13:27:43 +00:00 committed by Richard Purdie
parent 0ab67d6ede
commit c1f9507c69
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,5 @@
DISABLE_STATIC = " --disable-static"
# qemu aborts on unrecognised option
DISABLE_STATIC_pn-qemu = ""
DISABLE_STATIC_pn-qemu-native = ""
@ -23,11 +24,9 @@ DISABLE_STATIC_pn-openjade-native = ""
DISABLE_STATIC_pn-openssl = ""
DISABLE_STATIC_pn-openssl-native = ""
DISABLE_STATIC_pn-nativesdk-openssl = ""
# waf aborts on unknown option
DISABLE_STATIC_pn-eglinfo-x11 = ""
DISABLE_STATIC_pn-eglinfo-fb = ""
# libssp-static-dev included in build-appliance
DISABLE_STATIC_pn-gcc-runtime = ""
EXTRA_OECONF_append = "${DISABLE_STATIC}"
EXTRA_OECMAKE_append_pn-libical = "-DSHARED_ONLY=True"