summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/picocom/picocom_2024.bb (renamed from meta-oe/recipes-support/picocom/picocom_git.bb)7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/picocom/picocom_git.bb b/meta-oe/recipes-support/picocom/picocom_2024.bb
index cc0d88faca..c0c3e25de9 100644
--- a/meta-oe/recipes-support/picocom/picocom_git.bb
+++ b/meta-oe/recipes-support/picocom/picocom_2024.bb
@@ -4,17 +4,14 @@ LICENSE = "GPL-2.0-or-later"
4HOMEPAGE = "https://gitlab.com/wsakernel/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 = "2023-04" 7SRCREV = "7b6acbd421a2d4ca99376b7b427828dc1bcba4d8"
8PV = "${BASEPV}+git"
9
10SRCREV = "12537df0314767d5af35bddddbbca3694e6a0342"
11 8
12SRC_URI = "git://gitlab.com/wsakernel/picocom;branch=master;protocol=https \ 9SRC_URI = "git://gitlab.com/wsakernel/picocom;branch=master;protocol=https \
13 " 10 "
14 11
15S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
16 13
17EXTRA_OEMAKE = "'CC=${CC}' 'LD=${CC}' 'VERSION=${BASEPV}' \ 14EXTRA_OEMAKE = "'CC=${CC}' 'LD=${CC}' 'VERSION=${PV}' \
18 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}' " 15 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}' "
19 16
20do_install () { 17do_install () {