meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / perl / filter-perl_1.59.bb
diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/perl/filter-perl_1.59.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/perl/filter-perl_1.59.bb
deleted file mode 100644 (file)
index 6bea0b6..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-
-SUMMARY = "perlfilter - Source Filters"
-DESCRIPTION = "\
-  perlfilter - Source Filters \
-    Modules included: \
-    - Filter::Util::Call - Perl Source Filter Utility Module \
-    - Filter::Util::Exec - exec source filter \
-    - Filter::decrypt - template for a decrypt source filter \
-    - Filter::cpp - cpp source filter \
-    - Filter::exec - exec source filter \
-    - Filter::m4 - M4 source filter \
-    - Filter::sh - sh source filter \
-    - Filter::tee - tee source filter \
-"
-HOMEPAGE = "https://metacpan.org/release/Filter"
-
-SECTION = "libs"
-
-LICENSE = "Artistic-1.0 | GPL-1.0+"
-LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8"
-
-CPAN_PACKAGE = "Filter"
-
-SRC_URI = "${CPAN_MIRROR}/authors/id/R/RU/RURBAN/${CPAN_PACKAGE}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "54e08a158bff1f35e0a93b3993dcf52f"
-SRC_URI[sha256sum] = "b4babfad4e0566a9a61199735f6e622a60d3274122752304f18f623412bf4e5a"
-
-S = "${WORKDIR}/${CPAN_PACKAGE}-${PV}"
-
-inherit cpan
-
-BBCLASSEXTEND = "native nativesdk"