u-boot-mkimage-openmoko-native: Unused now, remove.
[openembedded.git] / recipes / xbmc / libcdio_0.81.bb
blob6f655d4d28a0b87094642b999f406cb4cf2decd3
1 DESCRIPTION = "The GNU Compact Disc Input and Control library (libcdio) contains a library for CD-ROM and CD image access."
2 LICENSE = "GPLv3+"
4 SRC_URI = "http://ftp.gnu.org/gnu/libcdio/libcdio-${PV}.tar.gz"
6 inherit autotools
8 EXTRA_OECONF = " ac_cv_member_struct_tm_tm_gmtoff=no"
10 FILES_${PN} = "${bindir}/*"
12 python populate_packages_prepend () {
13 glibdir = bb.data.expand('${libdir}', d)
14 do_split_packages(d, glibdir, '^lib(.*)\.so\.*', 'lib%s', 'gstreamer %s library', extra_depends='', allow_links=True)
20 SRC_URI[md5sum] = "2ad1622b672ccf53a3444a0c55724d38"
21 SRC_URI[sha256sum] = "ddeafa5965eaa07f3bd46b0e39b65cba6fa9940d684f7b15bfd615f77eccb51c"