mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
valgrind: Fix debug packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3175 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,6 +2,7 @@ DESCRIPTION = "Valgrind memory debugger"
|
|||||||
DEPENDS = "virtual/libx11"
|
DEPENDS = "virtual/libx11"
|
||||||
HOMEPAGE = "http://www.valgrind.org/"
|
HOMEPAGE = "http://www.valgrind.org/"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \
|
SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \
|
||||||
file://makefile_fix.patch;patch=1"
|
file://makefile_fix.patch;patch=1"
|
||||||
@@ -14,4 +15,4 @@ inherit autotools
|
|||||||
|
|
||||||
EXTRA_OECONF = "--enable-tls"
|
EXTRA_OECONF = "--enable-tls"
|
||||||
|
|
||||||
FILES = "${bindir}/bin"
|
FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug/*"
|
||||||
|
|||||||
Reference in New Issue
Block a user