aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libcdio/libcdio.inc
blob: 0e155c74fdcca83b3839a40a62cfbdb83ea47d7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "The GNU Compact Disc Input and Control library (libcdio) contains a library for CD-ROM and CD image access."
HOMEPAGE = "http://www.gnu.org/software/libcdio/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv3+"
DEPENDS = "ncurses"
INC_PR = "r3"

SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz"

inherit autotools pkgconfig

EXTRA_OECONF = "ac_cv_member_struct_tm_tm_gmtoff=no"

PACKAGES += "${PN}-utils"

FILES_${PN} = "${libdir}/${PN}${SOLIB}"
FILES_${PN}-utils = "${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)
}
DEBUG_OPTIMIZATION_thumb = "-Os -fno-omit-frame-pointer -g"