aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2014-06-17 10:04:17 +0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-06-17 10:07:58 +0400
commit3b10d60d20d2264291b529763215a96f8846b985 (patch)
tree7d89ef8c4ade865d6bfbf9a82e16f456c1aa9ee8
parent98b7b17d20bb1d9bb974085d4bdabe8b11f94c11 (diff)
odp: update web page information and version up to the latest
Add folowing updates: 7a4d8ab CONTRIBUTING: Comply with registered trade mark name for ODP 470e3aa Makefile: Invoke platform specific Makefile.inc after common configuration 65c132b tests: api: timer: Fix operator precedence 4b97c41 linux-generic: timer: Do not expect odp_timer_tmo_t to be integer ac3af62 Fix mismatched size of ODP_PACKET_OFFSET_INVALID 26844e5 Fix drop_err_pkts to correctly discard bad packets 4779764 PACKET_MMAP: prevent receive stalling Change-Id: Ieb9ad361e9a5fb8d9b5728ac46d0008879569ad4 Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--meta-linaro/recipes-extra/odp/odp.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-linaro/recipes-extra/odp/odp.bb b/meta-linaro/recipes-extra/odp/odp.bb
index 7a201afd..fb1940b8 100644
--- a/meta-linaro/recipes-extra/odp/odp.bb
+++ b/meta-linaro/recipes-extra/odp/odp.bb
@@ -1,15 +1,15 @@
DESCRIPTION = "OpenDataPlane (ODP) provides a data plane application programming \
environment that is easy to use, high performance, and portable between networking SoCs."
-HOMEPAGE = "https://wiki.linaro.org/LNG/Engineering/OpenDataPlane"
-SECTION = "console/tools"
+HOMEPAGE = "http://www.opendataplane.org"
+SECTION = "console/network"
LICENSE = "BSD | GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4ccfa994aa96974cfcd39a59faee20a2"
-PV = "20140605+git${SRCPV}"
+PV = "20140616+git${SRCPV}"
SRC_URI = "git://git.linaro.org/lng/odp.git;name=odp"
-SRCREV_odp = "a65917065da23a970f10b591f317c362e50dc36b"
+SRCREV_odp = "7a4d8abacd7535c4caa8913a5f4a6d295973b2b8"
SRCREV_FORMAT = "odp"
S = "${WORKDIR}/git"