diff options
| author | Fabio Estevam <festevam@denx.de> | 2024-01-03 14:37:42 -0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-04 11:17:26 -0800 |
| commit | 8838fb392808881366d4bcdccc3296c7413413f9 (patch) | |
| tree | cf107e7d064d0249f9cb7480978bfcdebf91d65c /meta-oe/recipes-support/picocom/picocom_git.bb | |
| parent | 34a20e8b8aab93baca3cf0c84da4efa3140583fb (diff) | |
| download | meta-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.bb | 9 |
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 @@ | |||
| 1 | SUMMARY = "Lightweight and minimal dumb-terminal emulation program" | 1 | SUMMARY = "Lightweight and minimal dumb-terminal emulation program" |
| 2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
| 3 | LICENSE = "GPL-2.0-or-later" | 3 | LICENSE = "GPL-2.0-or-later" |
| 4 | HOMEPAGE = "https://github.com/npat-efault/picocom" | 4 | HOMEPAGE = "https://gitlab.com/wsakernel/picocom" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000e4830620e310fe65c0eb69df9e8a" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000e4830620e310fe65c0eb69df9e8a" |
| 6 | 6 | ||
| 7 | BASEPV = "3.1" | 7 | BASEPV = "2023-04" |
| 8 | PV = "${BASEPV}+git${SRCPV}" | 8 | PV = "${BASEPV}+git${SRCPV}" |
| 9 | 9 | ||
| 10 | SRCREV = "90385aabe2b51f39fa130627d46b377569f82d4a" | 10 | SRCREV = "12537df0314767d5af35bddddbbca3694e6a0342" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/npat-efault/picocom;branch=master;protocol=https \ | 12 | SRC_URI = "git://gitlab.com/wsakernel/picocom;branch=master;protocol=https \ |
| 13 | file://0001-Fix-building-with-musl.patch \ | ||
| 14 | " | 13 | " |
| 15 | 14 | ||
| 16 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
