summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2019-01-31 10:51:17 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2019-01-31 10:55:47 +0100
commitbd79517666a20f0b1af783a923b98191d3eed09e (patch)
tree992ac2c582c0dbb47a3ba116df4f424117ee3118 /conf.d
parent4dc980f363f5f17640702605902ae82276bf4abe (diff)
Update packaging files for the new dependencies
Following the migration, packaging rules need to be updated with new dependencies on the libraries appcontroller and afb-helpers. Change-Id: I0f9454953659af1280fbf5edecf7fcdd00b4dd5f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/packaging/deb/agl-app-afb-test.dsc2
-rw-r--r--conf.d/packaging/deb/debian.control2
-rw-r--r--conf.d/packaging/rpm/agl-app-afb-test.spec2
3 files changed, 6 insertions, 0 deletions
diff --git a/conf.d/packaging/deb/agl-app-afb-test.dsc b/conf.d/packaging/deb/agl-app-afb-test.dsc
index 61c5ed1..c28c886 100644
--- a/conf.d/packaging/deb/agl-app-afb-test.dsc
+++ b/conf.d/packaging/deb/agl-app-afb-test.dsc
@@ -10,6 +10,8 @@ Build-Depends: debhelper (>= 5),
pkg-config,
dpkg-dev,
cmake,
+ agl-libappcontroller,
+ agl-libafb-helpers,
agl-cmake-apps-module-bin,
agl-app-framework-binder-bin,
agl-app-framework-binder-dev,
diff --git a/conf.d/packaging/deb/debian.control b/conf.d/packaging/deb/debian.control
index ee59c9b..e836a9a 100644
--- a/conf.d/packaging/deb/debian.control
+++ b/conf.d/packaging/deb/debian.control
@@ -5,6 +5,8 @@ Build-Depends:
debhelper (>= 5),
pkg-config,
cmake,
+ agl-libappcontroller,
+ agl-libafb-helpers,
agl-cmake-apps-module-bin,
agl-app-framework-binder-bin,
agl-app-framework-binder-dev,
diff --git a/conf.d/packaging/rpm/agl-app-afb-test.spec b/conf.d/packaging/rpm/agl-app-afb-test.spec
index 408751a..c570b55 100644
--- a/conf.d/packaging/rpm/agl-app-afb-test.spec
+++ b/conf.d/packaging/rpm/agl-app-afb-test.spec
@@ -25,6 +25,8 @@ BuildRequires: agl-cmake-apps-module
BuildRequires: gcc-c++
BuildRequires: pkgconfig(json-c)
BuildRequires: pkgconfig(afb-daemon)
+BuildRequires: pkgconfig(appcontroller)
+BuildRequires: pkgconfig(afb-helpers)
BuildRequires: pkgconfig(libsystemd) >= 222
BuildRoot: %{_tmppath}/%{name}-%{version}-build