diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-08-07 09:22:05 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:21 -0700 |
| commit | 1b19abbcf37af468586b7e3f3210d4b7d13fa0b6 (patch) | |
| tree | f0b4b31d032c74719b60566cc32c9946a39d6491 /meta-oe/recipes-support/picocom/picocom_git.bb | |
| parent | a4bd1cf8cc22f2007e00e127eb8475d36eeeaa57 (diff) | |
| download | meta-openembedded-1b19abbcf37af468586b7e3f3210d4b7d13fa0b6.tar.gz | |
picocom: upgrade 2023-04 -> 2024
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
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 | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-oe/recipes-support/picocom/picocom_git.bb b/meta-oe/recipes-support/picocom/picocom_git.bb deleted file mode 100644 index cc0d88faca..0000000000 --- a/meta-oe/recipes-support/picocom/picocom_git.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | SUMMARY = "Lightweight and minimal dumb-terminal emulation program" | ||
| 2 | SECTION = "console/utils" | ||
| 3 | LICENSE = "GPL-2.0-or-later" | ||
| 4 | HOMEPAGE = "https://gitlab.com/wsakernel/picocom" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000e4830620e310fe65c0eb69df9e8a" | ||
| 6 | |||
| 7 | BASEPV = "2023-04" | ||
| 8 | PV = "${BASEPV}+git" | ||
| 9 | |||
| 10 | SRCREV = "12537df0314767d5af35bddddbbca3694e6a0342" | ||
| 11 | |||
| 12 | SRC_URI = "git://gitlab.com/wsakernel/picocom;branch=master;protocol=https \ | ||
| 13 | " | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | EXTRA_OEMAKE = "'CC=${CC}' 'LD=${CC}' 'VERSION=${BASEPV}' \ | ||
| 18 | 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}' " | ||
| 19 | |||
| 20 | do_install () { | ||
| 21 | install -d ${D}${bindir} | ||
| 22 | install -m 0755 ${BPN} pcasc pcxm pcym pczm ${D}${bindir}/ | ||
| 23 | } | ||
| 24 | |||
