diff mbox

[APPS/PATCH,3/3] bind odp to specific version

Message ID 1404479068-17690-3-git-send-email-maxim.uvarov@linaro.org
State New
Headers show

Commit Message

Maxim Uvarov July 4, 2014, 1:04 p.m. UTC
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 6b34d55..7f9b33f 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@  odp:
 	if [ ! -d odp.git ]; \
 		then git clone http://git.linaro.org/git/lng/odp.git odp.git; \
 	fi
-	cd odp.git; git reset --hard HEAD
+	cd odp.git; git reset --hard a5b7d50a6ac17ef5ada2da2232764065fce48c31
 	cd odp.git; patch -N -p1 < ../snort/odp-patches/0001-implement-odp_timer_disarm_all.patch
 	cd odp.git; make libs_install  CFLAGS="-fPIC"