[oe] [meta-perl][PATCH] libencode-perl: add 2.76 recipe

Tim Orling ticotimo at gmail.com
Sat Aug 15 17:35:08 UTC 2015


[DO NOT MERGE]

This module is present in oe-core stock perl.
This recipe is not needed.

On Thu, Aug 13, 2015 at 7:25 PM, Tim Orling <ticotimo at gmail.com> wrote:

> * Based on v2.52 recipe:
>   Paul Eggleton <paul.eggleton at linux.intel.com>
>   http://github.com/bluelightning/public_bb_recipes
>
> * which is forked from:
>   Emil Petersen <erp at movis.dk>
>   http://github.com/EmilRP/public_bb_recipes
>
> Signed-off-by: Tim Orling <TicoTimo at gmail.com>
> ---
>  .../recipes-perl/libencode/libencode-perl_2.76.bb  | 54
> ++++++++++++++++++++++
>  1 file changed, 54 insertions(+)
>  create mode 100644 meta-perl/recipes-perl/libencode/
> libencode-perl_2.76.bb
>
> diff --git a/meta-perl/recipes-perl/libencode/libencode-perl_2.76.bb
> b/meta-perl/recipes-perl/libencode/libencode-perl_2.76.bb
> new file mode 100644
> index 0000000..9939962
> --- /dev/null
> +++ b/meta-perl/recipes-perl/libencode/libencode-perl_2.76.bb
> @@ -0,0 +1,54 @@
> +SUMMARY = "Encode - character encodings"
> +DESCRIPTION = "The \"Encode\" module provides the interfaces between \
> +Perl's strings and the rest of the system.  Perl strings are sequences \
> +of characters."
> +
> +AUTHOR = "Dan Kogai <dankogai+cpan at gmail.com>"
> +HOMEPAGE = "https://metacpan.org/release/Encode"
> +SECTION = "lib"
> +LICENSE = "Artistic-1.0 | GPL-1.0+"
> +LIC_FILES_CHKSUM = "file://META.json;md5=bb6a09a95259f80fbf2855c8f9dc3e85"
> +
> +SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DANKOGAI/Encode-${PV}.tar.gz"
> +SRC_URI[md5sum] = "90ee2160d40ade6cc4c4aa1b1ff4745e"
> +SRC_URI[sha256sum] =
> "0fa01359d34d1d129e9bcacb0b9bb821e36e9fb5f1404cfb557dfa680368f265"
> +
> +S = "${WORKDIR}/Encode-${PV}"
> +
> +inherit cpan
> +
> +RDEPENDS_${PN} += " perl-module-bytes \
> +                    perl-module-constant \
> +                    perl-module-xsloader \
> +"
> +
> +RPROVIDES_${PN} += "libencode-alias-perl \
> +                    libencode-byte-perl \
> +                    libencode-cjkconstants-perl \
> +                    libencode-cn-perl \
> +                    libencode-cn-hz-perl \
> +                    libencode-config-perl \
> +                    libencode-ebcdic-perl \
> +                    libencode-encoder-perl \
> +                    libencode-encoding-perl \
> +                    libencode-gsm0338-perl \
> +                    libencode-guess-perl \
> +                    libencode-jp-perl \
> +                    libencode-jp-h2z-perl \
> +                    libencode-jp-jis7-perl \
> +                    libencode-kr-perl \
> +                    libencode-kr-2022_kr-perl \
> +                    libencode-mime-header-perl \
> +                    libencode-mime-name-perl \
> +                    libencode-symbol-perl \
> +                    libencode-tw-perl \
> +                    libencode-unicode--perl \
> +                    libencode-unicode-utf7-perl \
> +                    libencoding-perl \
> +                    libencode-internal-perl \
> +                    libencode-mime-header-iso_2022_jp-perl \
> +                    libencode-utf8-perl \
> +                    libencode-utf_ebcdic-perl \
> +                    "
> +
> +BBCLASSEXTEND = "native"
> --
> 2.1.0
>
>



More information about the Openembedded-devel mailing list