diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-07-03 09:43:57 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-07-05 15:54:40 +0200 |
commit | 9b4725b5db971523c3ee6b8822676b57417b0eda (patch) | |
tree | 3da449e6e4901da3059d719bee4627caa9552dac | |
parent | 1a741e7978380669b0a876a594d5d4b5691dcc80 (diff) |
Update libmicrohttpd verion for native build
Change-Id: Iaefdfe8a358b0ef864dce6740b9aae44f4495423
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r-- | conf.d/packaging/agl-app-framework-binder.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/packaging/agl-app-framework-binder.spec b/conf.d/packaging/agl-app-framework-binder.spec index cc920a0c..fb6ec328 100644 --- a/conf.d/packaging/agl-app-framework-binder.spec +++ b/conf.d/packaging/agl-app-framework-binder.spec @@ -14,7 +14,7 @@ Group: Development/Libraries/C and C++ Url: https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-framework-binder Source: %{name}_%{version}.orig.tar.gz #BuildRequires: gdb -BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.54 +BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.55 BuildRequires: make BuildRequires: cmake BuildRequires: pkgconfig(libsystemd) >= 222 |