mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
45105cb6a9
0.3.6 ----- * Plug several memory leaks * Avoid use-after-free within the Proxy * Renamespace CloudProvidersProvider * Reduce a bit the CloudProvidersAccount memory footprint Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
407 B
BlitzBasic
12 lines
407 B
BlitzBasic
SUMMARY = "libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services."
|
|
LICENSE="LGPL-3.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
|
|
|
VALA_MESON_OPTION ?= 'vapigen'
|
|
|
|
DEPENDS = "glib-2.0"
|
|
|
|
inherit gnomebase gobject-introspection vala
|
|
|
|
SRC_URI[archive.sha256sum] = "3b75110b3a4fdef4c5c5a440e48701fe054d2ae061d156c89136bb5ba05e74b7"
|