From 729ad5e78a0dfd5739bd6705c239a4ee16e49c9c Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 3 Apr 2019 09:58:03 +0200 Subject: Add jq runtime dependency Add jq runtime dependency needed by the afm-test launcher Change-Id: I23ba5282703080ca3a97dbcf61c4c2b80cfbdcac Signed-off-by: Romain Forlot --- conf.d/packaging/deb/debian.control | 1 + conf.d/packaging/rpm/agl-app-afb-test.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/conf.d/packaging/deb/debian.control b/conf.d/packaging/deb/debian.control index b31a6a2..ae9cdc4 100644 --- a/conf.d/packaging/deb/debian.control +++ b/conf.d/packaging/deb/debian.control @@ -20,6 +20,7 @@ Homepage: https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/app-af Package: agl-app-afb-test-bin Section: libs Architecture: any +Depends: jq Description: afb-test is a test framework made to test other binding. Package: agl-app-afb-test-dev diff --git a/conf.d/packaging/rpm/agl-app-afb-test.spec b/conf.d/packaging/rpm/agl-app-afb-test.spec index c570b55..96fedad 100644 --- a/conf.d/packaging/rpm/agl-app-afb-test.spec +++ b/conf.d/packaging/rpm/agl-app-afb-test.spec @@ -28,6 +28,7 @@ BuildRequires: pkgconfig(afb-daemon) BuildRequires: pkgconfig(appcontroller) BuildRequires: pkgconfig(afb-helpers) BuildRequires: pkgconfig(libsystemd) >= 222 +Requires: jq BuildRoot: %{_tmppath}/%{name}-%{version}-build -- cgit 1.2.3-korg