diff options
author | Marek Vasut <marex@denx.de> | 2023-07-08 16:26:46 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-07-08 07:50:26 -0700 |
commit | c50ef4e5f33eb11ce1a0c4e1847f4d39cd4e503f (patch) | |
tree | af4d45ac8b5a7822f1ea859521ba906c7dfd77a6 | |
parent | b79b2514b3cd6b8fea673689c9e77827de200b5d (diff) | |
download | meta-openembedded-c50ef4e5f33eb11ce1a0c4e1847f4d39cd4e503f.tar.gz |
linux-serial-test: Update to latest git revision
Update the recipe to latest git revision to pull in latest fixes.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb index 7f08a82d61..7abdcb2523 100644 --- a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb +++ b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed" | |||
6 | SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master" | 6 | SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master" |
7 | 7 | ||
8 | PV = "0+git${SRCPV}" | 8 | PV = "0+git${SRCPV}" |
9 | SRCREV = "cacd2790eae7bf4767d4243f5b31134698d3b20d" | 9 | SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||