diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-16 15:33:29 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-16 15:33:29 +0100 |
| commit | 7a20673d7a65f71d3b45c13d92b1ea94392a10d7 (patch) | |
| tree | 291471936dd4451ea7cafc3430fb1979e37ae5db /meta-oe/recipes-multimedia | |
| parent | 54cee9bcec87775dc436a11e4caacc72084df52b (diff) | |
| download | meta-openembedded-7a20673d7a65f71d3b45c13d92b1ea94392a10d7.tar.gz | |
libcdio: add 0.82
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-multimedia')
| -rw-r--r-- | meta-oe/recipes-multimedia/libcdio/libcdio_0.82.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/libcdio/libcdio_0.82.bb b/meta-oe/recipes-multimedia/libcdio/libcdio_0.82.bb new file mode 100644 index 0000000000..3d231e0f11 --- /dev/null +++ b/meta-oe/recipes-multimedia/libcdio/libcdio_0.82.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | DESCRIPTION = "The GNU Compact Disc Input and Control library (libcdio) contains a library for CD-ROM and CD image access." | ||
| 2 | HOMEPAGE = "http://www.gnu.org/software/libcdio/" | ||
| 3 | SECTION = "libs" | ||
| 4 | |||
| 5 | LICENSE = "GPLv3+" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 7 | |||
| 8 | DEPENDS = "ncurses" | ||
| 9 | |||
| 10 | SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz" | ||
| 11 | SRC_URI[md5sum] = "1c29b18e01ab2b966162bc727bf3c360" | ||
| 12 | SRC_URI[sha256sum] = "1acb3de8e0927906ade7a34c5853173d3068b87b02dfba80d0bf11e47f0b5d39" | ||
| 13 | |||
| 14 | inherit autotools pkgconfig | ||
| 15 | |||
| 16 | EXTRA_OECONF = "ac_cv_member_struct_tm_tm_gmtoff=no --disable-rpath" | ||
| 17 | DEBUG_OPTIMIZATION_thumb = "-Os -fno-omit-frame-pointer -g" | ||
| 18 | |||
| 19 | PACKAGES += "${PN}-utils" | ||
| 20 | |||
| 21 | FILES_${PN} = "${libdir}/${PN}${SOLIB}" | ||
| 22 | FILES_${PN}-utils = "${bindir}/*" | ||
| 23 | |||
| 24 | python populate_packages_prepend () { | ||
| 25 | glibdir = bb.data.expand('${libdir}', d) | ||
| 26 | do_split_packages(d, glibdir, '^lib(.*)\.so\..*', 'lib%s', 'gstreamer %s library', extra_depends='', allow_links=True) | ||
| 27 | } | ||
| 28 | |||
