glib: Enable static libraries for glib

I want to use static libraries of glib in rauc to shrink the rescue
image to a reasonable amount.
This commit is contained in:
Holger Hans Peter Freyther 2016-04-21 13:06:13 +02:00
parent a8b9551257
commit 90a5fad2b7
2 changed files with 4 additions and 0 deletions

View File

@ -19,3 +19,5 @@ SRC_URI_append_class-native = " file://glib-gettextize-dir.patch"
SRC_URI[md5sum] = "05fb7cb17eacbc718e90366a1eae60d9"
SRC_URI[sha256sum] = "0d27f195966ecb1995dcce0754129fd66ebe820c7cd29200d264b02af1aa28b5"
EXTRA_OECONF += " --enable-static "

View File

@ -0,0 +1,2 @@
EXTRA_OECONF += " --enable-static "