aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-09-14 22:47:41 +0200
committerAnders Roxell <anders.roxell@linaro.org>2016-09-15 12:43:54 +0200
commit05998a8dba63ecb44b8e659ef46d8c0ca0ff3708 (patch)
tree706bd5a37aaa00569da50cdead1084bf5b94d261
parentbb15b1072f7fbaac8005fc8ae8157583a418f1a4 (diff)
rpm: add pkgconfig to Requires
Reviewed-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rw-r--r--pkg/rpm/odp.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/rpm/odp.spec b/pkg/rpm/odp.spec
index f7eff5d..057733a 100644
--- a/pkg/rpm/odp.spec
+++ b/pkg/rpm/odp.spec
@@ -40,6 +40,7 @@ in other packages.
Summary: OpenDataPlane Reference implementation
Requires: odp-linux%{?_isa} = %{version}-%{release}
Requires: openssl-devel
+Requires: pkgconfig
%description -n odp-linux-devel
ODP devel is a set of headers and a library.
@@ -62,6 +63,7 @@ ODP helper libary.
%package -n odp-linux-helper-devel
Summary: OpenDataPlane helper Reference implementation
Requires: odp-linux-helper%{?_isa} = %{version}-%{release}
+Requires: pkgconfig
%description -n odp-linux-helper-devel
ODP devel is a set of headers and a library.