1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-04 18:00:36 +00:00

pktlib: Upgrade to version 2.1.0.6

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Jacob Stiffler
2016-01-28 20:41:08 +00:00
committed by Denys Dmytriyenko
parent 691e7d5699
commit 59e8a98aff
+4 -4
View File
@@ -9,15 +9,15 @@ PKTLIB_GIT_URI = "git://git.ti.com/keystone-rtos/pktlib.git"
PKTLIB_GIT_PROTOCOL = "git"
PKTLIB_GIT_BRANCH = "master"
# Corresponds to DEV.PKTLIB.2.1.0.5
PKTLIB_SRCREV = "d757026f3d6a837711f4b44b5ffdefed761fc186"
# Corresponds to DEV.PKTLIB.2.1.0.6
PKTLIB_SRCREV = "2aa4843d79c344c2d76d0d5d32ecda3d7213d514"
BRANCH = "${PKTLIB_GIT_BRANCH}"
SRC_URI = "${PKTLIB_GIT_URI};protocol=${PKTLIB_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${PKTLIB_SRCREV}"
PV = "2.1.0.5"
PR = "r1"
PV = "2.1.0.6"
PR = "r0"
S = "${WORKDIR}/git/ti/runtime/pktlib"