summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@eng.windriver.com>2024-07-04 14:07:06 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-04 22:56:15 +0100
commite1492d20b13accb5e6d0b5eafd974b2749dda201 (patch)
tree358944707194e76909ea3b386ce1bf148f38f071 /meta/recipes-extended
parentb2bc061f7ce285010218c257c1c293f63db149ef (diff)
downloadpoky-e1492d20b13accb5e6d0b5eafd974b2749dda201.tar.gz
less: upgrade 643 -> 661
ChangeLog: https://www.greenwoodsoftware.com/less/news.661.html License-Update: Update copyright year to 2024 Add perl-module-file-basename to ptest runtime dependency. (From OE-Core rev: 16f4ebc02857567509610e4d350c451440d44930) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/less/less_661.bb (renamed from meta/recipes-extended/less/less_643.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/less/less_643.bb b/meta/recipes-extended/less/less_661.bb
index 67834bdd58..061a494f0f 100644
--- a/meta/recipes-extended/less/less_643.bb
+++ b/meta/recipes-extended/less/less_661.bb
@@ -21,7 +21,7 @@ SECTION = "console/utils"
21 21
22LICENSE = "GPL-3.0-or-later | BSD-2-Clause" 22LICENSE = "GPL-3.0-or-later | BSD-2-Clause"
23LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ 23LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \
24 file://LICENSE;md5=1b2446f5c8632bf63a97d7a49750e1c6 \ 24 file://LICENSE;md5=ea7ea443692720f3015859945c0fb65d \
25 " 25 "
26DEPENDS = "ncurses" 26DEPENDS = "ncurses"
27 27
@@ -29,7 +29,7 @@ SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
29 file://run-ptest \ 29 file://run-ptest \
30 " 30 "
31 31
32SRC_URI[sha256sum] = "2911b5432c836fa084c8a2e68f6cd6312372c026a58faaa98862731c8b6052e8" 32SRC_URI[sha256sum] = "2b5f0167216e3ef0ffcb0c31c374e287eb035e4e223d5dae315c2783b6e738ed"
33 33
34UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html" 34UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"
35 35
@@ -55,7 +55,7 @@ do_install_ptest () {
55 cp -r ${S}/lesstest/lt ${D}${PTEST_PATH} 55 cp -r ${S}/lesstest/lt ${D}${PTEST_PATH}
56} 56}
57 57
58RDEPENDS:${PN}-ptest:append = " perl-module-getopt-std perl-module-cwd locale-base-en-us" 58RDEPENDS:${PN}-ptest:append = " perl-module-getopt-std perl-module-cwd perl-module-file-basename locale-base-en-us"
59 59
60ALTERNATIVE:${PN} = "less" 60ALTERNATIVE:${PN} = "less"
61ALTERNATIVE_PRIORITY = "100" 61ALTERNATIVE_PRIORITY = "100"