diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-03-12 21:53:12 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-12 22:14:04 -0800 |
commit | 0eb7249b24233da0a0b0d6e7a1ac99f8862ed310 (patch) | |
tree | 59448248064b9f5286a971d5207e183253c17be8 /meta-oe/recipes-devtools/ply | |
parent | 7698c5cf518bc4dbd7ca1b7e2435a21713d951fd (diff) | |
download | meta-openembedded-0eb7249b24233da0a0b0d6e7a1ac99f8862ed310.tar.gz |
ply: upgrade to latest
Set PV 2.1.1+git
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/ply')
-rw-r--r-- | meta-oe/recipes-devtools/ply/ply_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/ply/ply_git.bb b/meta-oe/recipes-devtools/ply/ply_git.bb index 7d693b36d..bf91c7b85 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" | |||
5 | 5 | ||
6 | DEPENDS += "bison-native" | 6 | DEPENDS += "bison-native" |
7 | 7 | ||
8 | PV = "2.1.1+git${SRCPV}" | ||
9 | |||
8 | SRC_URI = "git://github.com/iovisor/ply" | 10 | SRC_URI = "git://github.com/iovisor/ply" |
9 | SRCREV = "aa5b9ac31307ec1acece818be334ef801c802a12" | 11 | SRCREV = "e25c9134b856cc7ffe9f562ff95caf9487d16b59" |
10 | 12 | ||
11 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
12 | 14 | ||