e1502ebc0c
Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
610 B
Makefile
16 lines
610 B
Makefile
LTTNG_BABELTRACE_SITE = http://lttng.org/files/bundles/20111214/
|
|
LTTNG_BABELTRACE_VERSION = 0.8
|
|
LTTNG_BABELTRACE_SOURCE = babeltrace-$(LTTNG_BABELTRACE_VERSION).tar.bz2
|
|
|
|
# Needed to fix libtool handling, otherwise the build fails when
|
|
# building the ctf-parser-test program, which depends on libctf-ast.so
|
|
# which itself depends on libbabeltrace_types.so.0 (and libtool gets
|
|
# lost in the middle of this).
|
|
LTTNG_BABELTRACE_AUTORECONF = YES
|
|
HOST_LTTNG_BABELTRACE_AUTORECONF = YES
|
|
|
|
LTTNG_BABELTRACE_DEPENDENCIES = popt util-linux libglib2
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|