diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-04 12:48:49 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-04 12:48:49 +0000 |
commit | 04ebae8957a0e4415ed24424a821f52db0c6adc3 (patch) | |
tree | cc0eab5e0b4e71c338f25db2454476117c781af9 /meta | |
parent | 8dad92a852716ee89a88813142b0a3d8124a0f15 (diff) | |
download | poky-04ebae8957a0e4415ed24424a821f52db0c6adc3.tar.gz |
liba52: create debug packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1858 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/liba52/liba52_0.7.4.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/packages/liba52/liba52_0.7.4.bb b/meta/packages/liba52/liba52_0.7.4.bb index f6894ab4d4..e29e6c9b2f 100644 --- a/meta/packages/liba52/liba52_0.7.4.bb +++ b/meta/packages/liba52/liba52_0.7.4.bb | |||
@@ -1,22 +1,23 @@ | |||
1 | LICENSE = "GPL" | ||
2 | |||
3 | DESCRIPTION = "Library for reading some sort of media format." | 1 | DESCRIPTION = "Library for reading some sort of media format." |
2 | LICENSE = "GPL" | ||
4 | SECTION = "libs" | 3 | SECTION = "libs" |
5 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
6 | DEPENDS = "" | 5 | PR = "r1" |
7 | 6 | ||
8 | inherit autotools | 7 | inherit autotools |
9 | 8 | ||
10 | SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz" | 9 | SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz" |
11 | S="${WORKDIR}/a52dec-${PV}" | 10 | S = "${WORKDIR}/a52dec-${PV}" |
12 | 11 | ||
13 | EXTRA_OECONF = " --enable-shared " | 12 | EXTRA_OECONF = " --enable-shared " |
14 | 13 | ||
15 | PACKAGES = "${PN} ${PN}-dev a52dec a52dec-doc" | 14 | PACKAGES =+ "a52dec a52dec-dbg a52dec-doc" |
16 | 15 | ||
17 | FILES_${PN} = " ${libdir}/liba52.so.0 ${libdir}/liba52.so.0.0.0 " | 16 | FILES_${PN} = " ${libdir}/liba52.so.0 ${libdir}/liba52.so.0.0.0 " |
18 | FILES_${PN}-dev = " ${includedir}/a52dec/*.h ${libdir}/liba52.so ${libdir}/liba52.la ${libdir}/liba52.a " | 17 | FILES_${PN}-dev = " ${includedir}/a52dec/*.h ${libdir}/liba52.so ${libdir}/liba52.la ${libdir}/liba52.a " |
18 | FILES_${PN}-dbg = " ${libdir}/.debug/*" | ||
19 | FILES_a52dec = " ${bindir}/* " | 19 | FILES_a52dec = " ${bindir}/* " |
20 | FILES_a52dec-dbg = " ${bindir}/.debug/* " | ||
20 | FILES_a52dec-doc = " ${mandir}/man1/* " | 21 | FILES_a52dec-doc = " ${mandir}/man1/* " |
21 | 22 | ||
22 | do_stage() { | 23 | do_stage() { |