aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Xiaoming <lixm.fnst@cn.fujitsu.com>2019-08-28 20:39:13 +0800
committerLi Xiaoming <lixm.fnst@cn.fujitsu.com>2019-08-28 20:39:13 +0800
commit8f31d2d8998c1387981dbd5ba18de76bcf648fac (patch)
tree5b92a28cc6ae0ad7d2c24b974911252bc5d21168
parentb616416b442738f5f59dc71b7e70bd34b4ac5289 (diff)
Remove unused dependency:libmicrohttpd
Bug-AGL: SPEC-2776 Change-Id: I920939fb77a2a8ce6535ee51fee35e9d907197e2 Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
-rw-r--r--README.md22
-rw-r--r--conf.d/packaging/agl-helloworld-service.dsc3
-rw-r--r--conf.d/packaging/agl-helloworld-service.spec3
-rw-r--r--conf.d/packaging/debian.control1
4 files changed, 3 insertions, 26 deletions
diff --git a/README.md b/README.md
index 49bde78..b9c5ff0 100644
--- a/README.md
+++ b/README.md
@@ -52,30 +52,10 @@ sudo zypper install libjson-c-dev
sudo dnf install libjson-c-dev
```
-Binder and client communicate through HTTP protocol :
-
-* **Debian/Ubuntu**
-
-```bash
-sudo apt-get install agl-libmicrohttpd-dev
-```
-
-* **openSUSE**
-
-```bash
-sudo zypper install agl-libmicrohttpd-dev
-```
-
-* **Fedora**
-
-```bash
-sudo dnf install agl-libmicrohttpd-dev
-```
-
## Setup
```bash
-git clone https://gerrit.automotivelinux.org/gerrit/admin/repos/apps/agl-service-helloworld
+git clone https://gerrit.automotivelinux.org/gerrit/apps/agl-service-helloworld
cd agl-service-helloworld
```
diff --git a/conf.d/packaging/agl-helloworld-service.dsc b/conf.d/packaging/agl-helloworld-service.dsc
index d883851..8712a01 100644
--- a/conf.d/packaging/agl-helloworld-service.dsc
+++ b/conf.d/packaging/agl-helloworld-service.dsc
@@ -5,7 +5,7 @@ Architecture: any
Version: 2.0-0
Maintainer: Iot-Team <secretaria@iot.bzh>
Standards-Version: 3.8.2
-Homepage: https://github.com/iotbzh/helloworld-service
+Homepage: https://gerrit.automotivelinux.org/gerrit/admin/repos/apps/agl-service-helloworld
Build-Depends: debhelper (>= 5),
pkg-config,
cmake,
@@ -14,5 +14,4 @@ Build-Depends: debhelper (>= 5),
libjson-c-dev ,
libsystemd-dev (>= 222),
agl-app-framework-binder-dev ,
- agl-libmicrohttpd-dev (>= 0.9.55)
Debtransform-Tar: agl-helloworld-service_1.0.orig.tar.gz
diff --git a/conf.d/packaging/agl-helloworld-service.spec b/conf.d/packaging/agl-helloworld-service.spec
index d495571..b8d91cb 100644
--- a/conf.d/packaging/agl-helloworld-service.spec
+++ b/conf.d/packaging/agl-helloworld-service.spec
@@ -23,7 +23,7 @@ Release: 1
Group: AGL
License: APL2.0
Summary: Provide an AGL Helloworld Binding
-Url: https://github.com/iotbzh/helloworld-service
+Url: https://gerrit.automotivelinux.org/gerrit/admin/repos/apps/agl-service-helloworld
Source0: %{name}_%{version}.orig.tar.gz
BuildRequires: cmake
@@ -31,7 +31,6 @@ BuildRequires: gcc gcc-c++
BuildRequires: pkgconfig(json-c)
BuildRequires: pkgconfig(libsystemd) >= 222
BuildRequires: pkgconfig(afb-daemon)
-BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.55
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff --git a/conf.d/packaging/debian.control b/conf.d/packaging/debian.control
index 31461d6..cbdf0d9 100644
--- a/conf.d/packaging/debian.control
+++ b/conf.d/packaging/debian.control
@@ -9,7 +9,6 @@ Build-Depends: debhelper (>= 5),
libjson-c-dev ,
libsystemd-dev (>= 222),
agl-app-framework-binder-dev ,
- agl-libmicrohttpd-dev (>= 0.9.55)
Standards-Version: 3.8.2
Homepage: https://github.com/iotbzh/helloworld-service