]> code.ossystems Code Review - openembedded-core.git/commitdiff
liba52: Remove custom -dbg, fall back to default
authorMark Hatle <mark.hatle@windriver.com>
Tue, 21 Jun 2011 00:07:32 +0000 (19:07 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jun 2011 10:58:44 +0000 (11:58 +0100)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/recipes-multimedia/liba52/liba52_0.7.4.bb

index 239c30af149cf8467ff32ae15d4fe0cacd589d5b..47a9409fbad168200a5fccef761793b92f5fb2ca 100644 (file)
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
                        file://include/a52.h;beginline=1;endline=12;md5=81152ceb3562bf20a60d1b6018175dd1"
 SECTION = "libs"
 PRIORITY = "optional"
-PR = "r2"
+PR = "r3"
 
 inherit autotools
 
@@ -18,11 +18,9 @@ S = "${WORKDIR}/a52dec-${PV}"
 
 EXTRA_OECONF = " --enable-shared "
 
-PACKAGES =+ "a52dec a52dec-dbg a52dec-doc"
+PACKAGES =+ "a52dec 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/* "