]> code.ossystems Code Review - openembedded-core.git/commitdiff
valgrind: Fix debug packaging
authorRichard Purdie <richard@openedhand.com>
Thu, 15 Nov 2007 13:17:02 +0000 (13:17 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 15 Nov 2007 13:17:02 +0000 (13:17 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3175 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/valgrind/valgrind_3.2.1.bb

index a03a290ef5e11340caffbcb39ba1d59709c03cb6..1cb144fc2ab996b3797ae623c6cc779c57b31036 100644 (file)
@@ -2,6 +2,7 @@ DESCRIPTION = "Valgrind memory debugger"
 DEPENDS = "virtual/libx11"
 HOMEPAGE = "http://www.valgrind.org/"
 LICENSE = "GPL"
+PR = "r1"
 
 SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \
            file://makefile_fix.patch;patch=1"
@@ -14,4 +15,4 @@ inherit autotools
 
 EXTRA_OECONF = "--enable-tls"
 
-FILES = "${bindir}/bin"
+FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug/*"