Merge pull request #42 from starlab-io/fix-disable-static

Remove the '--disable-static' in the EXTRA_OECONF for all rust-like recipes
This commit is contained in:
Cody Schafer
2016-02-19 22:11:55 -05:00

View File

@@ -82,3 +82,5 @@ HOST_LDFLAGS ?= "${LDFLAGS}"
HOST_CFLAGS ?= "${CFLAGS}"
HOST_CXXFLAGS ?= "${CXXFLAGS}"
HOST_CPPFLAGS ?= "${CPPFLAGS}"
EXTRA_OECONF_remove = "--disable-static"