summaryrefslogtreecommitdiffstats
path: root/recipes-extended/odp/odp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/odp/odp.inc')
-rw-r--r--recipes-extended/odp/odp.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-extended/odp/odp.inc b/recipes-extended/odp/odp.inc
index 421deff2..5d8d7891 100644
--- a/recipes-extended/odp/odp.inc
+++ b/recipes-extended/odp/odp.inc
@@ -4,7 +4,7 @@ DESCRIPTION = "OpenDataPlane (ODP) provides a data plane application programming
4HOMEPAGE = "http://www.opendataplane.org" 4HOMEPAGE = "http://www.opendataplane.org"
5SECTION = "console/network" 5SECTION = "console/network"
6LICENSE = "BSD-3-Clause" 6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=472053b942339f200d9e1d2dcb947e9d" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=ca6103dc75397fb6bec596187d6b7829"
8 8
9FILESEXTRAPATHS_prepend := "${THISDIR}/odp:" 9FILESEXTRAPATHS_prepend := "${THISDIR}/odp:"
10 10
@@ -16,9 +16,10 @@ git://github.com/qoriq-open-source/flib.git;nobranch=1;name=rta;destsuffix=git/p
16 16
17SRC_URI += "file://0001-Fix-this-build-error.patch" 17SRC_URI += "file://0001-Fix-this-build-error.patch"
18 18
19SRCREV = "fdb26cb5c751afadf2299da2a1376e6ca0e61cc7" 19SRCREV = "bef6398a09db4a6b909aa0c6accc7c15621ce5ef"
20
20SRCREV_qbman = "097595befc2bb60b733027e94ad2ed16a0e9cae0" 21SRCREV_qbman = "097595befc2bb60b733027e94ad2ed16a0e9cae0"
21SRCREV_rta = "2c9b9dc22699f7c00f24a2134c42901932a6a0b9" 22SRCREV_rta = "bbab28b03ae21c52ce913f8b052acf53bd24ff5d"
22 23
23S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
24 25