[oe-commits] Koen Kooi : libcdio: add 0.81

git version control git at git.openembedded.org
Mon Jan 18 07:52:56 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7d25400166cb647b78361d5161fd671c6d859a1d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7d25400166cb647b78361d5161fd671c6d859a1d

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Jan 17 17:13:46 2010 +0100

libcdio: add 0.81

---

 recipes/xbmc/libcdio_0.81.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/recipes/xbmc/libcdio_0.81.bb b/recipes/xbmc/libcdio_0.81.bb
new file mode 100644
index 0000000..e900336
--- /dev/null
+++ b/recipes/xbmc/libcdio_0.81.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "The GNU Compact Disc Input and Control library (libcdio) contains a library for CD-ROM and CD image access."
+LICENSE = "GPL"
+
+SRC_URI = "http://ftp.gnu.org/gnu/libcdio/libcdio-${PV}.tar.gz"
+
+inherit autotools
+
+EXTRA_OECONF = " ac_cv_member_struct_tm_tm_gmtoff=no"
+
+FILES_${PN} = "${bindir}/*"
+
+python populate_packages_prepend () {
+	glibdir = bb.data.expand('${libdir}', d)
+	do_split_packages(d, glibdir, '^lib(.*)\.so\.*', 'lib%s', 'gstreamer %s library', extra_depends='', allow_links=True)
+}
+
+
+





More information about the Openembedded-commits mailing list