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.laforge/owhw2
parent
a8b9551257
commit
90a5fad2b7
|
@ -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 "
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
EXTRA_OECONF += " --enable-static "
|
||||
|
Loading…
Reference in New Issue