From 0eb7249b24233da0a0b0d6e7a1ac99f8862ed310 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 12 Mar 2021 21:53:12 -0800 Subject: [PATCH] ply: upgrade to latest Set PV 2.1.1+git Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/ply/ply_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/ply/ply_git.bb b/meta-oe/recipes-devtools/ply/ply_git.bb index 7d693b36da..bf91c7b853 100644 --- a/meta-oe/recipes-devtools/ply/ply_git.bb +++ b/meta-oe/recipes-devtools/ply/ply_git.bb @@ -5,8 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS += "bison-native" +PV = "2.1.1+git${SRCPV}" + SRC_URI = "git://github.com/iovisor/ply" -SRCREV = "aa5b9ac31307ec1acece818be334ef801c802a12" +SRCREV = "e25c9134b856cc7ffe9f562ff95caf9487d16b59" S = "${WORKDIR}/git"