All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-perl][PATCH] libdigest-md5-perl_2.53: added
@ 2013-09-03 15:38 Emil Petersen
  2013-10-16  2:57 ` Hongxu Jia
  0 siblings, 1 reply; 3+ messages in thread
From: Emil Petersen @ 2013-09-03 15:38 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Emil Petersen <erp@movis.dk>
---
 .../libdigest-md5-perl/libdigest-md5-perl_2.53.bb      | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-perl/recipes-perl/libdigest-md5-perl/libdigest-md5-perl_2.53.bb

diff --git a/meta-perl/recipes-perl/libdigest-md5-perl/libdigest-md5-perl_2.53.bb b/meta-perl/recipes-perl/libdigest-md5-perl/libdigest-md5-perl_2.53.bb
new file mode 100644
index 0000000..bbbaf2d
--- /dev/null
+++ b/meta-perl/recipes-perl/libdigest-md5-perl/libdigest-md5-perl_2.53.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Digest::MD5 - Perl interface to the MD5 Algorithm"
+AUTHOR = "Gisle Aas <gisle@activestate.com>"
+HOMEPAGE = "https://metacpan.org/module/Digest::MD5"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://README;md5=2f93400875dbb56f36691d5f69f3eba5"
+
+RDEPENDS_${PN} = "libdigest-base-perl"
+
+SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/Digest-MD5-${PV}.tar.gz"
+SRC_URI[md5sum] = "affc629d05c4c7b3efe4b3b874bce528"
+SRC_URI[sha256sum] = "cde667c0c0c8a4d819d332ba9a4cad7e9f75fc7cabd490aae405ce7bc54d5152"
+
+S = "${WORKDIR}/Digest-MD5-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
-- 
1.8.4.rc3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-16  3:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03 15:38 [meta-perl][PATCH] libdigest-md5-perl_2.53: added Emil Petersen
2013-10-16  2:57 ` Hongxu Jia
2013-10-16  3:39   ` Hongxu Jia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.