X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fperl%2Flibsocket6-perl_0.23.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fperl%2Flibsocket6-perl_0.23.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=ac0d57b14e079e19ead8653c6e9ac82fffee1782;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/perl/libsocket6-perl_0.23.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/perl/libsocket6-perl_0.23.bb deleted file mode 100644 index ac0d57b..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/perl/libsocket6-perl_0.23.bb +++ /dev/null @@ -1,25 +0,0 @@ - -DESCRIPTION = "Perl extensions for IPv6" -HOMEPAGE = "https://metacpan.org/release/Socket6" -SECTION = "libs" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://README;beginline=31;md5=ad207d410de6d8ca6b4655469baa1ab4" - -BBCLASSEXTEND = "native" - -CFLAGS += "-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" -BUILD_CFLAGS += "-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-${PV}.tar.gz;name=socket6-perl-${PV}" -SRC_URI[socket6-perl-0.23.md5sum] = "2c02adb13c449d48d232bb704ddbd492" -SRC_URI[socket6-perl-0.23.sha256sum] = "eda753f0197e8c3c8d4ab20a634561ce84011fa51aa5ff40d4dbcb326ace0833" - -S = "${WORKDIR}/Socket6-${PV}" - -do_configure_prepend () { - mkdir -p m4 - autoreconf -Wcross --verbose --install --force || oefatal "autoreconf execution failed." - sed -i 's:\./configure\(.[^-]\):./configure --build=${BUILD_SYS} --host=${HOST_SYS} --target=${TARGET_SYS} --prefix=${prefix} --exec_prefix=${exec_prefix} --bindir=${bindir} --sbindir=${sbindir} --libexecdir=${libexecdir} --datadir=${datadir} --sysconfdir=${sysconfdir} --sharedstatedir=${sharedstatedir} --localstatedir=${localstatedir} --libdir=${libdir} --includedir=${includedir} --oldincludedir=${oldincludedir} --infodir=${infodir} --mandir=${mandir}\1:' Makefile.PL -} - -inherit cpan