aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2018-10-04 11:03:38 +0200
committerRonan Le Martret <ronan.lemartret@iot.bzh>2018-10-04 11:18:34 +0200
commit9ce66befdeeb552227f45b50dcee4f210a425f92 (patch)
treebe0f686a729521157c8fc6d501fcec9509ee347b /conf.d
parent195a03d84c59ff756bfb893b22f8f4ff2635ceb6 (diff)
Fix native deb pkg install dependency
agl-app-framework-binder-bin failed to install on Ubuntu 18.04. (libmicrohttpd is named libmicrohttpd12) Remove hard coded libmicrohttpd dependency solve the issue. Change-Id: Ic1e760c422a9ea1d294d1bec614aa7b134c5b042 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/packaging/deb/agl-app-framework-binder.dsc2
-rw-r--r--conf.d/packaging/deb/debian.control1
2 files changed, 1 insertions, 2 deletions
diff --git a/conf.d/packaging/deb/agl-app-framework-binder.dsc b/conf.d/packaging/deb/agl-app-framework-binder.dsc
index 564083fd..a83aa48e 100644
--- a/conf.d/packaging/deb/agl-app-framework-binder.dsc
+++ b/conf.d/packaging/deb/agl-app-framework-binder.dsc
@@ -8,7 +8,7 @@ Standards-Version: 3.8.2
Homepage: https://gerrit.automotivelinux.org/gerrit/src/app-framework-binder
Build-Depends: debhelper (>= 5), pkg-config,
dpkg-dev,
- libmicrohttpd-dev (>= 0.9.54),
+ libmicrohttpd-dev (>= 0.9.55),
cmake,
libsystemd-dev (>= 222),
libssl-dev,
diff --git a/conf.d/packaging/deb/debian.control b/conf.d/packaging/deb/debian.control
index 29940f19..6978865e 100644
--- a/conf.d/packaging/deb/debian.control
+++ b/conf.d/packaging/deb/debian.control
@@ -16,7 +16,6 @@ Homepage: https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-fra
Package: agl-app-framework-binder-bin
Section: libs
Architecture: any
-Depends: libmicrohttpd (>= 0.9.55)
Description: agl-app-framework-binder
Package: agl-app-framework-binder-dev