summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb
diff options
context:
space:
mode:
authorDave Cobbley <david.j.cobbley@linux.intel.com>2018-08-14 10:05:37 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-22 21:26:31 -0400
commiteb8dc40360f0cfef56fb6947cc817a547d6d9bc6 (patch)
treede291a73dc37168da6370e2cf16c347d1eba9df8 /import-layers/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb
parent9c3cf826d853102535ead04cebc2d6023eff3032 (diff)
downloadtalos-openbmc-eb8dc40360f0cfef56fb6947cc817a547d6d9bc6.tar.gz
talos-openbmc-eb8dc40360f0cfef56fb6947cc817a547d6d9bc6.zip
[Subtree] Removing import-layers directory
As part of the move to subtrees, need to bring all the import layers content to the top level. Change-Id: I4a163d10898cbc6e11c27f776f60e1a470049d8f Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'import-layers/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb')
-rw-r--r--import-layers/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/import-layers/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb b/import-layers/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb
deleted file mode 100644
index b2c239d79..000000000
--- a/import-layers/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-SUMMARY = "Text::WrapI18N - Line wrapping module with support for multibyte, \
-fullwidth, and combining characters and languages without whitespaces \
-between words."
-DESCRIPTION = "This module intends to be a better Text::Wrap module. This module is \
-needed to support multibyte character encodings such as UTF-8, EUC-JP, \
-EUC-KR, GB2312, and Big5. This module also supports characters with \
-irregular widths, such as combining characters (which occupy zero columns \
-on terminal, like diacritical marks in UTF-8) and fullwidth characters \
-(which occupy two columns on terminal, like most of east Asian \
-characters). Also, minimal handling of languages which doesn't use \
-whitespaces between words (like Chinese and Japanese) is supported."
-SECTION = "libs"
-
-HOMEPAGE = "http://search.cpan.org/~kubota/Text-WrapI18N-${PV}/"
-
-LICENSE = "Artistic-1.0 | GPLv1+"
-LIC_FILES_CHKSUM = "file://README;md5=080862e1e40cdcddef4393e137285858"
-
-SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-WrapI18N-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "0799c16a00926e6c18d400c2e2861d5f"
-SRC_URI[sha256sum] = "4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488"
-
-S = "${WORKDIR}/Text-WrapI18N-${PV}"
-
-DEPENDS = "libtext-charwidth-perl"
-
-RDEPENDS_${PN} = "libtext-charwidth-perl"
-
-inherit cpan
-
-BBCLASSEXTEND = "native"
OpenPOWER on IntegriCloud