aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-09-15 10:19:19 +0200
committerAnders Roxell <anders.roxell@linaro.org>2016-09-15 12:43:59 +0200
commit151567c2bc5cebcd752861f13c0deb6ec9126b90 (patch)
treeb0fe76f05efa1e56f52884df2b1c1c36fda83696
parentc3210052c69d153f3246c70d3eaea845e0fca50e (diff)
rpm: use a fixed version and not git_hash.sh in AC_INIT
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 2b589c4..94d4853 100644
--- a/pkg/rpm/odp.spec
+++ b/pkg/rpm/odp.spec
@@ -79,6 +79,8 @@ and guides in HTMLformats.
%prep
%autosetup -n %{name}-%{version}
+sed -i "s|^AC_INIT.*|AC_INIT([OpenDataPlane], [%{version}], [lng-odp@lists.linaro.org])|" configure.ac
+./bootstrap
%configure \
--includedir=/usr/include/odp-linux