diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-04-25 15:32:47 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-25 22:44:45 -0700 |
commit | 4625fb9d432eaa6a29eae7c1b19a872e3987a5b4 (patch) | |
tree | effa965d2b3fad79db184cf16e61e8ccf7bebe64 /meta-oe | |
parent | 920161113533074d27dc93c521815380fdf20275 (diff) | |
download | meta-openembedded-4625fb9d432eaa6a29eae7c1b19a872e3987a5b4.tar.gz |
pegtl: upgrade 2.8.2 -> 2.8.3
See full changelog https://github.com/taocpp/PEGTL/releases/tag/2.8.3
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb (renamed from meta-oe/recipes-extended/pegtl/pegtl_2.8.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/pegtl/pegtl_2.8.2.bb b/meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb index 42aa655b2..92741d817 100644 --- a/meta-oe/recipes-extended/pegtl/pegtl_2.8.2.bb +++ b/meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE="https://github.com/taocpp/PEGTL" | |||
3 | LICENSE="MIT" | 3 | LICENSE="MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6a5195f720a8d436a4148e0cb8660400" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6a5195f720a8d436a4148e0cb8660400" |
5 | 5 | ||
6 | SRCREV = "ede3ce17aef7da27648b195dc77814cb1d3c313d" | 6 | SRCREV = "47e878ad4fd72c91253c9d47b6f17e001ca2dfcf" |
7 | SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=2.x \ | 7 | SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=2.x \ |
8 | " | 8 | " |
9 | 9 | ||