[oe-commits] Frans Meulenbroeks : liblinux-dvb-perl_1.0.bb: added recipe

git version control git at git.openembedded.org
Sat Jan 2 16:14:44 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: a8d549430db6dcec3359d45491deda233de4f5e0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a8d549430db6dcec3359d45491deda233de4f5e0

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Jan  2 11:18:57 2010 +0100

liblinux-dvb-perl_1.0.bb: added recipe

---

 conf/checksums.ini                    |    4 ++++
 recipes/perl/liblinux-dvb-perl_1.0.bb |   12 ++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index aa564b9..774f9ff 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -570,6 +570,10 @@ sha256=0ef94a1857e03e826825c559b5b8f07a4b412112fb9326f5eb694d5216747071
 md5=e92078fafd9108a137972c4e9bae9e99
 sha256=350a6de884a6295974f2919c5af76d4103368e855ac8fe739460f4d55aee7719
 
+[http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Linux-DVB-1.0.tar.gz]
+md5=67f0139f422893eddd8d9be4985b276f
+sha256=abcb819e9fbca6d9bf740b2ab665cfaa82a8282746aefd997b2e093faa459303
+
 [http://kernel.org//pub/linux/libs/pam/pre/library/Linux-PAM-0.79.tar.bz2]
 md5=0b89b73970c7d490ad9a13718b74d27b
 sha256=5ed480cb76c91c2739ddba87f15437510e58c60dfdd7ead6f469149b2da94bb7
diff --git a/recipes/perl/liblinux-dvb-perl_1.0.bb b/recipes/perl/liblinux-dvb-perl_1.0.bb
new file mode 100644
index 0000000..64e265f
--- /dev/null
+++ b/recipes/perl/liblinux-dvb-perl_1.0.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Linux::DVB - interface to (some parts of) the Linux DVB API"
+SECTION = "libs"
+LICENSE = "unknown"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Linux-DVB-1.0.tar.gz"
+
+S = "${WORKDIR}/Linux-DVB-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"





More information about the Openembedded-commits mailing list