mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
liba52: create debug packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1858 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,22 +1,23 @@
|
||||
LICENSE = "GPL"
|
||||
|
||||
DESCRIPTION = "Library for reading some sort of media format."
|
||||
LICENSE = "GPL"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
DEPENDS = ""
|
||||
PR = "r1"
|
||||
|
||||
inherit autotools
|
||||
|
||||
SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz"
|
||||
S="${WORKDIR}/a52dec-${PV}"
|
||||
S = "${WORKDIR}/a52dec-${PV}"
|
||||
|
||||
EXTRA_OECONF = " --enable-shared "
|
||||
|
||||
PACKAGES = "${PN} ${PN}-dev a52dec a52dec-doc"
|
||||
PACKAGES =+ "a52dec a52dec-dbg a52dec-doc"
|
||||
|
||||
FILES_${PN} = " ${libdir}/liba52.so.0 ${libdir}/liba52.so.0.0.0 "
|
||||
FILES_${PN}-dev = " ${includedir}/a52dec/*.h ${libdir}/liba52.so ${libdir}/liba52.la ${libdir}/liba52.a "
|
||||
FILES_${PN}-dbg = " ${libdir}/.debug/*"
|
||||
FILES_a52dec = " ${bindir}/* "
|
||||
FILES_a52dec-dbg = " ${bindir}/.debug/* "
|
||||
FILES_a52dec-doc = " ${mandir}/man1/* "
|
||||
|
||||
do_stage() {
|
||||
|
||||
Reference in New Issue
Block a user