package/trace-cmd: bump to version 2.3.2
authorRomain Naour <romain.naour@openwide.fr>
Sun, 8 Jun 2014 16:41:30 +0000 (18:41 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 8 Jun 2014 16:44:57 +0000 (18:44 +0200)
commita4277731ee406bb817c796593644d469c3445a74
treed7a3ce3aa51eea7870c8d03d8617adfb353445e3
parent0bd7eb8effd898e796d77986c53e9520807d34ba
package/trace-cmd: bump to version 2.3.2

The first patch "use-pkg-config-instead-of-python-config" has been applied
upstream.

The flag _GNU_SOURCE is now always defined in Makefile, so it can be removed
from trace-cmd.mk

CPPFLAGS are appended to CFLAGS and are used to add extra flags, but the flag
_LARGEFILE64_SOURCE in TARGET_CPPFLAGS is already defined in source files,
which causes a build error. As for CFLAGS, we fix this by filtering out our
definition of _LARGEFILE64_SOURCE from the CPPFLAGS before passing them to the
trace-cmd Makefile.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/trace-cmd/trace-cmd-0001-Fix-ptrace-detection.patch [new file with mode: 0644]
package/trace-cmd/trace-cmd-0001-Makefile-use-pkg-config-instead-of-python-config.patch [deleted file]
package/trace-cmd/trace-cmd-0002-Fix-ptrace-detection.patch [deleted file]
package/trace-cmd/trace-cmd.mk