diff options
author | Armin Kuster <akuster808@gmail.com> | 2016-10-17 16:30:38 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2016-11-01 09:03:15 -0700 |
commit | 019ffeebb4aac654fce230f27ce0a1b96d57672c (patch) | |
tree | a89b6ba1be64be8958c20ce2fb95bde977f62ce5 /recipes-perl/perl | |
parent | 0a795d49ac1b26aef4b25dcefeb97601fb527848 (diff) | |
download | meta-security-019ffeebb4aac654fce230f27ce0a1b96d57672c.tar.gz meta-security-019ffeebb4aac654fce230f27ce0a1b96d57672c.tar.bz2 meta-security-019ffeebb4aac654fce230f27ce0a1b96d57672c.zip |
libnetaddr-ip-perl: remove package. not used by anyone in this layer
latest version does not build either
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-perl/perl')
-rw-r--r-- | recipes-perl/perl/libnetaddr-ip-perl_4.069.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-perl/perl/libnetaddr-ip-perl_4.069.bb b/recipes-perl/perl/libnetaddr-ip-perl_4.069.bb deleted file mode 100644 index 69c2d83..0000000 --- a/recipes-perl/perl/libnetaddr-ip-perl_4.069.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "This package contains the IP.pm module with friends." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0+" - -LIC_FILES_CHKSUM = "file://Copying;md5=cde580764a0fbc0f02fafde4c65d6227" - -DEPENDS += "perl" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-${PV}.tar.gz" - -SRC_URI[md5sum] = "7721135fcea390327f75421a6b701144" -SRC_URI[sha256sum] = "96739afc484eca1597c4f4b520864b342169c8fdeef486778511e5a1527ba4e7" - -S = "${WORKDIR}/NetAddr-IP-${PV}" - -EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" - -inherit cpan - -do_compile() { - cpan_do_compile -} -BBCLASSEXTEND = "native" - -PNBLACKLIST[libnetaddr-ip-perl] = "BROKEN: doesn't build | make[2]: *** No rule to make target `config.h', needed by `Util.c'. Stop." |