From a5ae85cd1af2b5b88cb3309994121129bb1f5fa7 Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Mon, 5 Feb 2018 13:40:48 +0800 Subject: ipc-run: 0.94 -> 0.96 Upgrade ipc-run from 0.94 to 0.96. Signed-off-by: Huang Qiyu Signed-off-by: Armin Kuster --- meta-oe/recipes-devtools/perl/ipc-run_0.94.bb | 24 ------------------------ meta-oe/recipes-devtools/perl/ipc-run_0.96.bb | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-oe/recipes-devtools/perl/ipc-run_0.94.bb create mode 100644 meta-oe/recipes-devtools/perl/ipc-run_0.96.bb diff --git a/meta-oe/recipes-devtools/perl/ipc-run_0.94.bb b/meta-oe/recipes-devtools/perl/ipc-run_0.94.bb deleted file mode 100644 index 3b58939b17..0000000000 --- a/meta-oe/recipes-devtools/perl/ipc-run_0.94.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "\ -IPC::Run allows you run and interact with child processes \ -using files, pipes, and pseudo-ttys. Both system()-style and scripted \ -usages are supported and may be mixed. Likewise, functional and OO API \ -styles are both supported and may be mixed." -HOMEPAGE = "https://metacpan.org/release/IPC-Run" -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0+" -LIC_FILES_CHKSUM = "file://LICENSE;md5=0ebd37caf53781e8b7223e6b99b63f4e" -DEPENDS = "perl" - -SRC_URI = "git://github.com/toddr/IPC-Run.git" -SRCREV = "6bdf41e276e06d23e140783b13a6eaef4745c216" - -S = "${WORKDIR}/git" - -inherit cpan - -EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} diff --git a/meta-oe/recipes-devtools/perl/ipc-run_0.96.bb b/meta-oe/recipes-devtools/perl/ipc-run_0.96.bb new file mode 100644 index 0000000000..08c966da9d --- /dev/null +++ b/meta-oe/recipes-devtools/perl/ipc-run_0.96.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "\ +IPC::Run allows you run and interact with child processes \ +using files, pipes, and pseudo-ttys. Both system()-style and scripted \ +usages are supported and may be mixed. Likewise, functional and OO API \ +styles are both supported and may be mixed." +HOMEPAGE = "https://metacpan.org/release/IPC-Run" +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0+" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0ebd37caf53781e8b7223e6b99b63f4e" +DEPENDS = "perl" + +SRC_URI = "git://github.com/toddr/IPC-Run.git" +SRCREV = "96066366ac8c401dff9c979d04f25dc8219ffcc1" + +S = "${WORKDIR}/git" + +inherit cpan + +EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" + +do_compile() { + export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" + cpan_do_compile +} -- cgit 1.2.3-korg