diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-10-04 11:03:38 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-10-04 11:18:34 +0200 |
commit | 9ce66befdeeb552227f45b50dcee4f210a425f92 (patch) | |
tree | be0f686a729521157c8fc6d501fcec9509ee347b /conf.d/packaging/deb/debian.control | |
parent | 195a03d84c59ff756bfb893b22f8f4ff2635ceb6 (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/packaging/deb/debian.control')
-rw-r--r-- | conf.d/packaging/deb/debian.control | 1 |
1 files changed, 0 insertions, 1 deletions
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 |