diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-02-08 16:25:23 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-10 10:32:08 +0000 |
| commit | 3872c13296b3504b7ef76ac3b8a399a46dc6cf0a (patch) | |
| tree | ffd0cb88f066130131aac12b51f84f7d096325e3 /meta/recipes-extended/findutils/findutils_4.9.0.bb | |
| parent | 6ffba8f1550ba8779693d38513956f2863b2138b (diff) | |
| download | poky-3872c13296b3504b7ef76ac3b8a399a46dc6cf0a.tar.gz | |
findutils: upgrade 4.8.0 -> 4.9.0
(From OE-Core rev: 389502162f63215a77dd58c4971f61fad13ea125)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/findutils/findutils_4.9.0.bb')
| -rw-r--r-- | meta/recipes-extended/findutils/findutils_4.9.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-extended/findutils/findutils_4.9.0.bb b/meta/recipes-extended/findutils/findutils_4.9.0.bb new file mode 100644 index 0000000000..cd9a1691e3 --- /dev/null +++ b/meta/recipes-extended/findutils/findutils_4.9.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | require findutils.inc | ||
| 2 | |||
| 3 | # GPLv2+ (<< 4.2.32), GPLv3+ (>= 4.2.32) | ||
| 4 | LICENSE = "GPLv3+" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" | ||
| 6 | |||
| 7 | DEPENDS = "bison-native" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "a2bfb8c09d436770edc59f50fa483e785b161a3b7b9d547573cb08065fd462fe" | ||
| 10 | |||
| 11 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" | ||
| 12 | # http://savannah.gnu.org/bugs/?27299 | ||
| 13 | CACHED_CONFIGUREVARS += "gl_cv_func_wcwidth_works=yes" | ||
| 14 | |||
| 15 | EXTRA_OECONF += "ac_cv_path_SORT=${bindir}/sort" | ||
| 16 | |||
| 17 | RDEPENDS:${PN}-ptest += "bash sed grep" | ||
| 18 | |||
| 19 | do_install_ptest:class-target() { | ||
| 20 | mkdir -p ${D}${PTEST_PATH}/tests/ | ||
| 21 | cp -r ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 22 | |||
| 23 | # substitute value in run-ptest with actual version | ||
| 24 | sed -i -e 's/__run_ptest_version__/${PV}/' ${D}${PTEST_PATH}/run-ptest | ||
| 25 | |||
| 26 | } | ||
