summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/picocom/picocom_git.bb
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2024-01-03 14:37:42 -0300
committerKhem Raj <raj.khem@gmail.com>2024-01-04 11:17:26 -0800
commit8838fb392808881366d4bcdccc3296c7413413f9 (patch)
treecf107e7d064d0249f9cb7480978bfcdebf91d65c /meta-oe/recipes-support/picocom/picocom_git.bb
parent34a20e8b8aab93baca3cf0c84da4efa3140583fb (diff)
downloadmeta-openembedded-8838fb392808881366d4bcdccc3296c7413413f9.tar.gz
picocom: Update to 2023-04
Update to the 2023-04 version. Use the the new upstream repository and drop the fix that has been upstreamed. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/picocom/picocom_git.bb')
-rw-r--r--meta-oe/recipes-support/picocom/picocom_git.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/picocom/picocom_git.bb b/meta-oe/recipes-support/picocom/picocom_git.bb
index 55dc292710..4ec256bb99 100644
--- a/meta-oe/recipes-support/picocom/picocom_git.bb
+++ b/meta-oe/recipes-support/picocom/picocom_git.bb
@@ -1,16 +1,15 @@
1SUMMARY = "Lightweight and minimal dumb-terminal emulation program" 1SUMMARY = "Lightweight and minimal dumb-terminal emulation program"
2SECTION = "console/utils" 2SECTION = "console/utils"
3LICENSE = "GPL-2.0-or-later" 3LICENSE = "GPL-2.0-or-later"
4HOMEPAGE = "https://github.com/npat-efault/picocom" 4HOMEPAGE = "https://gitlab.com/wsakernel/picocom"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000e4830620e310fe65c0eb69df9e8a" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000e4830620e310fe65c0eb69df9e8a"
6 6
7BASEPV = "3.1" 7BASEPV = "2023-04"
8PV = "${BASEPV}+git${SRCPV}" 8PV = "${BASEPV}+git${SRCPV}"
9 9
10SRCREV = "90385aabe2b51f39fa130627d46b377569f82d4a" 10SRCREV = "12537df0314767d5af35bddddbbca3694e6a0342"
11 11
12SRC_URI = "git://github.com/npat-efault/picocom;branch=master;protocol=https \ 12SRC_URI = "git://gitlab.com/wsakernel/picocom;branch=master;protocol=https \
13 file://0001-Fix-building-with-musl.patch \
14 " 13 "
15 14
16S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"