diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-08-15 14:28:53 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-15 16:27:53 -0700 |
| commit | a9d623b5ef3ac022c03d3c814241df132d3cb92e (patch) | |
| tree | f2be8ac75b5f1ec98b3ab029cd5178e8053c4c84 /meta-oe/recipes-devtools/perl/ipc-run_20220807.0.bb | |
| parent | e29afd0c0c0c663fc80657761a80ed2bb0e60bf9 (diff) | |
| download | meta-openembedded-a9d623b5ef3ac022c03d3c814241df132d3cb92e.tar.gz | |
ipc-run: upgrade 20200505.0 -> 20220807.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/perl/ipc-run_20220807.0.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/perl/ipc-run_20220807.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/ipc-run_20220807.0.bb b/meta-oe/recipes-devtools/perl/ipc-run_20220807.0.bb new file mode 100644 index 0000000000..f597a8dab0 --- /dev/null +++ b/meta-oe/recipes-devtools/perl/ipc-run_20220807.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "\ | ||
| 2 | IPC::Run allows you run and interact with child processes \ | ||
| 3 | using files, pipes, and pseudo-ttys. Both system()-style and scripted \ | ||
| 4 | usages are supported and may be mixed. Likewise, functional and OO API \ | ||
| 5 | styles are both supported and may be mixed." | ||
| 6 | HOMEPAGE = "https://metacpan.org/release/IPC-Run" | ||
| 7 | SECTION = "libs" | ||
| 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0ebd37caf53781e8b7223e6b99b63f4e" | ||
| 10 | DEPENDS = "perl" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/toddr/IPC-Run.git;branch=master;protocol=https" | ||
| 13 | SRCREV = "44b1f2d2021615c88f2f6b1a6cbdd9aebaeb4ad1" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit cpan | ||
| 18 | |||
| 19 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | ||
| 20 | |||
| 21 | do_compile() { | ||
| 22 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | ||
| 23 | cpan_do_compile | ||
| 24 | } | ||
