diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-04-03 09:58:03 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-04-11 15:42:51 +0000 |
commit | 3bb4c30364d337ecedf80b754688fab41dc31e8a (patch) | |
tree | a67937c4d07266d5e7db99294913aee639221c41 /conf.d/packaging/rpm/agl-app-afb-test.spec | |
parent | b6e9994c9871e6ce3272396b6a13c46291ecd71f (diff) |
Packaging: Add jq runtime dependency
Add jq runtime dependency needed by the afm-test launcher
Change-Id: I23ba5282703080ca3a97dbcf61c4c2b80cfbdcac
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/packaging/rpm/agl-app-afb-test.spec')
-rw-r--r-- | conf.d/packaging/rpm/agl-app-afb-test.spec | 1 |
1 files changed, 1 insertions, 0 deletions
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 |