Fix native deb pkg install dependency 33/16933/1
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Thu, 4 Oct 2018 09:03:38 +0000 (11:03 +0200)
committerRonan Le Martret <ronan.lemartret@iot.bzh>
Thu, 4 Oct 2018 09:18:34 +0000 (11:18 +0200)
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>
conf.d/packaging/deb/agl-app-framework-binder.dsc
conf.d/packaging/deb/debian.control

index 564083f..a83aa48 100644 (file)
@@ -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,
index 29940f1..6978865 100644 (file)
@@ -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